You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ap...@apache.org on 2010/05/30 21:14:04 UTC

svn commit: r949559 - /tiles/framework/trunk/pom.xml

Author: apetrelli
Date: Sun May 30 19:14:03 2010
New Revision: 949559

URL: http://svn.apache.org/viewvc?rev=949559&view=rev
Log:
TILES-508
Removed repository configuration.
Fixed release plugin configuration.
Fixed some artifact and plugin versions.

Modified:
    tiles/framework/trunk/pom.xml

Modified: tiles/framework/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/pom.xml?rev=949559&r1=949558&r2=949559&view=diff
==============================================================================
--- tiles/framework/trunk/pom.xml (original)
+++ tiles/framework/trunk/pom.xml Sun May 30 19:14:03 2010
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.tiles</groupId>
         <artifactId>tiles-master</artifactId>
-        <version>2</version>
+        <version>3-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -217,6 +217,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>rat-maven-plugin</artifactId>
+                <version>1.0-alpha-3</version>
                 <configuration>
                     <includes>
                         <include>pom.xml</include>
@@ -326,29 +327,4 @@
         </profile>
     </profiles>
 
-    <!-- Needs to be commented out for releases -->
-    <repositories>
-        <repository>
-            <id>apache.snapshots</id>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </repository>
-    </repositories>
-    <pluginRepositories>
-        <pluginRepository>
-            <id>apache.snapshots</id>
-            <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <releases>
-                <enabled>false</enabled>
-            </releases>
-        </pluginRepository>
-    </pluginRepositories>
-</project>
+</project>
\ No newline at end of file