You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2009/06/02 19:52:24 UTC

svn commit: r781098 - /geronimo/specs/trunk/geronimo-validation_1.0_spec/pom.xml

Author: dwoods
Date: Tue Jun  2 17:52:24 2009
New Revision: 781098

URL: http://svn.apache.org/viewvc?rev=781098&view=rev
Log:
update version to EA2-SNAPSHOT to prepare for next spec release and comment out genesis 2 upgrade for now

Modified:
    geronimo/specs/trunk/geronimo-validation_1.0_spec/pom.xml

Modified: geronimo/specs/trunk/geronimo-validation_1.0_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-validation_1.0_spec/pom.xml?rev=781098&r1=781097&r2=781098&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-validation_1.0_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-validation_1.0_spec/pom.xml Tue Jun  2 17:52:24 2009
@@ -25,17 +25,23 @@
     <modelVersion>4.0.0</modelVersion>
     
     <parent>
+        <!--
         <groupId>org.apache.geronimo.genesis.flava</groupId>
         <artifactId>genesis-java5-flava</artifactId>
         <version>2.0-SNAPSHOT</version>
+        -->
+        <groupId>org.apache.geronimo.specs</groupId>
+        <artifactId>specs-parent</artifactId>
+        <version>1.6</version>
     </parent>
 
     <groupId>org.apache.geronimo.specs</groupId>
     <artifactId>geronimo-validation_1.0_spec</artifactId>
-    <version>1.0-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Bean Validation Spec API</name>
-    <description>Bean Validation Spec API 1.0 JSR-303</description>
+    <version>1.0-EA2-SNAPSHOT</version>
+    <!-- <packaging>bundle</packaging> -->
+    <packaging>jar</packaging>
+    <name>Bean Validation - Early Access Spec API</name>
+    <description>JSR-303 Bean Validation Spec API - 1.0 Early Access</description>
 
     <url>http://geronimo.apache.org/maven/${siteId}/${version}</url>
     <distributionManagement>
@@ -47,6 +53,8 @@
 
     <properties>
         <siteId>specs/${artifactId}</siteId>
+        <geronimo.osgi.export.pkg>javax.validation*</geronimo.osgi.export.pkg>
+        <geronimo.osgi.export.version>1.0</geronimo.osgi.export.version>
     </properties>
 
     <scm>
@@ -55,6 +63,7 @@
         <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-validation_1.0_spec/</url>
     </scm>
 
+<!--
     <build>
         <plugins>
             <plugin>
@@ -68,5 +77,5 @@
             </plugin>
         </plugins>
     </build>
-
+-->
 </project>