You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2006/02/10 22:07:49 UTC

svn commit: r376851 - in /maven/sandbox/proficio: pom.xml proficio-api/pom.xml proficio-core/pom.xml proficio-model/pom.xml

Author: jvanzyl
Date: Fri Feb 10 13:07:48 2006
New Revision: 376851

URL: http://svn.apache.org/viewcvs?rev=376851&view=rev
Log: (empty)

Modified:
    maven/sandbox/proficio/pom.xml
    maven/sandbox/proficio/proficio-api/pom.xml
    maven/sandbox/proficio/proficio-core/pom.xml
    maven/sandbox/proficio/proficio-model/pom.xml

Modified: maven/sandbox/proficio/pom.xml
URL: http://svn.apache.org/viewcvs/maven/sandbox/proficio/pom.xml?rev=376851&r1=376850&r2=376851&view=diff
==============================================================================
--- maven/sandbox/proficio/pom.xml (original)
+++ maven/sandbox/proficio/pom.xml Fri Feb 10 13:07:48 2006
@@ -3,7 +3,7 @@
   <groupId>org.apache.maven.proficio</groupId>
   <artifactId>proficio</artifactId>
   <packaging>pom</packaging>
-  <version>1</version>
+  <version>1.0-SNAPSHOT</version>
   <name>Maven Quick Start Archetype</name>
   <url>http://maven.apache.org</url>
   <properties>
@@ -14,12 +14,12 @@
       <dependency>
         <groupId>org.apache.maven.proficio</groupId>
         <artifactId>proficio-model</artifactId>
-        <version>${applicationVersion}</version>
+        <version>${project.version}</version>
       </dependency>
       <dependency>
         <groupId>org.apache.maven.proficio</groupId>
         <artifactId>proficio-api</artifactId>
-        <version>${applicationVersion}</version>
+        <version>${project.version}</version>
       </dependency>      
       <dependency>
         <groupId>org.codehaus.plexus</groupId>

Modified: maven/sandbox/proficio/proficio-api/pom.xml
URL: http://svn.apache.org/viewcvs/maven/sandbox/proficio/proficio-api/pom.xml?rev=376851&r1=376850&r2=376851&view=diff
==============================================================================
--- maven/sandbox/proficio/proficio-api/pom.xml (original)
+++ maven/sandbox/proficio/proficio-api/pom.xml Fri Feb 10 13:07:48 2006
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.apache.maven.proficio</groupId>
     <artifactId>proficio</artifactId>
-    <version>1</version>
+    <version>1.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>  
   <artifactId>proficio-api</artifactId>

Modified: maven/sandbox/proficio/proficio-core/pom.xml
URL: http://svn.apache.org/viewcvs/maven/sandbox/proficio/proficio-core/pom.xml?rev=376851&r1=376850&r2=376851&view=diff
==============================================================================
--- maven/sandbox/proficio/proficio-core/pom.xml (original)
+++ maven/sandbox/proficio/proficio-core/pom.xml Fri Feb 10 13:07:48 2006
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.apache.maven.proficio</groupId>
     <artifactId>proficio</artifactId>
-    <version>1</version>
+    <version>1.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>proficio-core</artifactId>

Modified: maven/sandbox/proficio/proficio-model/pom.xml
URL: http://svn.apache.org/viewcvs/maven/sandbox/proficio/proficio-model/pom.xml?rev=376851&r1=376850&r2=376851&view=diff
==============================================================================
--- maven/sandbox/proficio/proficio-model/pom.xml (original)
+++ maven/sandbox/proficio/proficio-model/pom.xml Fri Feb 10 13:07:48 2006
@@ -2,12 +2,12 @@
   <parent>
     <groupId>org.apache.maven.proficio</groupId>
     <artifactId>proficio</artifactId>
-    <version>1</version>
+    <version>1.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>proficio-model</artifactId>
   <packaging>jar</packaging>
-  <version>${applicationVersion}</version>
+  <version>${project.version}</version>
   <name>Proficio Model</name>
   <build>
     <plugins>