Changeset 27
- Timestamp:
- 11/25/11 17:15:43 (6 months ago)
- Files:
-
- 1 modified
-
trunk/pom.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pom.xml
r26 r27 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> 16 23 17 24 <build> … … 61 68 <groupId>org.opencsta</groupId> 62 69 <artifactId>stack</artifactId> 63 <version> 1.0-SNAPSHOT</version>70 <version>2.0-SNAPSHOT</version> 64 71 </dependency> 65 72 <dependency> 66 73 <groupId>org.opencsta</groupId> 67 74 <artifactId>communications</artifactId> 68 <version> 1.0-SNAPSHOT</version>75 <version>2.0-SNAPSHOT</version> 69 76 </dependency> 70 77 </dependencies>
