[dna-commits] DNA SVN: r157 - in trunk: dna-integration-tests and 5 other directories.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Tue May 13 17:26:48 EDT 2008


Author: rhauch
Date: 2008-05-13 17:26:48 -0400 (Tue, 13 May 2008)
New Revision: 157

Modified:
   trunk/dna-integration-tests/pom.xml
   trunk/dna-maven-classloader/pom.xml
   trunk/dna-repository/pom.xml
   trunk/dna-spi/pom.xml
   trunk/pom.xml
   trunk/sequencers/dna-sequencer-images/pom.xml
   trunk/sequencers/dna-sequencer-mp3/pom.xml
Log:
Changed POM files and the versions of JBoss DNA they use, so that they're compatible with Maven's release plugin

Modified: trunk/dna-integration-tests/pom.xml
===================================================================
--- trunk/dna-integration-tests/pom.xml	2008-05-13 21:26:03 UTC (rev 156)
+++ trunk/dna-integration-tests/pom.xml	2008-05-13 21:26:48 UTC (rev 157)
@@ -22,22 +22,22 @@
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-common</artifactId>
-      <version>${project.version}</version>
+      <version>${dna-version}</version>
     </dependency>
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-maven-classloader</artifactId>
-      <version>${project.version}</version>
+      <version>${dna-version}</version>
     </dependency>
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-repository</artifactId>
-      <version>${project.version}</version>
+      <version>${dna-version}</version>
     </dependency>
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-common</artifactId>
-      <version>${project.version}</version>
+      <version>${dna-version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: trunk/dna-maven-classloader/pom.xml
===================================================================
--- trunk/dna-maven-classloader/pom.xml	2008-05-13 21:26:03 UTC (rev 156)
+++ trunk/dna-maven-classloader/pom.xml	2008-05-13 21:26:48 UTC (rev 157)
@@ -22,12 +22,12 @@
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-common</artifactId>
-      <version>${project.version}</version>
+      <version>${dna-version}</version>
     </dependency>
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-common</artifactId>
-      <version>${project.version}</version>
+      <version>${dna-version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: trunk/dna-repository/pom.xml
===================================================================
--- trunk/dna-repository/pom.xml	2008-05-13 21:26:03 UTC (rev 156)
+++ trunk/dna-repository/pom.xml	2008-05-13 21:26:48 UTC (rev 157)
@@ -22,19 +22,19 @@
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-common</artifactId>
-      <version>${project.version}</version>
+      <version>${dna-version}</version>
     </dependency>
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-common</artifactId>
-      <version>${project.version}</version>
+      <version>${dna-version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-spi</artifactId>
-      <version>${project.version}</version>
+      <version>${dna-version}</version>
     </dependency>
     <!-- 
     Rules

Modified: trunk/dna-spi/pom.xml
===================================================================
--- trunk/dna-spi/pom.xml	2008-05-13 21:26:03 UTC (rev 156)
+++ trunk/dna-spi/pom.xml	2008-05-13 21:26:48 UTC (rev 157)
@@ -22,12 +22,12 @@
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-common</artifactId>
-      <version>${project.version}</version>
+      <version>${dna-version}</version>
     </dependency>
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-common</artifactId>
-      <version>${project.version}</version>
+      <version>${dna-version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2008-05-13 21:26:03 UTC (rev 156)
+++ trunk/pom.xml	2008-05-13 21:26:48 UTC (rev 157)
@@ -32,6 +32,13 @@
 	</properties>
 	<profiles>
 		<profile>
+			<id>release</id>
+			<modules>
+				<module>docs</module>
+		        <module>docs/examples/gettingstarted</module>
+			</modules>
+		</profile>
+		<profile>
 		    <!-- 
 			This profile is activated when the "generate.docs" property is set,
 			as in "mvn ... -Dgenerate.docs=true ..."

Modified: trunk/sequencers/dna-sequencer-images/pom.xml
===================================================================
--- trunk/sequencers/dna-sequencer-images/pom.xml	2008-05-13 21:26:03 UTC (rev 156)
+++ trunk/sequencers/dna-sequencer-images/pom.xml	2008-05-13 21:26:48 UTC (rev 157)
@@ -34,14 +34,14 @@
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-common</artifactId>
-      <version>${project.version}</version>
+      <version>${dna-version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-spi</artifactId>
-      <version>${project.version}</version>
+      <version>${dna-version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: trunk/sequencers/dna-sequencer-mp3/pom.xml
===================================================================
--- trunk/sequencers/dna-sequencer-mp3/pom.xml	2008-05-13 21:26:03 UTC (rev 156)
+++ trunk/sequencers/dna-sequencer-mp3/pom.xml	2008-05-13 21:26:48 UTC (rev 157)
@@ -19,12 +19,12 @@
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-common</artifactId>
-      <version>0.1-SNAPSHOT</version>
+      <version>${dna-version}</version>
     </dependency>
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-spi</artifactId>
-      <version>0.1-SNAPSHOT</version>
+      <version>${dna-version}</version>
     </dependency>
     <dependency>
       <groupId>org.jaudiotagger</groupId>




More information about the dna-commits mailing list