Changeset 13 for simplerunner/pom.xml


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

All refs to bintray now use https

File:
1 edited

Legend:

Unmodified
Added
Removed
  • simplerunner/pom.xml

    r11 r13  
    66        <groupId>geniusweb</groupId>
    77        <artifactId>simplerunner</artifactId>
    8         <version>1.2.0</version>
     8        <version>1.3.1</version>
    99        <packaging>jar</packaging>
    1010
     
    3131                        <groupId>geniusweb</groupId>
    3232                        <artifactId>protocol</artifactId>
    33                         <version>1.2.0</version>
     33                        <version>1.3.1</version>
    3434                </dependency>
    3535                <dependency>
    3636                        <groupId>geniusweb</groupId>
    3737                        <artifactId>party</artifactId>
    38                         <version>1.2.0</version>
     38                        <version>1.3.1</version>
    3939                </dependency>
    4040                <dependency>
    4141                        <groupId>geniusweb.exampleparties</groupId>
    4242                        <artifactId>randomparty</artifactId>
    43                         <version>1.2.0</version>
     43                        <version>1.3.1</version>
    4444                        <scope>test</scope>
    4545                </dependency>
     
    4747                        <groupId>geniusweb.exampleparties</groupId>
    4848                        <artifactId>comparebids</artifactId>
    49                         <version>1.2.0</version>
     49                        <version>1.3.1</version>
    5050                        <scope>test</scope>
    5151                </dependency>
     
    5353                        <groupId>geniusweb.exampleparties</groupId>
    5454                        <artifactId>simpleshaop</artifactId>
    55                         <version>1.2.0</version>
     55                        <version>1.3.1</version>
    5656                        <scope>test</scope>
    5757                </dependency>
     
    9494                <pluginRepository>
    9595                        <id>jcenter</id>
    96                         <url>http://jcenter.bintray.com</url>
     96                        <url>https://jcenter.bintray.com</url>
    9797                </pluginRepository>
    9898        </pluginRepositories>
Note: See TracChangeset for help on using the changeset viewer.