Author: [email protected] Date: Wed Oct 12 12:49:04 2011 New Revision: 1489
Log: AMDATU-440 Alligned AMS release with platform release naming/versioning Modified: trunk/amdatu-release-ams/pom.xml Modified: trunk/amdatu-release-ams/pom.xml ============================================================================== --- trunk/amdatu-release-ams/pom.xml (original) +++ trunk/amdatu-release-ams/pom.xml Wed Oct 12 12:49:04 2011 @@ -1,9 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Copyright (c) 2010, 2011 The Amdatu Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may - not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS - IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language - governing permissions and limitations under the License.verning permissions and limitations under the License. --> +<!-- + Copyright (c) 2010, 2011 The Amdatu Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License.verning permissions and limitations + under the License. +--> <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> @@ -13,13 +24,14 @@ <version>4</version> <relativePath>../amdatu-parent/pom.xml</relativePath> </parent> + <groupId>org.amdatu.release</groupId> <artifactId>org.amdatu.release.ams</artifactId> <packaging>pom</packaging> <version>0.0.1-SNAPSHOT</version> <name>Amdatu AMS release</name> <properties> - <org.amdatu.release.version>0.2.0-SNAPSHOT</org.amdatu.release.version> + <org.amdatu.release.version>0.2.1-SNAPSHOT</org.amdatu.release.version> <org.apache.ace.version>0.8.1-incubator-SNAPSHOT</org.apache.ace.version> <amdatu.http.hostname>localhost</amdatu.http.hostname> @@ -57,7 +69,7 @@ <dependencies> <dependency> - <groupId>org.amdatu</groupId> + <groupId>org.amdatu.release</groupId> <artifactId>org.amdatu.release</artifactId> <version>${org.amdatu.release.version}</version> <scope>compile</scope> _______________________________________________ Amdatu-commits mailing list [email protected] http://lists.amdatu.org/mailman/listinfo/amdatu-commits
