Changeset 11 for pom.xml


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

All refs to bintray now use https

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pom.xml

    r10 r11  
    66        <artifactId>profilesserver</artifactId>
    77        <packaging>war</packaging>
    8         <version>1.3.0</version>
     8        <version>1.3.1</version>
    99        <name>profileserver Maven Webapp</name>
    1010        <url>http://maven.apache.org</url>
     
    4242                <pluginRepository>
    4343                        <id>jcenter</id>
    44                         <url>http://jcenter.bintray.com</url>
     44                        <url>https://jcenter.bintray.com</url>
    4545                </pluginRepository>
    4646        </pluginRepositories>
     
    5050                        <groupId>geniusweb</groupId>
    5151                        <artifactId>profile</artifactId>
    52                         <version>1.2.0</version>
    53                 </dependency>
    54                
    55                                 <dependency>
     52                        <version>1.3.1</version>
     53                </dependency>
     54
     55                <dependency>
    5656                        <groupId>geniusweb</groupId>
    5757                        <artifactId>bidspace</artifactId>
    58                         <version>1.2.0</version>
    59                 </dependency>
    60                
     58                        <version>1.3.1</version>
     59                </dependency>
     60
    6161
    6262                <dependency>
     
    195195                        <scope>test</scope>
    196196                </dependency>
    197                
     197
    198198                <dependency>
    199199                        <groupId>junit</groupId>
Note: See TracChangeset for help on using the changeset viewer.