[dna-commits] DNA SVN: r168 - in trunk: dna-common and 10 other directories.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Tue May 13 20:24:54 EDT 2008


Author: rhauch
Date: 2008-05-13 20:24:54 -0400 (Tue, 13 May 2008)
New Revision: 168

Modified:
   trunk/dna-common/pom.xml
   trunk/dna-integration-tests/pom.xml
   trunk/dna-maven-classloader/pom.xml
   trunk/dna-repository/pom.xml
   trunk/dna-spi/pom.xml
   trunk/docs/examples/gettingstarted/pom.xml
   trunk/docs/examples/gettingstarted/sequencers/pom.xml
   trunk/docs/gettingstarted/pom.xml
   trunk/docs/pom.xml
   trunk/pom.xml
   trunk/sequencers/dna-sequencer-images/pom.xml
   trunk/sequencers/dna-sequencer-mp3/pom.xml
Log:
[maven-release-plugin] prepare release dna-0.1

Modified: trunk/dna-common/pom.xml
===================================================================
--- trunk/dna-common/pom.xml	2008-05-14 00:15:36 UTC (rev 167)
+++ trunk/dna-common/pom.xml	2008-05-14 00:24:54 UTC (rev 168)
@@ -1,12 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
   </parent>
   <!-- The groupId and version values are inherited from parent -->
   <artifactId>dna-common</artifactId>

Modified: trunk/dna-integration-tests/pom.xml
===================================================================
--- trunk/dna-integration-tests/pom.xml	2008-05-14 00:15:36 UTC (rev 167)
+++ trunk/dna-integration-tests/pom.xml	2008-05-14 00:24:54 UTC (rev 168)
@@ -1,22 +1,19 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
   </parent>
   <!-- The groupId and version values are inherited from parent -->
   <artifactId>dna-integration-tests</artifactId>
   <packaging>jar</packaging>
-  <version>0.1-SNAPSHOT</version>
+  <version>0.1</version>
   <name>JBoss DNA Integration Tests</name>
   <url>http://labs.jboss.org/dna</url>
   
   <properties>
-    <dna-version>0.1-SNAPSHOT</dna-version>
+    <dna-version>0.1</dna-version>
   </properties>
   <!--
   Define the dependencies.  Note that all version and scopes default to those 
@@ -123,4 +120,4 @@
 		</plugin>
 	</plugins>
   </build>
-</project>
+</project>
\ No newline at end of file

Modified: trunk/dna-maven-classloader/pom.xml
===================================================================
--- trunk/dna-maven-classloader/pom.xml	2008-05-14 00:15:36 UTC (rev 167)
+++ trunk/dna-maven-classloader/pom.xml	2008-05-14 00:24:54 UTC (rev 168)
@@ -1,12 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
   </parent>
   <!-- The groupId and version values are inherited from parent -->
   <artifactId>dna-maven-classloader</artifactId>
@@ -16,7 +13,7 @@
   <url>http://labs.jboss.org/dna</url>
   
   <properties>
-    <dna-version>0.1-SNAPSHOT</dna-version>
+    <dna-version>0.1</dna-version>
   </properties>
   <!--
   Define the dependencies.  Note that all version and scopes default to those 
@@ -83,4 +80,4 @@
       <artifactId>jackrabbit-core</artifactId>
     </dependency>
   </dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: trunk/dna-repository/pom.xml
===================================================================
--- trunk/dna-repository/pom.xml	2008-05-14 00:15:36 UTC (rev 167)
+++ trunk/dna-repository/pom.xml	2008-05-14 00:24:54 UTC (rev 168)
@@ -1,12 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
   </parent>
   <!-- The groupId and version values are inherited from parent -->
   <artifactId>dna-repository</artifactId>
@@ -16,7 +13,7 @@
   <url>http://labs.jboss.org/dna</url>
   
   <properties>
-    <dna-version>0.1-SNAPSHOT</dna-version>
+    <dna-version>0.1</dna-version>
   </properties>
   <!--
   Define the dependencies.  Note that all version and scopes default to those 
@@ -116,4 +113,4 @@
       <artifactId>jackrabbit-core</artifactId>
     </dependency>
   </dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: trunk/dna-spi/pom.xml
===================================================================
--- trunk/dna-spi/pom.xml	2008-05-14 00:15:36 UTC (rev 167)
+++ trunk/dna-spi/pom.xml	2008-05-14 00:24:54 UTC (rev 168)
@@ -1,12 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
   </parent>
   <!-- The groupId and version values are inherited from parent -->
   <artifactId>dna-spi</artifactId>
@@ -16,7 +13,7 @@
   <url>http://labs.jboss.org/dna</url>
   
   <properties>
-    <dna-version>0.1-SNAPSHOT</dna-version>
+    <dna-version>0.1</dna-version>
   </properties>
   <!--
   Define the dependencies.  Note that all version and scopes default to those 
@@ -77,4 +74,4 @@
       <artifactId>jcip-annotations</artifactId>
     </dependency>
   </dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: trunk/docs/examples/gettingstarted/pom.xml
===================================================================
--- trunk/docs/examples/gettingstarted/pom.xml	2008-05-14 00:15:36 UTC (rev 167)
+++ trunk/docs/examples/gettingstarted/pom.xml	2008-05-14 00:24:54 UTC (rev 168)
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.dna.examples</groupId>
@@ -7,14 +6,14 @@
   <packaging>pom</packaging>
   <version>0.1</version>
   <name>Getting Started examples</name>
-  <description></description>
+  <description />
 
   <modules>
     <module>sequencers</module>
   </modules>
 
   <properties>
-    <dna-version>0.1-SNAPSHOT</dna-version>
+    <dna-version>0.1</dna-version>
   </properties>
 
   <dependencyManagement>
@@ -130,4 +129,4 @@
     </plugins>
   </build>
 
-</project>
+</project>
\ No newline at end of file

Modified: trunk/docs/examples/gettingstarted/sequencers/pom.xml
===================================================================
--- trunk/docs/examples/gettingstarted/sequencers/pom.xml	2008-05-14 00:15:36 UTC (rev 167)
+++ trunk/docs/examples/gettingstarted/sequencers/pom.xml	2008-05-14 00:24:54 UTC (rev 168)
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <parent>
     <groupId>org.jboss.dna.examples</groupId>
@@ -11,13 +10,13 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.dna.examples</groupId>
   <artifactId>dna-example-sequencers</artifactId>
-  <version>0.1-SNAPSHOT</version>
+  <version>0.1</version>
   <packaging>jar</packaging>
   <name>Sequencer Examples</name>
   <description>Examples that showcase how to use sequencers with a JCR repository.</description>
 
   <properties>
-    <dna-version>0.1-SNAPSHOT</dna-version>
+    <dna-version>0.1</dna-version>
   </properties>
 
   <dependencies>

Modified: trunk/docs/gettingstarted/pom.xml
===================================================================
--- trunk/docs/gettingstarted/pom.xml	2008-05-14 00:15:36 UTC (rev 167)
+++ trunk/docs/gettingstarted/pom.xml	2008-05-14 00:24:54 UTC (rev 168)
@@ -1,6 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
@@ -12,8 +10,8 @@
     
     <groupId>org.jboss.dna</groupId>
     <artifactId>getting-started-${translation}</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <packaging>jdocbook</packaging>
     <name>JBoss DNA Getting Started Document (${translation})</name>
 
-</project>
+</project>
\ No newline at end of file

Modified: trunk/docs/pom.xml
===================================================================
--- trunk/docs/pom.xml	2008-05-14 00:15:36 UTC (rev 167)
+++ trunk/docs/pom.xml	2008-05-14 00:24:54 UTC (rev 168)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.dna.docs</groupId>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2008-05-14 00:15:36 UTC (rev 167)
+++ trunk/pom.xml	2008-05-14 00:24:54 UTC (rev 168)
@@ -1,11 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.jboss.dna</groupId>
 	<artifactId>dna</artifactId>
-	<version>0.1-SNAPSHOT</version>
+	<version>0.1</version>
 	<packaging>pom</packaging>
 	<name>JBoss DNA</name>
 	<url>http://www.jboss.org/dna</url>
@@ -13,9 +10,7 @@
 		JBoss DNA provides tools for working with JCR repositories.
 	</description>
 	<scm>
-		<connection>
-			scm:svn:https://svn.jboss.org/repos/dna/trunk
-		</connection>
+		<connection>scm:svn:https://svn.jboss.org/repos/dna/tags/dna-0.1</connection>
 	</scm>
 	<modules>
 		<module>dna-common</module>
@@ -28,7 +23,7 @@
 	</modules>
 
 	<properties>
-		<dna-version>0.1-SNAPSHOT</dna-version>
+		<dna-version>0.1</dna-version>
 	</properties>
 	<profiles>
 		<profile>

Modified: trunk/sequencers/dna-sequencer-images/pom.xml
===================================================================
--- trunk/sequencers/dna-sequencer-images/pom.xml	2008-05-14 00:15:36 UTC (rev 167)
+++ trunk/sequencers/dna-sequencer-images/pom.xml	2008-05-14 00:24:54 UTC (rev 168)
@@ -1,12 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <relativePath>../..</relativePath>
   </parent>
   <!-- The groupId and version values are inherited from parent -->
@@ -17,7 +14,7 @@
   <url>http://labs.jboss.org/dna</url>
   
   <properties>
-    <dna-version>0.1-SNAPSHOT</dna-version>
+    <dna-version>0.1</dna-version>
   </properties>
   <!--
   Define the dependencies.  Note that all version and scopes default to those 

Modified: trunk/sequencers/dna-sequencer-mp3/pom.xml
===================================================================
--- trunk/sequencers/dna-sequencer-mp3/pom.xml	2008-05-14 00:15:36 UTC (rev 167)
+++ trunk/sequencers/dna-sequencer-mp3/pom.xml	2008-05-14 00:24:54 UTC (rev 168)
@@ -1,12 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>dna</artifactId>
     <groupId>org.jboss.dna</groupId>
-    <version>0.1-SNAPSHOT</version>
+    <version>0.1</version>
     <relativePath>../..</relativePath>
   </parent>
   <!-- The groupId and version values are inherited from parent -->




More information about the dna-commits mailing list