[teiid-commits] teiid SVN: r2402 - in trunk: adminshell and 34 other directories.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Tue Aug 3 13:28:10 EDT 2010


Author: shawkins
Date: 2010-08-03 13:28:07 -0400 (Tue, 03 Aug 2010)
New Revision: 2402

Modified:
   trunk/adminshell/pom.xml
   trunk/api/pom.xml
   trunk/build/pom.xml
   trunk/cache-jbosscache/pom.xml
   trunk/client/pom.xml
   trunk/common-core/pom.xml
   trunk/connectors/connector-file/pom.xml
   trunk/connectors/connector-ldap/pom.xml
   trunk/connectors/connector-salesforce/pom.xml
   trunk/connectors/connector-ws/pom.xml
   trunk/connectors/pom.xml
   trunk/connectors/salesforce-api/pom.xml
   trunk/connectors/sandbox/pom.xml
   trunk/connectors/sandbox/translator-yahoo/pom.xml
   trunk/connectors/translator-file/pom.xml
   trunk/connectors/translator-jdbc/pom.xml
   trunk/connectors/translator-ldap/pom.xml
   trunk/connectors/translator-loopback/pom.xml
   trunk/connectors/translator-salesforce/pom.xml
   trunk/connectors/translator-ws/pom.xml
   trunk/console/pom.xml
   trunk/documentation/admin-guide/pom.xml
   trunk/documentation/client-developers-guide/pom.xml
   trunk/documentation/developer-guide/pom.xml
   trunk/documentation/pom.xml
   trunk/documentation/quick-start-example/pom.xml
   trunk/documentation/reference/pom.xml
   trunk/engine/pom.xml
   trunk/hibernate-dialect/pom.xml
   trunk/jboss-integration/pom.xml
   trunk/metadata/pom.xml
   trunk/pom.xml
   trunk/runtime/pom.xml
   trunk/test-integration/common/pom.xml
   trunk/test-integration/db/pom.xml
   trunk/test-integration/pom.xml
Log:
[maven-release-plugin] prepare release teiid-7.1.0.CR1

Modified: trunk/adminshell/pom.xml
===================================================================
--- trunk/adminshell/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/adminshell/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,10 +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">
 	<parent>
 		<artifactId>teiid</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.1.0-SNAPSHOT</version>
+		<version>7.1.0.CR1</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-adminshell</artifactId>

Modified: trunk/api/pom.xml
===================================================================
--- trunk/api/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/api/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,11 +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">
   <parent>
     <artifactId>teiid</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.1.0-SNAPSHOT</version>
+    <version>7.1.0.CR1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>teiid-api</artifactId>

Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/build/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,9 +1,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">
   <parent>
     <artifactId>teiid</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.1.0-SNAPSHOT</version>
+    <version>7.1.0.CR1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>build</artifactId>

Modified: trunk/cache-jbosscache/pom.xml
===================================================================
--- trunk/cache-jbosscache/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/cache-jbosscache/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,10 +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">
 	<parent>
 		<artifactId>teiid</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.1.0-SNAPSHOT</version>
+		<version>7.1.0.CR1</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-cache-jbosscache</artifactId>

Modified: trunk/client/pom.xml
===================================================================
--- trunk/client/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/client/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,10 +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">
 	<parent>
 		<artifactId>teiid</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.1.0-SNAPSHOT</version>
+		<version>7.1.0.CR1</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-client</artifactId>

Modified: trunk/common-core/pom.xml
===================================================================
--- trunk/common-core/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/common-core/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,10 +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">
 	<parent>
 		<artifactId>teiid</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.1.0-SNAPSHOT</version>
+		<version>7.1.0.CR1</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-common-core</artifactId>

Modified: trunk/connectors/connector-file/pom.xml
===================================================================
--- trunk/connectors/connector-file/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/connectors/connector-file/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,9 +1,9 @@
 <?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>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.1.0-SNAPSHOT</version>
+        <version>7.1.0.CR1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>connector-file</artifactId>

Modified: trunk/connectors/connector-ldap/pom.xml
===================================================================
--- trunk/connectors/connector-ldap/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/connectors/connector-ldap/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -2,7 +2,7 @@
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.1.0-SNAPSHOT</version>
+        <version>7.1.0.CR1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>connector-ldap</artifactId>

Modified: trunk/connectors/connector-salesforce/pom.xml
===================================================================
--- trunk/connectors/connector-salesforce/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/connectors/connector-salesforce/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,9 +1,9 @@
 <?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>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.1.0-SNAPSHOT</version>
+        <version>7.1.0.CR1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>connector-salesforce</artifactId>

Modified: trunk/connectors/connector-ws/pom.xml
===================================================================
--- trunk/connectors/connector-ws/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/connectors/connector-ws/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,9 +1,9 @@
 <?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>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.1.0-SNAPSHOT</version>
+        <version>7.1.0.CR1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>connector-ws</artifactId>

Modified: trunk/connectors/pom.xml
===================================================================
--- trunk/connectors/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/connectors/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,10 +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">
   <parent>
     <artifactId>teiid</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.1.0-SNAPSHOT</version>
+    <version>7.1.0.CR1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.teiid</groupId>

Modified: trunk/connectors/salesforce-api/pom.xml
===================================================================
--- trunk/connectors/salesforce-api/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/connectors/salesforce-api/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>connectors</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.1.0-SNAPSHOT</version>
+    <version>7.1.0.CR1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>salesforce-api</artifactId>

Modified: trunk/connectors/sandbox/pom.xml
===================================================================
--- trunk/connectors/sandbox/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/connectors/sandbox/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,9 +1,9 @@
 <?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>
     <artifactId>connectors</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.1.0-SNAPSHOT</version>
+    <version>7.1.0.CR1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.teiid.connectors</groupId>

Modified: trunk/connectors/sandbox/translator-yahoo/pom.xml
===================================================================
--- trunk/connectors/sandbox/translator-yahoo/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/connectors/sandbox/translator-yahoo/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,9 +1,9 @@
 <?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>
         <artifactId>sandbox</artifactId>
         <groupId>org.jboss.teiid.connectors</groupId>
-        <version>7.1.0-SNAPSHOT</version>
+        <version>7.1.0.CR1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>translator-yahoo</artifactId>

Modified: trunk/connectors/translator-file/pom.xml
===================================================================
--- trunk/connectors/translator-file/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/connectors/translator-file/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,9 +1,9 @@
 <?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>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.1.0-SNAPSHOT</version>
+        <version>7.1.0.CR1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>translator-file</artifactId>

Modified: trunk/connectors/translator-jdbc/pom.xml
===================================================================
--- trunk/connectors/translator-jdbc/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/connectors/translator-jdbc/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,11 +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">
   <parent>
     <artifactId>connectors</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.1.0-SNAPSHOT</version>
+    <version>7.1.0.CR1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>translator-jdbc</artifactId>

Modified: trunk/connectors/translator-ldap/pom.xml
===================================================================
--- trunk/connectors/translator-ldap/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/connectors/translator-ldap/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>connectors</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.1.0-SNAPSHOT</version>
+    <version>7.1.0.CR1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>translator-ldap</artifactId>

Modified: trunk/connectors/translator-loopback/pom.xml
===================================================================
--- trunk/connectors/translator-loopback/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/connectors/translator-loopback/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,11 +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">
     <parent>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.1.0-SNAPSHOT</version>
+        <version>7.1.0.CR1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>translator-loopback</artifactId>

Modified: trunk/connectors/translator-salesforce/pom.xml
===================================================================
--- trunk/connectors/translator-salesforce/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/connectors/translator-salesforce/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,11 +1,9 @@
 <?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>
 		<artifactId>connectors</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.1.0-SNAPSHOT</version>
+		<version>7.1.0.CR1</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>translator-salesforce</artifactId>

Modified: trunk/connectors/translator-ws/pom.xml
===================================================================
--- trunk/connectors/translator-ws/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/connectors/translator-ws/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,9 +1,9 @@
 <?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>
         <artifactId>connectors</artifactId>
         <groupId>org.jboss.teiid</groupId>
-        <version>7.1.0-SNAPSHOT</version>
+        <version>7.1.0.CR1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>translator-ws</artifactId>

Modified: trunk/console/pom.xml
===================================================================
--- trunk/console/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/console/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.1.0-SNAPSHOT</version>
+		<version>7.1.0.CR1</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

Modified: trunk/documentation/admin-guide/pom.xml
===================================================================
--- trunk/documentation/admin-guide/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/documentation/admin-guide/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,9 +1,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/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">
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.1.0-SNAPSHOT</version>
+    <version>7.1.0.CR1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>admin-guide</artifactId>

Modified: trunk/documentation/client-developers-guide/pom.xml
===================================================================
--- trunk/documentation/client-developers-guide/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/documentation/client-developers-guide/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,9 +1,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/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">
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.1.0-SNAPSHOT</version>
+    <version>7.1.0.CR1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>client-developers-guide</artifactId>

Modified: trunk/documentation/developer-guide/pom.xml
===================================================================
--- trunk/documentation/developer-guide/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/documentation/developer-guide/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,9 +1,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/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">
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.1.0-SNAPSHOT</version>
+    <version>7.1.0.CR1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>developer-guide</artifactId>

Modified: trunk/documentation/pom.xml
===================================================================
--- trunk/documentation/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/documentation/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,9 +1,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">
   <parent>
     <artifactId>teiid</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.1.0-SNAPSHOT</version>
+    <version>7.1.0.CR1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.teiid</groupId>

Modified: trunk/documentation/quick-start-example/pom.xml
===================================================================
--- trunk/documentation/quick-start-example/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/documentation/quick-start-example/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,9 +1,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/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">
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.1.0-SNAPSHOT</version>
+    <version>7.1.0.CR1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>quick-start-example</artifactId>

Modified: trunk/documentation/reference/pom.xml
===================================================================
--- trunk/documentation/reference/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/documentation/reference/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,9 +1,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/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">
   <parent>
     <groupId>org.jboss.teiid</groupId>
     <artifactId>documentation</artifactId>
-    <version>7.1.0-SNAPSHOT</version>
+    <version>7.1.0.CR1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>reference</artifactId>

Modified: trunk/engine/pom.xml
===================================================================
--- trunk/engine/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/engine/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,10 +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">
 	<parent>
 		<artifactId>teiid</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.1.0-SNAPSHOT</version>
+		<version>7.1.0.CR1</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-engine</artifactId>

Modified: trunk/hibernate-dialect/pom.xml
===================================================================
--- trunk/hibernate-dialect/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/hibernate-dialect/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,9 +1,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">
 	<parent>
 		<artifactId>teiid</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.1.0-SNAPSHOT</version>
+		<version>7.1.0.CR1</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-hibernate-dialect</artifactId>

Modified: trunk/jboss-integration/pom.xml
===================================================================
--- trunk/jboss-integration/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/jboss-integration/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -2,13 +2,13 @@
   <parent>
     <artifactId>teiid</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.1.0-SNAPSHOT</version>
+    <version>7.1.0.CR1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.teiid</groupId>
   <artifactId>teiid-jboss-integration</artifactId>
   <name>teiid-jboss-integration</name>
-  <version>7.1.0-SNAPSHOT</version>
+  <version>7.1.0.CR1</version>
   <description>JBoss specific integration layer for teiid</description>
   
   <dependencies>

Modified: trunk/metadata/pom.xml
===================================================================
--- trunk/metadata/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/metadata/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>teiid</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.1.0-SNAPSHOT</version>
+    <version>7.1.0.CR1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>teiid-metadata</artifactId>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,20 +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>
 	<groupId>org.jboss.teiid</groupId>
 	<artifactId>teiid</artifactId>
 	<packaging>pom</packaging>
 	<name>Teiid</name>
-	<version>7.1.0-SNAPSHOT</version>
+	<version>7.1.0.CR1</version>
 	<description>Federated SQL and XML query engine.</description>
 	<properties>
 		<ant.version>1.7.0</ant.version>
 		<site.url>http://www.jboss.org/teiid</site.url>
 	</properties>
 	<scm>
-        <connection>scm:svn:https://anonsvn.jboss.org/repos/teiid/trunk</connection>
-		<developerConnection>scm:svn:https://svn.jboss.org/repos/teiid/trunk</developerConnection>
+        <connection>scm:svn:https://anonsvn.jboss.org/repos/teiid/tags/teiid-7.1.0.CR1</connection>
+		<developerConnection>scm:svn:https://svn.jboss.org/repos/teiid/tags/teiid-7.1.0.CR1</developerConnection>
 	</scm>
 	<licenses>
 		<license>

Modified: trunk/runtime/pom.xml
===================================================================
--- trunk/runtime/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/runtime/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,9 +1,9 @@
 <?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>
     <artifactId>teiid</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.1.0-SNAPSHOT</version>
+    <version>7.1.0.CR1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.teiid</groupId>

Modified: trunk/test-integration/common/pom.xml
===================================================================
--- trunk/test-integration/common/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/test-integration/common/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,10 +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">
 	<parent>
 		<artifactId>teiid-test-integration</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.1.0-SNAPSHOT</version>
+		<version>7.1.0.CR1</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>test-integration-common</artifactId>

Modified: trunk/test-integration/db/pom.xml
===================================================================
--- trunk/test-integration/db/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/test-integration/db/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,6 +1,5 @@
 <?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">
 
 <!--
 	The database dependent tests are meant to be run on their own, not as part of the continous or nightly
@@ -10,7 +9,7 @@
 	<parent>
 		<artifactId>teiid-test-integration</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.1.0-SNAPSHOT</version>
+		<version>7.1.0.CR1</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
@@ -20,7 +19,7 @@
  	<groupId>org.jboss.teiid.teiid-test-integration</groupId>
 	<description>Integration tests that require external database dependencies </description>
 
-	<version>7.1.0-SNAPSHOT</version>
+	<version>7.1.0.CR1</version>
 
 	<dependencies>
 
@@ -360,9 +359,9 @@
 							<configuration>
 								<tasks>
 									<property name="maven.runtime.classpath" refid="maven.runtime.classpath" />
-									<property name="relative.resources.dir" value="src/main/resources"></property>
-									<property name="datasourceloc" value="${datasourceloc}"></property>
-									<ant antfile="src/main/resources/ddl/manage_schemas.xml"  />
+									<property name="relative.resources.dir" value="src/main/resources" />
+									<property name="datasourceloc" value="${datasourceloc}" />
+									<ant antfile="src/main/resources/ddl/manage_schemas.xml" />
 								</tasks>
 							</configuration>
 							<goals>
@@ -413,12 +412,12 @@
 							<configuration>
 								<tasks>
 
-									<property name="single" value="${datasource}"></property>
+									<property name="single" value="${datasource}" />
 									<property name="maven.runtime.classpath" refid="maven.runtime.classpath" />
-									<property name="datasourceloc" value="${datasourceloc}"></property>
+									<property name="datasourceloc" value="${datasourceloc}" />
 
-									<property name="relative.resources.dir" value="src/main/resources"></property>
-									<ant antfile="src/main/resources/ddl/manage_schemas.xml"  />
+									<property name="relative.resources.dir" value="src/main/resources" />
+									<ant antfile="src/main/resources/ddl/manage_schemas.xml" />
 								</tasks>
 							</configuration>
 							<goals>
@@ -469,15 +468,15 @@
 							<tasks>
 								
 								<property name="maven.runtime.classpath" refid="maven.runtime.classpath" />
-								<property name="scenario.dir"  value="${scenario.dir}"></property>
-								<property name="queryset.artifacts.dir"  value="${queryset.artifacts.dir}"></property>
-								<property name="vdb.artifacts.dir"  value="${vdb.artifacts.dir}"></property>
+								<property name="scenario.dir" value="${scenario.dir}" />
+								<property name="queryset.artifacts.dir" value="${queryset.artifacts.dir}" />
+								<property name="vdb.artifacts.dir" value="${vdb.artifacts.dir}" />
 								<!-- optional properties -->
-								<property name="config.file"  value="${config.file}"></property>
-								<property name="query.scenario.classname"  value="${query.scenario.classname}"></property>
+								<property name="config.file" value="${config.file}" />
+								<property name="query.scenario.classname" value="${query.scenario.classname}" />
 								<property name="proj.dir" value="${project.basedir}/target/" />
-								<property name="usedatasources"  value="${usedatasources}"></property>
-								<property name="datasourceloc"  value="${datasourceloc}"></property>
+								<property name="usedatasources" value="${usedatasources}" />
+								<property name="datasourceloc" value="${datasourceloc}" />
 
 								<ant antfile="src/main/resources/ctc_tests/ctc.xml" />
 

Modified: trunk/test-integration/pom.xml
===================================================================
--- trunk/test-integration/pom.xml	2010-08-03 16:19:15 UTC (rev 2401)
+++ trunk/test-integration/pom.xml	2010-08-03 17:28:07 UTC (rev 2402)
@@ -1,10 +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">
 	<parent>
 		<artifactId>teiid</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.1.0-SNAPSHOT</version>
+		<version>7.1.0.CR1</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-test-integration</artifactId>



More information about the teiid-commits mailing list