Changeset 11 for simplerunner/pom.xml
- Timestamp:
- 01/30/20 16:52:38 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
simplerunner/pom.xml
r10 r11 6 6 <groupId>geniusweb</groupId> 7 7 <artifactId>simplerunner</artifactId> 8 <version>1. 1.0</version>8 <version>1.2.0</version> 9 9 <packaging>jar</packaging> 10 10 … … 31 31 <groupId>geniusweb</groupId> 32 32 <artifactId>protocol</artifactId> 33 <version>1. 1.0</version>33 <version>1.2.0</version> 34 34 </dependency> 35 35 <dependency> 36 36 <groupId>geniusweb</groupId> 37 37 <artifactId>party</artifactId> 38 <version>1. 1.0</version>38 <version>1.2.0</version> 39 39 </dependency> 40 40 <dependency> 41 41 <groupId>geniusweb.exampleparties</groupId> 42 42 <artifactId>randomparty</artifactId> 43 <version>1. 1.0</version>43 <version>1.2.0</version> 44 44 <scope>test</scope> 45 45 </dependency> … … 47 47 <groupId>geniusweb.exampleparties</groupId> 48 48 <artifactId>comparebids</artifactId> 49 <version>1. 0.0</version>49 <version>1.2.0</version> 50 50 <scope>test</scope> 51 51 </dependency> … … 53 53 <groupId>geniusweb.exampleparties</groupId> 54 54 <artifactId>simpleshaop</artifactId> 55 <version>1. 0.0</version>55 <version>1.2.0</version> 56 56 <scope>test</scope> 57 57 </dependency>
Note:
See TracChangeset
for help on using the changeset viewer.