You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by se...@apache.org on 2013/05/17 19:38:02 UTC

svn commit: r1483925 - in /creadur/rat/trunk/apache-rat-plugin/src/test: it1/pom.xml it2/pom.xml it3/pom.xml

Author: sebb
Date: Fri May 17 17:38:02 2013
New Revision: 1483925

URL: http://svn.apache.org/r1483925
Log:
Use property rather than stale version

Modified:
    creadur/rat/trunk/apache-rat-plugin/src/test/it1/pom.xml
    creadur/rat/trunk/apache-rat-plugin/src/test/it2/pom.xml
    creadur/rat/trunk/apache-rat-plugin/src/test/it3/pom.xml

Modified: creadur/rat/trunk/apache-rat-plugin/src/test/it1/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-plugin/src/test/it1/pom.xml?rev=1483925&r1=1483924&r2=1483925&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-plugin/src/test/it1/pom.xml (original)
+++ creadur/rat/trunk/apache-rat-plugin/src/test/it1/pom.xml Fri May 17 17:38:02 2013
@@ -27,7 +27,7 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <version>0.7-SNAPSHOT</version>
+        <version>@pom.version@</version>
         <configuration>
         </configuration>
       </plugin>

Modified: creadur/rat/trunk/apache-rat-plugin/src/test/it2/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-plugin/src/test/it2/pom.xml?rev=1483925&r1=1483924&r2=1483925&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-plugin/src/test/it2/pom.xml (original)
+++ creadur/rat/trunk/apache-rat-plugin/src/test/it2/pom.xml Fri May 17 17:38:02 2013
@@ -27,7 +27,7 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <version>0.7-SNAPSHOT</version>
+        <version>@pom.version@</version>
         <configuration>
         </configuration>
       </plugin>

Modified: creadur/rat/trunk/apache-rat-plugin/src/test/it3/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat-plugin/src/test/it3/pom.xml?rev=1483925&r1=1483924&r2=1483925&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat-plugin/src/test/it3/pom.xml (original)
+++ creadur/rat/trunk/apache-rat-plugin/src/test/it3/pom.xml Fri May 17 17:38:02 2013
@@ -27,7 +27,7 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <version>0.7-SNAPSHOT</version>
+        <version>@pom.version@</version>
         <configuration>
         </configuration>
       </plugin>