Author: [email protected] Date: Mon May 14 16:40:34 2012 New Revision: 2356 Log: [AMDATUAUTH-156] New parent pom
Modified: trunk/amdatu-release-demo/auth/pom.xml trunk/amdatu-release-demo/pom.xml Modified: trunk/amdatu-release-demo/auth/pom.xml ============================================================================== --- trunk/amdatu-release-demo/auth/pom.xml (original) +++ trunk/amdatu-release-demo/auth/pom.xml Mon May 14 16:40:34 2012 @@ -18,13 +18,14 @@ <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.auth</groupId> - <artifactId>org.amdatu.auth</artifactId> - <version>0.3.0-SNAPSHOT</version> + <groupId>org.amdatu</groupId> + <artifactId>amdatu</artifactId> + <version>6-RC2</version> + <relativePath>../amdatu-parent/pom.xml</relativePath> </parent> <artifactId>org.amdatu.auth.release.demo</artifactId> <packaging>pom</packaging> - <name>Amdatu Auth - Demo release</name> + <name>Amdatu - Demo release</name> <properties> <amdatu.http.hostname>localhost</amdatu.http.hostname> @@ -66,6 +67,20 @@ <pax.useradmin.version>0.0.1-amdatu3</pax.useradmin.version> </properties> + <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> + </repositories> + <dependencies> <!-- Platform dependencies --> <dependency> _______________________________________________ Amdatu-commits mailing list [email protected] http://lists.amdatu.org/mailman/listinfo/amdatu-commits
