You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2006/08/22 23:30:11 UTC

svn commit: r433763 - in /maven/shared/trunk/maven-user: maven-user-model/pom.xml persistence-api-exceptions/pom.xml

Author: carlos
Date: Tue Aug 22 14:30:10 2006
New Revision: 433763

URL: http://svn.apache.org/viewvc?rev=433763&view=rev
Log:
Set version to snapshot to prevent deploy to release repo for now

Modified:
    maven/shared/trunk/maven-user/maven-user-model/pom.xml
    maven/shared/trunk/maven-user/persistence-api-exceptions/pom.xml

Modified: maven/shared/trunk/maven-user/maven-user-model/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-user/maven-user-model/pom.xml?rev=433763&r1=433762&r2=433763&view=diff
==============================================================================
--- maven/shared/trunk/maven-user/maven-user-model/pom.xml (original)
+++ maven/shared/trunk/maven-user/maven-user-model/pom.xml Tue Aug 22 14:30:10 2006
@@ -22,7 +22,7 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>persistence-api-exceptions</artifactId>
-      <version>1.0</version>
+      <version>1.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

Modified: maven/shared/trunk/maven-user/persistence-api-exceptions/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-user/persistence-api-exceptions/pom.xml?rev=433763&r1=433762&r2=433763&view=diff
==============================================================================
--- maven/shared/trunk/maven-user/persistence-api-exceptions/pom.xml (original)
+++ maven/shared/trunk/maven-user/persistence-api-exceptions/pom.xml Tue Aug 22 14:30:10 2006
@@ -12,7 +12,6 @@
   </parent>
 
   <artifactId>persistence-api-exceptions</artifactId>
-  <version>1.0</version>
   <name>Enterprise JavaBeans (EJB) 3.0 exceptions</name>
   <description>
     The Enterprise JavaBeans architecture is a component architecture for the development and deployment of component-based business applications.