[dna-commits] DNA SVN: r547 - in trunk: dna-graph and 16 other directories.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Fri Sep 26 12:10:20 EDT 2008


Author: rhauch
Date: 2008-09-26 12:10:20 -0400 (Fri, 26 Sep 2008)
New Revision: 547

Modified:
   trunk/dna-graph/pom.xml
   trunk/dna-integration-tests/pom.xml
   trunk/dna-jcr/pom.xml
   trunk/dna-repository/pom.xml
   trunk/docs/examples/gettingstarted/pom.xml
   trunk/docs/examples/gettingstarted/repositories/pom.xml
   trunk/docs/examples/gettingstarted/sequencers/pom.xml
   trunk/docs/reference/src/main/docbook/en-US/content/development_tools.xml
   trunk/extensions/dna-classloader-maven/pom.xml
   trunk/extensions/dna-connector-federation/pom.xml
   trunk/extensions/dna-connector-inmemory/pom.xml
   trunk/extensions/dna-connector-jbosscache/pom.xml
   trunk/extensions/dna-mimetype-detector-aperture/pom.xml
   trunk/extensions/dna-sequencer-images/pom.xml
   trunk/extensions/dna-sequencer-java/pom.xml
   trunk/extensions/dna-sequencer-msoffice/pom.xml
   trunk/extensions/dna-sequencer-zip/pom.xml
   trunk/pom.xml
Log:
Changed the POM's to not need the version property any more.

Modified: trunk/dna-graph/pom.xml
===================================================================
--- trunk/dna-graph/pom.xml	2008-09-26 15:53:47 UTC (rev 546)
+++ trunk/dna-graph/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
@@ -12,9 +12,6 @@
   <name>JBoss DNA Graph</name>
   <url>http://labs.jboss.org/dna</url>
   
-  <properties>
-    <dna-version>0.2-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.
@@ -27,7 +24,7 @@
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-common</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: trunk/dna-integration-tests/pom.xml
===================================================================
--- trunk/dna-integration-tests/pom.xml	2008-09-26 15:53:47 UTC (rev 546)
+++ trunk/dna-integration-tests/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
@@ -12,9 +12,6 @@
   <name>JBoss DNA Integration Tests</name>
   <url>http://labs.jboss.org/dna</url>
   
-  <properties>
-    <dna-version>0.2-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.
@@ -35,7 +32,7 @@
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-common</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: trunk/dna-jcr/pom.xml
===================================================================
--- trunk/dna-jcr/pom.xml	2008-09-26 15:53:47 UTC (rev 546)
+++ trunk/dna-jcr/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
   </parent>
   <!-- The groupId and version values are inherited from parent -->
   <artifactId>dna-jcr</artifactId>
@@ -13,9 +13,6 @@
   <description>JBoss DNA implementation of the JCR API</description>
   <url>http://labs.jboss.org/dna</url>
   
-  <properties>
-    <dna-version>0.2-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.
@@ -28,7 +25,7 @@
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-common</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
@@ -39,7 +36,7 @@
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-graph</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: trunk/dna-repository/pom.xml
===================================================================
--- trunk/dna-repository/pom.xml	2008-09-26 15:53:47 UTC (rev 546)
+++ trunk/dna-repository/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
   </parent>
   <!-- The groupId and version values are inherited from parent -->
   <artifactId>dna-repository</artifactId>
@@ -13,9 +13,6 @@
   <description>JBoss DNA Repository library</description>
   <url>http://labs.jboss.org/dna</url>
   
-  <properties>
-    <dna-version>0.2-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.
@@ -28,7 +25,7 @@
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-common</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
@@ -39,7 +36,7 @@
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-graph</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
@@ -50,7 +47,7 @@
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-connector-federation</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: trunk/docs/examples/gettingstarted/pom.xml
===================================================================
--- trunk/docs/examples/gettingstarted/pom.xml	2008-09-26 15:53:47 UTC (rev 546)
+++ trunk/docs/examples/gettingstarted/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
@@ -4,7 +4,7 @@
   <groupId>org.jboss.dna.examples</groupId>
   <artifactId>getting_started</artifactId>
   <packaging>pom</packaging>
-  <version>0.2-SNAPSHOT</version>
+  <version>0.2</version>
   <name>JBoss DNA Getting Started examples</name>
   <description />
 
@@ -13,61 +13,57 @@
     <module>repositories</module>
   </modules>
 
-  <properties>
-    <dna-version>0.2-SNAPSHOT</dna-version>
-  </properties>
-
   <dependencyManagement>
     <dependencies>
       <dependency>
         <groupId>org.jboss.dna</groupId>
         <artifactId>dna-common</artifactId>
-        <version>${dna-version}</version>
+        <version>${pom.version}</version>
       </dependency>
       <dependency>
         <groupId>org.jboss.dna</groupId>
         <artifactId>dna-graph</artifactId>
-        <version>${dna-version}</version>
+        <version>${pom.version}</version>
       </dependency>
       <dependency>
         <groupId>org.jboss.dna</groupId>
         <artifactId>dna-repository</artifactId>
-        <version>${dna-version}</version>
+        <version>${pom.version}</version>
       </dependency>
       <dependency>
         <groupId>org.jboss.dna</groupId>
         <artifactId>dna-jcr</artifactId>
-        <version>${dna-version}</version>
+        <version>${pom.version}</version>
       </dependency>
       <dependency>
         <groupId>org.jboss.dna</groupId>
         <artifactId>dna-maven-classloader</artifactId>
-        <version>${dna-version}</version>
+        <version>${pom.version}</version>
       </dependency>
       <dependency>
         <groupId>org.jboss.dna</groupId>
         <artifactId>dna-sequencer-images</artifactId>
-        <version>${dna-version}</version>
+        <version>${pom.version}</version>
       </dependency>
       <dependency>
         <groupId>org.jboss.dna</groupId>
         <artifactId>dna-sequencer-java</artifactId>
-        <version>${dna-version}</version>
+        <version>${pom.version}</version>
       </dependency>
       <dependency>
         <groupId>org.jboss.dna</groupId>
         <artifactId>dna-connector-inmemory</artifactId>
-        <version>${dna-version}</version>
+        <version>${pom.version}</version>
       </dependency>
       <dependency>
         <groupId>org.jboss.dna</groupId>
         <artifactId>dna-connector-jbosscache</artifactId>
-        <version>${dna-version}</version>
+        <version>${pom.version}</version>
       </dependency>
       <dependency>
         <groupId>org.jboss.dna</groupId>
         <artifactId>dna-connector-federation</artifactId>
-        <version>${dna-version}</version>
+        <version>${pom.version}</version>
         <scope>runtime</scope>
       </dependency>
       <!-- Logging (require SLF4J API for compiling, but use Log4J and its SLF4J binding for testing) -->

Modified: trunk/docs/examples/gettingstarted/repositories/pom.xml
===================================================================
--- trunk/docs/examples/gettingstarted/repositories/pom.xml	2008-09-26 15:53:47 UTC (rev 546)
+++ trunk/docs/examples/gettingstarted/repositories/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
@@ -3,57 +3,53 @@
   <parent>
     <groupId>org.jboss.dna.examples</groupId>
     <artifactId>getting_started</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>..</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.dna.examples</groupId>
   <artifactId>dna-example-repositories</artifactId>
-  <version>0.2-SNAPSHOT</version>
+  <version>0.2</version>
   <packaging>jar</packaging>
   <name>JBoss DNA Repositories Examples</name>
   <description>Examples that showcase how to use DNA repositories.</description>
 
-  <properties>
-    <dna-version>0.2-SNAPSHOT</dna-version>
-  </properties>
-
   <dependencies>
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-repository</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-jcr</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-common</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-connector-inmemory</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-connector-jbosscache</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-connector-federation</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <scope>runtime</scope>
     </dependency>
     <!-- 

Modified: trunk/docs/examples/gettingstarted/sequencers/pom.xml
===================================================================
--- trunk/docs/examples/gettingstarted/sequencers/pom.xml	2008-09-26 15:53:47 UTC (rev 546)
+++ trunk/docs/examples/gettingstarted/sequencers/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
@@ -3,51 +3,47 @@
   <parent>
     <groupId>org.jboss.dna.examples</groupId>
     <artifactId>getting_started</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>..</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.dna.examples</groupId>
   <artifactId>dna-example-sequencers</artifactId>
-  <version>0.2-SNAPSHOT</version>
+  <version>0.2</version>
   <packaging>jar</packaging>
   <name>JBoss DNA Sequencer Examples</name>
   <description>Examples that showcase how to use sequencers with a JCR repository.</description>
 
-  <properties>
-    <dna-version>0.2-SNAPSHOT</dna-version>
-  </properties>
-
   <dependencies>
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-repository</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-common</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-sequencer-images</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-sequencer-mp3</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-sequencer-java</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <scope>runtime</scope>
     </dependency>
     <!-- 

Modified: trunk/docs/reference/src/main/docbook/en-US/content/development_tools.xml
===================================================================
--- trunk/docs/reference/src/main/docbook/en-US/content/development_tools.xml	2008-09-26 15:53:47 UTC (rev 546)
+++ trunk/docs/reference/src/main/docbook/en-US/content/development_tools.xml	2008-09-26 16:10:20 UTC (rev 547)
@@ -361,6 +361,9 @@
 				the release process.  This is called a <emphasis>dry run</emphasis>, and is done with the Maven "release" plugin:
 			</para>
 			<programlisting>$ mvn release:prepare -DdryRun=true</programlisting>
+			<para>This may download a lot of Maven plugins if they already haven't been downloaded.  It should then it should prompt you for
+				the release version of each of the projects, the tag name for the release, and the next development version.
+				The default values are probably acceptable; if not, then check that the "SNAPSHOT" version in each of the POM files is correct.
 		</sect2>
 		<sect2 id="release">
 			<title>Release</title>

Modified: trunk/extensions/dna-classloader-maven/pom.xml
===================================================================
--- trunk/extensions/dna-classloader-maven/pom.xml	2008-09-26 15:53:47 UTC (rev 546)
+++ trunk/extensions/dna-classloader-maven/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
   </parent>
   <!-- The groupId and version values are inherited from parent -->
   <artifactId>dna-classloader-maven</artifactId>
@@ -12,9 +12,6 @@
   <description>JBoss DNA Maven Classloader</description>
   <url>http://labs.jboss.org/dna</url>
   
-  <properties>
-    <dna-version>0.2-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.
@@ -27,7 +24,7 @@
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-common</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: trunk/extensions/dna-connector-federation/pom.xml
===================================================================
--- trunk/extensions/dna-connector-federation/pom.xml	2008-09-26 15:53:47 UTC (rev 546)
+++ trunk/extensions/dna-connector-federation/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../..</relativePath>
   </parent>
   <!-- The groupId and version values are inherited from parent -->
@@ -14,9 +14,6 @@
   <description>JBoss DNA Connector that federates content from multiple connectors.</description>
   <url>http://labs.jboss.org/dna</url>
   
-  <properties>
-    <dna-version>0.2-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.
@@ -36,14 +33,14 @@
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-common</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-graph</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: trunk/extensions/dna-connector-inmemory/pom.xml
===================================================================
--- trunk/extensions/dna-connector-inmemory/pom.xml	2008-09-26 15:53:47 UTC (rev 546)
+++ trunk/extensions/dna-connector-inmemory/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../..</relativePath>
   </parent>
   <!-- The groupId and version values are inherited from parent -->
@@ -14,9 +14,6 @@
   <description>JBoss DNA Connector that accesses an in-memory graph.</description>
   <url>http://labs.jboss.org/dna</url>
   
-  <properties>
-    <dna-version>0.2-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.
@@ -36,14 +33,14 @@
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-common</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-graph</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: trunk/extensions/dna-connector-jbosscache/pom.xml
===================================================================
--- trunk/extensions/dna-connector-jbosscache/pom.xml	2008-09-26 15:53:47 UTC (rev 546)
+++ trunk/extensions/dna-connector-jbosscache/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../..</relativePath>
   </parent>
   <!-- The groupId and version values are inherited from parent -->
@@ -14,9 +14,6 @@
   <description>JBoss DNA Connector that accesses an in-process JBoss Cache instance.</description>
   <url>http://labs.jboss.org/dna</url>
   
-  <properties>
-    <dna-version>0.2-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.
@@ -36,14 +33,14 @@
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-common</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-graph</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: trunk/extensions/dna-mimetype-detector-aperture/pom.xml
===================================================================
--- trunk/extensions/dna-mimetype-detector-aperture/pom.xml	2008-09-26 15:53:47 UTC (rev 546)
+++ trunk/extensions/dna-mimetype-detector-aperture/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../..</relativePath>
   </parent>
   <!-- The groupId and version values are inherited from parent -->
@@ -29,7 +29,7 @@
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-repository</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: trunk/extensions/dna-sequencer-images/pom.xml
===================================================================
--- trunk/extensions/dna-sequencer-images/pom.xml	2008-09-26 15:53:47 UTC (rev 546)
+++ trunk/extensions/dna-sequencer-images/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../..</relativePath>
   </parent>
   <!-- The groupId and version values are inherited from parent -->
@@ -13,9 +13,6 @@
   <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.2-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.
@@ -35,14 +32,14 @@
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-common</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-graph</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: trunk/extensions/dna-sequencer-java/pom.xml
===================================================================
--- trunk/extensions/dna-sequencer-java/pom.xml	2008-09-26 15:53:47 UTC (rev 546)
+++ trunk/extensions/dna-sequencer-java/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.jboss.dna</groupId>
 		<artifactId>dna</artifactId>
-		<version>0.2-SNAPSHOT</version>
+		<version>0.2</version>
 		<relativePath>../..</relativePath>
 	</parent>
 	<!-- The groupId and version values are inherited from parent -->
@@ -17,9 +17,6 @@
 		JBoss DNA Sequencer that processes java sources
 	</description>
 	<url>http://labs.jboss.org/dna</url>
-	<properties>
-		<dna-version>0.2-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.
@@ -39,21 +36,21 @@
 		<dependency>
 			<groupId>org.jboss.dna</groupId>
 			<artifactId>dna-common</artifactId>
-			<version>${dna-version}</version>
+			<version>${pom.version}</version>
 			<type>test-jar</type>
 			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.jboss.dna</groupId>
 			<artifactId>dna-graph</artifactId>
-			<version>${dna-version}</version>
+			<version>${pom.version}</version>
 			<type>test-jar</type>
 			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.jboss.dna</groupId>
 			<artifactId>dna-integration-tests</artifactId>
-			<version>0.2-SNAPSHOT</version>
+			<version>0.2</version>
 			<scope>test</scope>
 		</dependency>
 		<!-- 

Modified: trunk/extensions/dna-sequencer-msoffice/pom.xml
===================================================================
--- trunk/extensions/dna-sequencer-msoffice/pom.xml	2008-09-26 15:53:47 UTC (rev 546)
+++ trunk/extensions/dna-sequencer-msoffice/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>dna</artifactId>
     <groupId>org.jboss.dna</groupId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.2</version>
     <relativePath>../..</relativePath>
   </parent>
   <!-- The groupId and version values are inherited from parent -->
@@ -20,7 +20,7 @@
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-common</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: trunk/extensions/dna-sequencer-zip/pom.xml
===================================================================
--- trunk/extensions/dna-sequencer-zip/pom.xml	2008-09-26 15:53:47 UTC (rev 546)
+++ trunk/extensions/dna-sequencer-zip/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
@@ -20,7 +20,7 @@
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-common</artifactId>
-      <version>${dna-version}</version>
+      <version>${pom.version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2008-09-26 15:53:47 UTC (rev 546)
+++ trunk/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
@@ -131,10 +131,6 @@
 		<module>docs/examples/gettingstarted</module>
 	</modules>
 
-	<properties>
-		<dna-version>0.2-SNAPSHOT</dna-version>
-	</properties>
-	
 	<profiles>
 		<profile>
 			<id>release</id>
@@ -359,47 +355,47 @@
 			<dependency>
 				<groupId>org.jboss.dna</groupId>
 				<artifactId>dna-common</artifactId>
-				<version>${dna-version}</version>
+				<version>${pom.version}</version>
 			</dependency>
 			<dependency>
 				<groupId>org.jboss.dna</groupId>
 				<artifactId>dna-classloader-maven</artifactId>
-				<version>${dna-version}</version>
+				<version>${pom.version}</version>
 			</dependency>
 			<dependency>
 				<groupId>org.jboss.dna</groupId>
 				<artifactId>dna-graph</artifactId>
-				<version>${dna-version}</version>
+				<version>${pom.version}</version>
 			</dependency>
 			<dependency>
 				<groupId>org.jboss.dna</groupId>
 				<artifactId>dna-repository</artifactId>
-				<version>${dna-version}</version>
+				<version>${pom.version}</version>
 			</dependency>
 			<dependency>
 				<groupId>org.jboss.dna</groupId>
 				<artifactId>dna-jcr</artifactId>
-				<version>${dna-version}</version>
+				<version>${pom.version}</version>
 			</dependency>
 			<dependency>
 				<groupId>org.jboss.dna</groupId>
 				<artifactId>dna-connector-federation</artifactId>
-				<version>${dna-version}</version>
+				<version>${pom.version}</version>
 			</dependency>
 			<dependency>
 				<groupId>org.jboss.dna</groupId>
 				<artifactId>dna-connector-jbosscache</artifactId>
-				<version>${dna-version}</version>
+				<version>${pom.version}</version>
 			</dependency>
 			<dependency>
 				<groupId>org.jboss.dna</groupId>
 				<artifactId>dna-connector-inmemory</artifactId>
-				<version>${dna-version}</version>
+				<version>${pom.version}</version>
 			</dependency>
 			<dependency>
 				<groupId>org.jboss.dna</groupId>
 				<artifactId>dna-mimetype-detector-aperture</artifactId>
-				<version>${dna-version}</version>
+				<version>${pom.version}</version>
 			</dependency>
 			<!-- 
 		    Time and Date




More information about the dna-commits mailing list