Changeset 888 for raptor-ica/trunk/pom.xml
- Timestamp:
- 06/02/11 17:47:09 (2 years ago)
- File:
-
- 1 edited
-
raptor-ica/trunk/pom.xml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
raptor-ica/trunk/pom.xml
r887 r888 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 3 2 <modelVersion>4.0.0</modelVersion> 4 3 <groupId>uk.ac.cardiff.raptor</groupId> 5 4 <artifactId>raptor-ica</artifactId> 6 <version>0.1.0 -SNAPSHOT</version>5 <version>0.1.0</version> 7 6 <name>Raptor Information Collector Agent</name> 8 7 <description> </description> … … 63 62 64 63 <scm> 65 <developerConnection>scm:svn:http://iam.cf.ac.uk/repos/RAPTOR/raptor-ica/t runk</developerConnection>66 <url> http://iam.cf.ac.uk/repos/RAPTOR/raptor-ica</url>64 <developerConnection>scm:svn:http://iam.cf.ac.uk/repos/RAPTOR/raptor-ica/tags/raptor-ica-0.1.0</developerConnection> 65 <url>scm:svn:http://iam.cf.ac.uk/repos/RAPTOR/raptor-ica/tags/raptor-ica-0.1.0</url> 67 66 </scm> 68 67 … … 97 96 <groupId>uk.ac.cardiff.raptor</groupId> 98 97 <artifactId>raptor-client</artifactId> 99 <version>0.1.0 -SNAPSHOT</version>98 <version>0.1.0</version> 100 99 </dependency> 101 100 … … 103 102 <groupId>uk.ac.cardiff.raptor</groupId> 104 103 <artifactId>raptor-parse</artifactId> 105 <version>0.1.0 -SNAPSHOT</version>104 <version>0.1.0</version> 106 105 </dependency> 107 106
Note: See TracChangeset
for help on using the changeset viewer.
