Changeset 11
Legend:
- Unmodified
- Added
- Removed
-
pom.xml
r10 r11 6 6 <artifactId>profilesserver</artifactId> 7 7 <packaging>war</packaging> 8 <version>1.3. 0</version>8 <version>1.3.1</version> 9 9 <name>profileserver Maven Webapp</name> 10 10 <url>http://maven.apache.org</url> … … 42 42 <pluginRepository> 43 43 <id>jcenter</id> 44 <url>http ://jcenter.bintray.com</url>44 <url>https://jcenter.bintray.com</url> 45 45 </pluginRepository> 46 46 </pluginRepositories> … … 50 50 <groupId>geniusweb</groupId> 51 51 <artifactId>profile</artifactId> 52 <version>1. 2.0</version>53 </dependency> 54 55 52 <version>1.3.1</version> 53 </dependency> 54 55 <dependency> 56 56 <groupId>geniusweb</groupId> 57 57 <artifactId>bidspace</artifactId> 58 <version>1. 2.0</version>59 </dependency> 60 58 <version>1.3.1</version> 59 </dependency> 60 61 61 62 62 <dependency> … … 195 195 <scope>test</scope> 196 196 </dependency> 197 197 198 198 <dependency> 199 199 <groupId>junit</groupId>
Note:
See TracChangeset
for help on using the changeset viewer.