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/simpleshaop/pom.xml

    r11 r13  
    66        <groupId>geniusweb.exampleparties</groupId>
    77        <artifactId>simpleshaop</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>
    4242                </dependency>
    4343                <dependency>
    4444                        <groupId>geniusweb</groupId>
    4545                        <artifactId>profileconnection</artifactId>
    46                         <version>1.2.0</version>
     46                        <version>1.3.1</version>
    4747                </dependency>
    4848                <dependency>
     
    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.