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

    r12 r13  
    66        <groupId>geniusweb.exampleparties.anac2019</groupId>
    77        <artifactId>winkyagent</artifactId>
    8         <version>1.2.0</version>
     8        <version>1.3.1</version>
    99        <packaging>jar</packaging>
    1010
     
    3232                        <groupId>geniusweb</groupId>
    3333                        <artifactId>issuevalue</artifactId>
    34                         <version>1.2.0</version>
     34                        <version>1.3.1</version>
    3535                </dependency>
    3636
     
    3838                        <groupId>geniusweb</groupId>
    3939                        <artifactId>party</artifactId>
    40                         <version>1.2.0</version>
     40                        <version>1.3.1</version>
    4141                </dependency>
    4242
     
    4444                        <groupId>geniusweb</groupId>
    4545                        <artifactId>bidspace</artifactId>
    46                         <version>1.2.0</version>
     46                        <version>1.3.1</version>
    4747                </dependency>
    4848                <dependency>
    4949                        <groupId>geniusweb</groupId>
    5050                        <artifactId>profileconnection</artifactId>
    51                         <version>1.2.0</version>
     51                        <version>1.3.1</version>
    5252                </dependency>
    5353                <dependency>
     
    145145                <pluginRepository>
    146146                        <id>jcenter</id>
    147                         <url>http://jcenter.bintray.com</url>
     147                        <url>https://jcenter.bintray.com</url>
    148148                </pluginRepository>
    149149        </pluginRepositories>
Note: See TracChangeset for help on using the changeset viewer.