You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by se...@apache.org on 2010/05/14 18:32:42 UTC

svn commit: r944335 - /jakarta/bsf/branches/bsf3.x/pom.xml

Author: sebb
Date: Fri May 14 16:32:42 2010
New Revision: 944335

URL: http://svn.apache.org/viewvc?rev=944335&view=rev
Log:
Add Apache parent pom
Update to 3.1-SNAPSHOT (should have done this a while ago)

Modified:
    jakarta/bsf/branches/bsf3.x/pom.xml

Modified: jakarta/bsf/branches/bsf3.x/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/pom.xml?rev=944335&r1=944334&r2=944335&view=diff
==============================================================================
--- jakarta/bsf/branches/bsf3.x/pom.xml (original)
+++ jakarta/bsf/branches/bsf3.x/pom.xml Fri May 14 16:32:42 2010
@@ -22,10 +22,16 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
          http://maven.apache.org/maven-v4_0_0.xsd">
 
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>7</version>
+    </parent>
+
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.bsf</groupId>
     <artifactId>parent</artifactId>
-    <version>3.0-SNAPSHOT</version>
+    <version>3.1-SNAPSHOT</version>
 
     <name>Apache BSF</name>
     <description>Apache BSF</description>



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org