Author: rhauch
Date: 2008-05-13 20:08:34 -0400 (Tue, 13 May 2008)
New Revision: 166
Modified:
trunk/dna-maven-classloader/pom.xml
trunk/dna-repository/pom.xml
trunk/dna-spi/pom.xml
trunk/docs/examples/gettingstarted/sequencers/pom.xml
trunk/sequencers/dna-sequencer-images/pom.xml
Log:
Another trial of setting version information for the Maven 2 release plugin
Modified: trunk/dna-maven-classloader/pom.xml
===================================================================
--- trunk/dna-maven-classloader/pom.xml 2008-05-13 23:51:19 UTC (rev 165)
+++ trunk/dna-maven-classloader/pom.xml 2008-05-14 00:08:34 UTC (rev 166)
@@ -14,6 +14,10 @@
<name>JBoss DNA Maven Classloader</name>
<description>JBoss DNA Maven Classloader</description>
<
url>http://labs.jboss.org/dna</url>
+
+ <properties>
+ <dna-version>0.1-SNAPSHOT</dna-version>
+ </properties>
<!--
Define the dependencies. Note that all version and scopes default to those
defined in the dependencyManagement section of the parent pom.
@@ -26,7 +30,7 @@
<dependency>
<groupId>org.jboss.dna</groupId>
<artifactId>dna-common</artifactId>
- <version>0.1-SNAPSHOT</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 23:51:19 UTC (rev 165)
+++ trunk/dna-repository/pom.xml 2008-05-14 00:08:34 UTC (rev 166)
@@ -14,6 +14,10 @@
<name>JBoss DNA Repository</name>
<description>JBoss DNA Repository library</description>
<
url>http://labs.jboss.org/dna</url>
+
+ <properties>
+ <dna-version>0.1-SNAPSHOT</dna-version>
+ </properties>
<!--
Define the dependencies. Note that all version and scopes default to those
defined in the dependencyManagement section of the parent pom.
@@ -26,7 +30,7 @@
<dependency>
<groupId>org.jboss.dna</groupId>
<artifactId>dna-common</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>${dna-version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Modified: trunk/dna-spi/pom.xml
===================================================================
--- trunk/dna-spi/pom.xml 2008-05-13 23:51:19 UTC (rev 165)
+++ trunk/dna-spi/pom.xml 2008-05-14 00:08:34 UTC (rev 166)
@@ -14,6 +14,10 @@
<packaging>jar</packaging>
<name>JBoss DNA Service Provider Interface (SPI)</name>
<
url>http://labs.jboss.org/dna</url>
+
+ <properties>
+ <dna-version>0.1-SNAPSHOT</dna-version>
+ </properties>
<!--
Define the dependencies. Note that all version and scopes default to those
defined in the dependencyManagement section of the parent pom.
@@ -26,7 +30,7 @@
<dependency>
<groupId>org.jboss.dna</groupId>
<artifactId>dna-common</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>${dna-version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Modified: trunk/docs/examples/gettingstarted/sequencers/pom.xml
===================================================================
--- trunk/docs/examples/gettingstarted/sequencers/pom.xml 2008-05-13 23:51:19 UTC (rev
165)
+++ trunk/docs/examples/gettingstarted/sequencers/pom.xml 2008-05-14 00:08:34 UTC (rev
166)
@@ -20,25 +20,25 @@
<dependency>
<groupId>org.jboss.dna</groupId>
<artifactId>dna-repository</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>${dna-version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jboss.dna</groupId>
<artifactId>dna-common</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>${dna-version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jboss.dna</groupId>
<artifactId>dna-sequencer-images</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>${dna-version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jboss.dna</groupId>
<artifactId>dna-sequencer-mp3</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>${dna-version}</version>
<scope>runtime</scope>
</dependency>
<!--
Modified: trunk/sequencers/dna-sequencer-images/pom.xml
===================================================================
--- trunk/sequencers/dna-sequencer-images/pom.xml 2008-05-13 23:51:19 UTC (rev 165)
+++ trunk/sequencers/dna-sequencer-images/pom.xml 2008-05-14 00:08:34 UTC (rev 166)
@@ -15,6 +15,10 @@
<name>JBoss DNA Image Sequencer</name>
<description>JBoss DNA Sequencer that processes PNG, JPEG, GIF and other image
files</description>
<
url>http://labs.jboss.org/dna</url>
+
+ <properties>
+ <dna-version>0.1-SNAPSHOT</dna-version>
+ </properties>
<!--
Define the dependencies. Note that all version and scopes default to those
defined in the dependencyManagement section of the parent pom.
@@ -34,14 +38,14 @@
<dependency>
<groupId>org.jboss.dna</groupId>
<artifactId>dna-common</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>${dna-version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.dna</groupId>
<artifactId>dna-spi</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>${dna-version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>