Author: desruisseaux
Date: Thu Jan 31 19:00:24 2013
New Revision: 1441126
URL: http://svn.apache.org/viewvc?rev=1441126&view=rev
Log:
Updated the version number of the Apache parent pom.xml.
Modified:
sis/branches/JDK7/pom.xml
Modified: sis/branches/JDK7/pom.xml
URL:
http://svn.apache.org/viewvc/sis/branches/JDK7/pom.xml?rev=1441126&r1=1441125&r2=1441126&view=diff
==============================================================================
--- sis/branches/JDK7/pom.xml (original)
+++ sis/branches/JDK7/pom.xml Thu Jan 31 19:00:24 2013
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>12</version>
+ <version>13</version>
</parent>
@@ -347,12 +347,12 @@ Apache SIS is a toolkit for describing l
</archive>
</configuration>
<executions>
- <execution>
- <goals>
- <goal>test-jar</goal>
- </goals>
- </execution>
- </executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
</plugin>
<!-- Package as OSGi bundle -->