Author: hughesj
Date: Mon Oct 10 14:19:59 2011
New Revision: 1180988
URL: http://svn.apache.org/viewvc?rev=1180988&view=rev
Log:
[maven-release-plugin] prepare release parent-0.5
Modified:
aries/trunk/parent/default-parent/java5-parent/pom.xml
aries/trunk/parent/default-parent/java6-parent/pom.xml
aries/trunk/parent/default-parent/pom.xml
aries/trunk/parent/pom.xml
Modified: aries/trunk/parent/default-parent/java5-parent/pom.xml
URL:
http://svn.apache.org/viewvc/aries/trunk/parent/default-parent/java5-parent/pom.xml?rev=1180988&r1=1180987&r2=1180988&view=diff
==============================================================================
--- aries/trunk/parent/default-parent/java5-parent/pom.xml (original)
+++ aries/trunk/parent/default-parent/java5-parent/pom.xml Mon Oct 10 14:19:59
2011
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.aries</groupId>
<artifactId>default-parent</artifactId>
- <version>0.5-SNAPSHOT</version>
+ <version>0.5</version>
</parent>
<artifactId>java5-parent</artifactId>
Modified: aries/trunk/parent/default-parent/java6-parent/pom.xml
URL:
http://svn.apache.org/viewvc/aries/trunk/parent/default-parent/java6-parent/pom.xml?rev=1180988&r1=1180987&r2=1180988&view=diff
==============================================================================
--- aries/trunk/parent/default-parent/java6-parent/pom.xml (original)
+++ aries/trunk/parent/default-parent/java6-parent/pom.xml Mon Oct 10 14:19:59
2011
@@ -1,91 +1,91 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you 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.
--->
-<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">
- <!-- This file was based on the Aries Java 5 Parent Pom -->
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.apache.aries</groupId>
- <artifactId>default-parent</artifactId>
- <version>0.5-SNAPSHOT</version>
- </parent>
-
- <artifactId>java6-parent</artifactId>
- <name>Aries :: Java 6 Parent POM</name>
- <packaging>pom</packaging>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-enforcer-plugin</artifactId>
- <executions>
- <execution>
- <phase>validate</phase>
- <goals>
- <goal>enforce</goal>
- </goals>
- <configuration>
- <rules>
- <requireJavaVersion>
- <version>[1.6,)</version>
- </requireJavaVersion>
- </rules>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <source>1.6</source>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-pmd-plugin</artifactId>
- <version>2.4</version>
- <configuration>
- <targetJdk>1.6</targetJdk>
- </configuration>
- </plugin>
- </plugins>
- </reporting>
-
-</project>
-
-
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you 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.
+-->
+<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">
+ <!-- This file was based on the Aries Java 5 Parent Pom -->
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.aries</groupId>
+ <artifactId>default-parent</artifactId>
+ <version>0.5</version>
+ </parent>
+
+ <artifactId>java6-parent</artifactId>
+ <name>Aries :: Java 6 Parent POM</name>
+ <packaging>pom</packaging>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>validate</phase>
+ <goals>
+ <goal>enforce</goal>
+ </goals>
+ <configuration>
+ <rules>
+ <requireJavaVersion>
+ <version>[1.6,)</version>
+ </requireJavaVersion>
+ </rules>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ <version>2.4</version>
+ <configuration>
+ <targetJdk>1.6</targetJdk>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+
+</project>
+
+
Modified: aries/trunk/parent/default-parent/pom.xml
URL:
http://svn.apache.org/viewvc/aries/trunk/parent/default-parent/pom.xml?rev=1180988&r1=1180987&r2=1180988&view=diff
==============================================================================
--- aries/trunk/parent/default-parent/pom.xml (original)
+++ aries/trunk/parent/default-parent/pom.xml Mon Oct 10 14:19:59 2011
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.aries</groupId>
<artifactId>parent</artifactId>
- <version>0.5-SNAPSHOT</version>
+ <version>0.5</version>
</parent>
<artifactId>default-parent</artifactId>
Modified: aries/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/aries/trunk/parent/pom.xml?rev=1180988&r1=1180987&r2=1180988&view=diff
==============================================================================
--- aries/trunk/parent/pom.xml (original)
+++ aries/trunk/parent/pom.xml Mon Oct 10 14:19:59 2011
@@ -32,7 +32,7 @@
<groupId>org.apache.aries</groupId>
<artifactId>parent</artifactId>
<name>Aries :: Top Parent POM</name>
- <version>0.5-SNAPSHOT</version>
+ <version>0.5</version>
<packaging>pom</packaging>
<description>
@@ -49,9 +49,9 @@
<inceptionYear>2009</inceptionYear>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/parent</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/parent</developerConnection>
- <url>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/parent</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/parent-0.5</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/parent-0.5</developerConnection>
+
<url>scm:svn:http://svn.apache.org/repos/asf/aries/tags/parent-0.5</url>
</scm>
<issueManagement>