Changeset 13 for exampleparties/randompartypy
- Timestamp:
- 03/02/20 10:29:44 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
exampleparties/randompartypy/pom.xml
r11 r13 6 6 <groupId>geniusweb.exampleparties</groupId> 7 7 <artifactId>randompyparty</artifactId> 8 <version>1. 2.0</version>8 <version>1.3.1</version> 9 9 <packaging>jar</packaging> 10 10 … … 31 31 <groupId>geniusweb</groupId> 32 32 <artifactId>pythonadapter</artifactId> 33 <version>1. 2.0</version>33 <version>1.3.1</version> 34 34 </dependency> 35 35 … … 37 37 <groupId>geniusweb</groupId> 38 38 <artifactId>bidspace</artifactId> 39 <version>1. 2.0</version>39 <version>1.3.1</version> 40 40 </dependency> 41 41 <dependency> 42 42 <groupId>geniusweb</groupId> 43 43 <artifactId>profileconnection</artifactId> 44 <version>1. 2.0</version>44 <version>1.3.1</version> 45 45 </dependency> 46 46 <dependency> … … 131 131 <pluginRepository> 132 132 <id>jcenter</id> 133 <url>http ://jcenter.bintray.com</url>133 <url>https://jcenter.bintray.com</url> 134 134 </pluginRepository> 135 135 </pluginRepositories>
Note:
See TracChangeset
for help on using the changeset viewer.