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

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

Author: brett
Date: Fri Feb 10 13:09:35 2006
New Revision: 376853

URL: http://svn.apache.org/viewcvs?rev=376853&view=rev
Log:
fix version inheritance

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=376853&r1=376852&r2=376853&view=diff
==============================================================================
--- maven/sandbox/proficio/pom.xml (original)
+++ maven/sandbox/proficio/pom.xml Fri Feb 10 13:09:35 2006
@@ -6,9 +6,6 @@
   <version>1.0-SNAPSHOT</version>
   <name>Maven Quick Start Archetype</name>
   <url>http://maven.apache.org</url>
-  <properties>
-    <applicationVersion>1.0-SNAPSHOT</applicationVersion>
-  </properties>
   <dependencyManagement>
     <dependencies>
       <dependency>

Modified: maven/sandbox/proficio/proficio-api/pom.xml
URL: http://svn.apache.org/viewcvs/maven/sandbox/proficio/proficio-api/pom.xml?rev=376853&r1=376852&r2=376853&view=diff
==============================================================================
--- maven/sandbox/proficio/proficio-api/pom.xml (original)
+++ maven/sandbox/proficio/proficio-api/pom.xml Fri Feb 10 13:09:35 2006
@@ -7,7 +7,6 @@
   <modelVersion>4.0.0</modelVersion>  
   <artifactId>proficio-api</artifactId>
   <packaging>jar</packaging>
-  <version>${applicationVersion}</version>
   <name>Proficio API</name>
   <dependencies>
     <dependency>

Modified: maven/sandbox/proficio/proficio-core/pom.xml
URL: http://svn.apache.org/viewcvs/maven/sandbox/proficio/proficio-core/pom.xml?rev=376853&r1=376852&r2=376853&view=diff
==============================================================================
--- maven/sandbox/proficio/proficio-core/pom.xml (original)
+++ maven/sandbox/proficio/proficio-core/pom.xml Fri Feb 10 13:09:35 2006
@@ -7,7 +7,6 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>proficio-core</artifactId>
   <packaging>jar</packaging>
-  <version>${applicationVersion}</version>
   <name>Maven Proficio Core</name>
   <dependencies>
     <dependency>

Modified: maven/sandbox/proficio/proficio-model/pom.xml
URL: http://svn.apache.org/viewcvs/maven/sandbox/proficio/proficio-model/pom.xml?rev=376853&r1=376852&r2=376853&view=diff
==============================================================================
--- maven/sandbox/proficio/proficio-model/pom.xml (original)
+++ maven/sandbox/proficio/proficio-model/pom.xml Fri Feb 10 13:09:35 2006
@@ -7,7 +7,6 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>proficio-model</artifactId>
   <packaging>jar</packaging>
-  <version>${project.version}</version>
   <name>Proficio Model</name>
   <build>
     <plugins>