Author: [email protected] Date: Wed Apr 20 09:17:32 2011 New Revision: 1003
Log: AMDATU-117 moved prject to parent version 1 Modified: trunk/amdatu-auth/pom.xml trunk/amdatu-cassandra/pom.xml trunk/amdatu-example/pom.xml trunk/amdatu-opensocial/pom.xml trunk/amdatu-parent/pom.xml trunk/amdatu-release/pom.xml trunk/amdatu-semanticweb/pom.xml trunk/integration-tests/pom.xml trunk/pom.xml Modified: trunk/amdatu-auth/pom.xml ============================================================================== --- trunk/amdatu-auth/pom.xml (original) +++ trunk/amdatu-auth/pom.xml Wed Apr 20 09:17:32 2011 @@ -1,10 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<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/maven-v4_0_0.xsd"> +<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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.amdatu</groupId> <artifactId>amdatu</artifactId> - <version>1-test2-SNAPSHOT</version> + <version>2-SNAPSHOT</version> <relativePath>../amdatu-parent/pom.xml</relativePath> </parent> <artifactId>org.amdatu.auth</artifactId> @@ -23,6 +24,28 @@ <repositories> <repository> + <id>amdatu.releases</id> + <name>Amdatu Release Repository</name> + <url>http://repository.amdatu.org/releases/</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> + <repository> + <id>amdatu.snapshots</id> + <name>Amdatu Snapshots Repository</name> + <url>http://repository.amdatu.org/snapshots/</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + <repository> <id>oauth.googlecode.com</id> <name>OAuth Google Code</name> <url>http://oauth.googlecode.com/svn/code/maven</url> Modified: trunk/amdatu-cassandra/pom.xml ============================================================================== --- trunk/amdatu-cassandra/pom.xml (original) +++ trunk/amdatu-cassandra/pom.xml Wed Apr 20 09:17:32 2011 @@ -4,7 +4,7 @@ <parent> <groupId>org.amdatu</groupId> <artifactId>amdatu</artifactId> - <version>1-test2-SNAPSHOT</version> + <version>2-SNAPSHOT</version> <relativePath>../amdatu-parent/pom.xml</relativePath> </parent> <groupId>org.amdatu</groupId> @@ -101,6 +101,17 @@ <repositories> <repository> + <id>amdatu.releases</id> + <name>Amdatu Release Repository</name> + <url>http://repository.amdatu.org/releases/</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> + <repository> <id>amdatu.snapshots</id> <name>Amdatu Snapshot Repository</name> <url>http://repository.amdatu.org/snapshots/</url> Modified: trunk/amdatu-example/pom.xml ============================================================================== --- trunk/amdatu-example/pom.xml (original) +++ trunk/amdatu-example/pom.xml Wed Apr 20 09:17:32 2011 @@ -5,7 +5,7 @@ <parent> <groupId>org.amdatu</groupId> <artifactId>amdatu</artifactId> - <version>1-test2-SNAPSHOT</version> + <version>1</version> <relativePath>../amdatu-parent/pom.xml</relativePath> </parent> <artifactId>org.amdatu.example</artifactId> Modified: trunk/amdatu-opensocial/pom.xml ============================================================================== --- trunk/amdatu-opensocial/pom.xml (original) +++ trunk/amdatu-opensocial/pom.xml Wed Apr 20 09:17:32 2011 @@ -5,7 +5,7 @@ <parent> <groupId>org.amdatu</groupId> <artifactId>amdatu</artifactId> - <version>1-test2-SNAPSHOT</version> + <version>1</version> <relativePath>../amdatu-parent/pom.xml</relativePath> </parent> <artifactId>org.amdatu.opensocial</artifactId> Modified: trunk/amdatu-parent/pom.xml ============================================================================== --- trunk/amdatu-parent/pom.xml (original) +++ trunk/amdatu-parent/pom.xml Wed Apr 20 09:17:32 2011 @@ -151,9 +151,9 @@ <repositories> <repository> - <id>amdatu.releases</id> - <name>Amdatu Release Repository</name> - <url>http://repository.amdatu.org/releases/</url> + <id>amdatu.external</id> + <name>Amdatu External Repository</name> + <url>http://repository.amdatu.org/maven2</url> <releases> <enabled>true</enabled> </releases> @@ -162,9 +162,9 @@ </snapshots> </repository> <repository> - <id>amdatu.external</id> - <name>Amdatu External Repository</name> - <url>http://repository.amdatu.org/maven2/</url> + <id>amdatu.releases</id> + <name>Amdatu Release Repository</name> + <url>http://repository.amdatu.org/releases</url> <releases> <enabled>true</enabled> </releases> @@ -175,7 +175,7 @@ <repository> <id>amdatu.snapshots</id> <name>Amdatu Snapshots Repository</name> - <url>http://repository.amdatu.org/snapshots/</url> + <url>http://repository.amdatu.org/snapshots</url> <releases> <enabled>false</enabled> </releases> Modified: trunk/amdatu-release/pom.xml ============================================================================== --- trunk/amdatu-release/pom.xml (original) +++ trunk/amdatu-release/pom.xml Wed Apr 20 09:17:32 2011 @@ -4,7 +4,7 @@ <parent> <groupId>org.amdatu</groupId> <artifactId>amdatu</artifactId> - <version>1-test2-SNAPSHOT</version> + <version>1</version> <relativePath>../amdatu-parent/pom.xml</relativePath> </parent> <packaging>pom</packaging> Modified: trunk/amdatu-semanticweb/pom.xml ============================================================================== --- trunk/amdatu-semanticweb/pom.xml (original) +++ trunk/amdatu-semanticweb/pom.xml Wed Apr 20 09:17:32 2011 @@ -5,7 +5,7 @@ <parent> <groupId>org.amdatu</groupId> <artifactId>amdatu</artifactId> - <version>1-test2-SNAPSHOT</version> + <version>1</version> <relativePath>../amdatu-parent/pom.xml</relativePath> </parent> <artifactId>org.amdatu.semanticweb</artifactId> Modified: trunk/integration-tests/pom.xml ============================================================================== --- trunk/integration-tests/pom.xml (original) +++ trunk/integration-tests/pom.xml Wed Apr 20 09:17:32 2011 @@ -4,7 +4,7 @@ <parent> <groupId>org.amdatu</groupId> <artifactId>amdatu</artifactId> - <version>1-test2-SNAPSHOT</version> + <version>1</version> <relativePath>../amdatu-parent/pom.xml</relativePath> </parent> <groupId>org.amdatu</groupId> Modified: trunk/pom.xml ============================================================================== --- trunk/pom.xml (original) +++ trunk/pom.xml Wed Apr 20 09:17:32 2011 @@ -1,13 +1,6 @@ -<?xml version="1.0" encoding="UTF-8"?> <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.amdatu</groupId> - <artifactId>amdatu</artifactId> - <version>1-test2-SNAPSHOT</version> - <relativePath>amdatu-parent/pom.xml</relativePath> - </parent> <groupId>org.amdatu</groupId> <artifactId>reactor</artifactId> <version>1</version> _______________________________________________ Amdatu-commits mailing list [email protected] http://lists.amdatu.org/mailman/listinfo/amdatu-commits
