Author: jvanzyl
Date: Fri Feb 10 07:11:04 2006
New Revision: 376725

URL: http://svn.apache.org/viewcvs?rev=376725&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=376725&r1=376724&r2=376725&view=diff
==============================================================================
--- maven/sandbox/proficio/pom.xml (original)
+++ maven/sandbox/proficio/pom.xml Fri Feb 10 07:11:04 2006
@@ -39,6 +39,7 @@
   <modules>
     <module>proficio-model</module>      
     <module>proficio-api</module>  
-    <module>proficio-core</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=376725&r1=376724&r2=376725&view=diff
==============================================================================
--- maven/sandbox/proficio/proficio-api/pom.xml (original)
+++ maven/sandbox/proficio/proficio-api/pom.xml Fri Feb 10 07:11:04 2006
@@ -7,9 +7,8 @@
   <modelVersion>4.0.0</modelVersion>  
   <artifactId>proficio-api</artifactId>
   <packaging>jar</packaging>
-  <version>1.0-SNAPSHOT</version>
+  <version>${proficioVersion}</version>
   <name>Proficio API</name>
-  <url>http://maven.apache.org/proficio</url>
   <dependencies>
     <dependency>
       <groupId>org.apache.maven.proficio</groupId>

Modified: maven/sandbox/proficio/proficio-core/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/sandbox/proficio/proficio-core/pom.xml?rev=376725&r1=376724&r2=376725&view=diff
==============================================================================
--- maven/sandbox/proficio/proficio-core/pom.xml (original)
+++ maven/sandbox/proficio/proficio-core/pom.xml Fri Feb 10 07:11:04 2006
@@ -7,9 +7,8 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>proficio-core</artifactId>
   <packaging>jar</packaging>
-  <version>1.0-SNAPSHOT</version>
+  <version>${proficioVersion}</version>
   <name>Maven Proficio Core</name>
-  <url>http://maven.apache.org/proficio</url>
   <dependencies>
     <dependency>
       <groupId>org.apache.maven.proficio</groupId>

Modified: maven/sandbox/proficio/proficio-model/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/sandbox/proficio/proficio-model/pom.xml?rev=376725&r1=376724&r2=376725&view=diff
==============================================================================
--- maven/sandbox/proficio/proficio-model/pom.xml (original)
+++ maven/sandbox/proficio/proficio-model/pom.xml Fri Feb 10 07:11:04 2006
@@ -7,9 +7,8 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>proficio-model</artifactId>
   <packaging>jar</packaging>
-  <version>1.0-SNAPSHOT</version>
+  <version>${proficioVersion}</version>
   <name>Proficio Model</name>
-  <url>http://maven.apache.org</url>
   <build>
     <plugins>
       <plugin>


Reply via email to