Legend:
- Unmodified
- Added
- Removed
-
pom.xml
r10 r11 6 6 <artifactId>runserver</artifactId> 7 7 <packaging>war</packaging> 8 <version>1.3. 0</version>8 <version>1.3.1</version> 9 9 <name>runserver Maven Webapp</name> 10 10 <url>http://maven.apache.org</url> … … 44 44 <pluginRepository> 45 45 <id>jcenter</id> 46 <url>http ://jcenter.bintray.com</url>46 <url>https://jcenter.bintray.com</url> 47 47 </pluginRepository> 48 48 </pluginRepositories> … … 53 53 <groupId>geniusweb</groupId> 54 54 <artifactId>profile</artifactId> 55 <version>1. 2.0</version>55 <version>1.3.1</version> 56 56 </dependency> 57 57 … … 59 59 <groupId>geniusweb</groupId> 60 60 <artifactId>party</artifactId> 61 <version>1. 2.0</version>61 <version>1.3.1</version> 62 62 </dependency> 63 63 … … 65 65 <groupId>geniusweb</groupId> 66 66 <artifactId>references</artifactId> 67 <version>1. 2.0</version>67 <version>1.3.1</version> 68 68 </dependency> 69 69 … … 71 71 <groupId>geniusweb</groupId> 72 72 <artifactId>protocol</artifactId> 73 <version>1. 2.0</version>73 <version>1.3.1</version> 74 74 </dependency> 75 75
Note:
See TracChangeset
for help on using the changeset viewer.