Changeset 13 for exampleparties/humangui


Ignore:
Timestamp:
03/02/20 10:29:44 (4 years ago)
Author:
bart
Message:

All refs to bintray now use https

File:
1 edited

Legend:

Unmodified
Added
Removed
  • exampleparties/humangui/pom.xml

    r11 r13  
    66        <groupId>geniusweb.exampleparties</groupId>
    77        <artifactId>humangui</artifactId>
    8         <version>1.2.0</version>
     8                        <version>1.3.1</version>
    99        <packaging>jar</packaging>
    1010
     
    3333                        <groupId>geniusweb</groupId>
    3434                        <artifactId>party</artifactId>
    35                         <version>1.2.0</version>
     35                        <version>1.3.1</version>
    3636                </dependency>
    3737
     
    3939                        <groupId>geniusweb</groupId>
    4040                        <artifactId>bidspace</artifactId>
    41                         <version>1.2.0</version>
     41                        <version>1.3.1</version>
     42                </dependency>
     43                <dependency>
     44                        <groupId>geniusweb</groupId>
     45                        <artifactId>profileconnection</artifactId>
     46                        <version>1.3.1</version>
     47                </dependency>
     48                <dependency>
     49                        <groupId>tudelft.utilities</groupId>
     50                        <artifactId>immutablelist</artifactId>
     51                        <version>1.0.1</version>
    4252                </dependency>
    4353                <dependency>
     
    4555                        <artifactId>logging</artifactId>
    4656                        <version>1.0.0</version>
    47                 </dependency>
    48                 <dependency>
    49                         <groupId>geniusweb</groupId>
    50                         <artifactId>profileconnection</artifactId>
    51                         <version>1.2.0</version>
    52                 </dependency>
    53                 <dependency>
    54                         <groupId>tudelft.utilities</groupId>
    55                         <artifactId>immutablelist</artifactId>
    56                         <version>1.0.1</version>
    5757                </dependency>
    5858
     
    140140                <pluginRepository>
    141141                        <id>jcenter</id>
    142                         <url>http://jcenter.bintray.com</url>
     142                        <url>https://jcenter.bintray.com</url>
    143143                </pluginRepository>
    144144        </pluginRepositories>
Note: See TracChangeset for help on using the changeset viewer.