You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2010/09/21 19:57:05 UTC

svn commit: r999518 - /commons/proper/sanselan/trunk/pom.xml

Author: sebb
Date: Tue Sep 21 17:57:05 2010
New Revision: 999518

URL: http://svn.apache.org/viewvc?rev=999518&view=rev
Log:
Tidy up pom

Modified:
    commons/proper/sanselan/trunk/pom.xml

Modified: commons/proper/sanselan/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/sanselan/trunk/pom.xml?rev=999518&r1=999517&r2=999518&view=diff
==============================================================================
--- commons/proper/sanselan/trunk/pom.xml (original)
+++ commons/proper/sanselan/trunk/pom.xml Tue Sep 21 17:57:05 2010
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>15</version>
+    <version>17</version>
   </parent>
 
   <groupId>org.apache.commons</groupId>
@@ -64,8 +64,7 @@
     <maven.compile.source>1.4</maven.compile.source>
     <maven.compile.target>1.4</maven.compile.target>
     <commons.componentid>sanselan</commons.componentid>
-    <commons.release.version>incubating-0.97</commons.release.version>
-    <commons.release.name>apache-sanselan-${commons.release.version}</commons.release.name>
+    <commons.release.version>0.98</commons.release.version>
     <commons.jira.id>SANSELAN</commons.jira.id>
     <commons.jira.pid>12310720</commons.jira.pid>
     <commons.osgi.export>org.apache.sanselan.*;version=${project.version};-noimport:=true</commons.osgi.export>