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 18:07:06 UTC

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

Author: jvanzyl
Date: Fri Feb 10 09:07:05 2006
New Revision: 376767

URL: http://svn.apache.org/viewcvs?rev=376767&view=rev
Log:
o using ${applicationVersion} as discussed with john and emm

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=376767&r1=376766&r2=376767&view=diff
==============================================================================
--- maven/sandbox/proficio/pom.xml (original)
+++ maven/sandbox/proficio/pom.xml Fri Feb 10 09:07:05 2006
@@ -7,19 +7,19 @@
   <name>Maven Quick Start Archetype</name>
   <url>http://maven.apache.org</url>
   <properties>
-    <proficioVersion>1.0-SNAPSHOT</proficioVersion>
+    <applicationVersion>1.0-SNAPSHOT</applicationVersion>
   </properties>
   <dependencyManagement>
     <dependencies>
       <dependency>
         <groupId>org.apache.maven.proficio</groupId>
         <artifactId>proficio-model</artifactId>
-        <version>${proficioVersion}</version>
+        <version>${applicationVersion}</version>
       </dependency>
       <dependency>
         <groupId>org.apache.maven.proficio</groupId>
         <artifactId>proficio-api</artifactId>
-        <version>${proficioVersion}</version>
+        <version>${applicationVersion}</version>
       </dependency>      
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
@@ -40,6 +40,8 @@
     <module>proficio-model</module>      
     <module>proficio-api</module>  
     <module>proficio-core</module>
+    <!--
     <module>proficio-stores</module>
+    -->
   </modules>
 </project>

Modified: maven/sandbox/proficio/proficio-api/pom.xml
URL: http://svn.apache.org/viewcvs/maven/sandbox/proficio/proficio-api/pom.xml?rev=376767&r1=376766&r2=376767&view=diff
==============================================================================
--- maven/sandbox/proficio/proficio-api/pom.xml (original)
+++ maven/sandbox/proficio/proficio-api/pom.xml Fri Feb 10 09:07:05 2006
@@ -7,7 +7,7 @@
   <modelVersion>4.0.0</modelVersion>  
   <artifactId>proficio-api</artifactId>
   <packaging>jar</packaging>
-  <version>${proficioVersion}</version>
+  <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=376767&r1=376766&r2=376767&view=diff
==============================================================================
--- maven/sandbox/proficio/proficio-core/pom.xml (original)
+++ maven/sandbox/proficio/proficio-core/pom.xml Fri Feb 10 09:07:05 2006
@@ -7,7 +7,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>proficio-core</artifactId>
   <packaging>jar</packaging>
-  <version>${proficioVersion}</version>
+  <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=376767&r1=376766&r2=376767&view=diff
==============================================================================
--- maven/sandbox/proficio/proficio-model/pom.xml (original)
+++ maven/sandbox/proficio/proficio-model/pom.xml Fri Feb 10 09:07:05 2006
@@ -7,7 +7,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>proficio-model</artifactId>
   <packaging>jar</packaging>
-  <version>${proficioVersion}</version>
+  <version>${applicationVersion}</version>
   <name>Proficio Model</name>
   <build>
     <plugins>