Author: mck
Date: Tue May 18 10:03:54 2010
New Revision: 945575
URL: http://svn.apache.org/viewvc?rev=945575&view=rev
Log:
update to use the latest parent pom (tiles-master-2)
Modified:
tiles/framework/trunk/pom.xml
Modified: tiles/framework/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tiles/framework/trunk/pom.xml?rev=945575&r1=945574&r2=945575&view=diff
==============================================================================
--- tiles/framework/trunk/pom.xml (original)
+++ tiles/framework/trunk/pom.xml Tue May 18 10:03:54 2010
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-master</artifactId>
- <version>2-SNAPSHOT</version>
+ <version>2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -67,11 +67,6 @@
</modules>
<distributionManagement>
- <repository>
- <id>apache.releases</id>
- <name>Apache Release repository</name>
-
<url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository/</url>
- </repository>
<site>
<id>apache-site</id>
<url>scp://people.apache.org/www/tiles.apache.org/framework</url>
@@ -150,10 +145,8 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-9</version>
<configuration>
-
<stagingRepository>scp://people.apache.org/www/people.apache.org/builds/tiles/${pom.version}/m2-staging-repository</stagingRepository>
- <releaseProfiles>release</releaseProfiles>
+
<releaseProfiles>apache-release,release</releaseProfiles><!-- xxx tiles still
uses "release" instead of "apache-release" -->
</configuration>
</plugin>
</plugins>
@@ -269,7 +262,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
- <version>1.0-alpha-4</version>
<executions>
<execution>
<id>sign-artifacts</id>
@@ -283,7 +275,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
- <version>2.1</version>
<executions>
<execution>
<id>attach-source</id>