Changeset 31
- Timestamp:
- 11/25/11 17:17:48 (6 months ago)
- Files:
-
- 1 modified
-
trunk/pom.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pom.xml
r30 r31 14 14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 15 15 </properties> 16 17 <repositories> 18 <repository> 19 <id>snapshots</id> 20 <url>http://repo.opencsta.org:8080/archiva/repository/snapshots</url> 21 </repository> 22 </repositories> 23 16 24 17 25 <build> … … 64 72 <groupId>org.opencsta</groupId> 65 73 <artifactId>stack</artifactId> 66 <version> 1.0-SNAPSHOT</version>74 <version>2.0-SNAPSHOT</version> 67 75 </dependency> 68 76 <dependency> 69 77 <groupId>org.opencsta</groupId> 70 78 <artifactId>communications</artifactId> 71 <version> 1.0-SNAPSHOT</version>79 <version>2.0-SNAPSHOT</version> 72 80 </dependency> 73 81
