[teiid-commits] teiid SVN: r4540 - in branches/7.7.x: api and 14 other directories.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Tue Jan 15 11:46:15 EST 2013


Author: van.halbert
Date: 2013-01-15 11:46:15 -0500 (Tue, 15 Jan 2013)
New Revision: 4540

Modified:
   branches/7.7.x/adminshell/pom.xml
   branches/7.7.x/api/pom.xml
   branches/7.7.x/build/pom.xml
   branches/7.7.x/cache-jbosscache/pom.xml
   branches/7.7.x/client-jdk15/pom.xml
   branches/7.7.x/client/pom.xml
   branches/7.7.x/common-core/pom.xml
   branches/7.7.x/connectors/pom.xml
   branches/7.7.x/console/pom.xml
   branches/7.7.x/documentation/pom.xml
   branches/7.7.x/engine/pom.xml
   branches/7.7.x/hibernate-dialect/pom.xml
   branches/7.7.x/jboss-integration/pom.xml
   branches/7.7.x/metadata/pom.xml
   branches/7.7.x/runtime/pom.xml
   branches/7.7.x/test-integration/pom.xml
Log:
updating pom.xml version to 7.7.5 for the 5.3.1 release

Modified: branches/7.7.x/adminshell/pom.xml
===================================================================
--- branches/7.7.x/adminshell/pom.xml	2013-01-15 16:12:41 UTC (rev 4539)
+++ branches/7.7.x/adminshell/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.7.4</version>
+		<version>7.7.5</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-adminshell</artifactId>
@@ -66,4 +66,4 @@
             <scope>compile</scope>
         </dependency>
 	</dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: branches/7.7.x/api/pom.xml
===================================================================
--- branches/7.7.x/api/pom.xml	2013-01-15 16:12:41 UTC (rev 4539)
+++ branches/7.7.x/api/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.7.4</version>
+    <version>7.7.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>teiid-api</artifactId>

Modified: branches/7.7.x/build/pom.xml
===================================================================
--- branches/7.7.x/build/pom.xml	2013-01-15 16:12:41 UTC (rev 4539)
+++ branches/7.7.x/build/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.7.4</version>
+    <version>7.7.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>teiid</artifactId>
@@ -157,4 +157,4 @@
         </build>
       </profile>
     </profiles>
-</project>
\ No newline at end of file
+</project>

Modified: branches/7.7.x/cache-jbosscache/pom.xml
===================================================================
--- branches/7.7.x/cache-jbosscache/pom.xml	2013-01-15 16:12:41 UTC (rev 4539)
+++ branches/7.7.x/cache-jbosscache/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.7.4</version>
+		<version>7.7.5</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-cache-jbosscache</artifactId>
@@ -41,4 +41,4 @@
             <scope>provided</scope>
         </dependency>        
 	</dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: branches/7.7.x/client/pom.xml
===================================================================
--- branches/7.7.x/client/pom.xml	2013-01-15 16:12:41 UTC (rev 4539)
+++ branches/7.7.x/client/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.7.4</version>
+		<version>7.7.5</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-client</artifactId>
@@ -25,4 +25,4 @@
 			<artifactId>jboss-managed</artifactId>
 		</dependency>
 	</dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: branches/7.7.x/client-jdk15/pom.xml
===================================================================
--- branches/7.7.x/client-jdk15/pom.xml	2013-01-15 16:12:41 UTC (rev 4539)
+++ branches/7.7.x/client-jdk15/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.7.4</version>
+		<version>7.7.5</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-client-jdk15</artifactId>

Modified: branches/7.7.x/common-core/pom.xml
===================================================================
--- branches/7.7.x/common-core/pom.xml	2013-01-15 16:12:41 UTC (rev 4539)
+++ branches/7.7.x/common-core/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.7.4</version>
+		<version>7.7.5</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-common-core</artifactId>
@@ -48,4 +48,4 @@
           </resource>
 		</resources>
 	</build>
-</project>
\ No newline at end of file
+</project>

Modified: branches/7.7.x/connectors/pom.xml
===================================================================
--- branches/7.7.x/connectors/pom.xml	2013-01-15 16:12:41 UTC (rev 4539)
+++ branches/7.7.x/connectors/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.7.4</version>
+    <version>7.7.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.teiid</groupId>

Modified: branches/7.7.x/console/pom.xml
===================================================================
--- branches/7.7.x/console/pom.xml	2013-01-15 16:12:41 UTC (rev 4539)
+++ branches/7.7.x/console/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.7.4</version>
+		<version>7.7.5</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>
@@ -173,4 +173,4 @@
 	</build>
 
 
-</project>
\ No newline at end of file
+</project>

Modified: branches/7.7.x/documentation/pom.xml
===================================================================
--- branches/7.7.x/documentation/pom.xml	2013-01-15 16:12:41 UTC (rev 4539)
+++ branches/7.7.x/documentation/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.7.4</version>
+    <version>7.7.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.teiid</groupId>
@@ -19,4 +19,4 @@
     <module>caching-guide</module>
     <module>javadocs</module>
   </modules>
-</project>
\ No newline at end of file
+</project>

Modified: branches/7.7.x/engine/pom.xml
===================================================================
--- branches/7.7.x/engine/pom.xml	2013-01-15 16:12:41 UTC (rev 4539)
+++ branches/7.7.x/engine/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.7.4</version>
+		<version>7.7.5</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-engine</artifactId>

Modified: branches/7.7.x/hibernate-dialect/pom.xml
===================================================================
--- branches/7.7.x/hibernate-dialect/pom.xml	2013-01-15 16:12:41 UTC (rev 4539)
+++ branches/7.7.x/hibernate-dialect/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
@@ -2,7 +2,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.7.4</version>
+		<version>7.7.5</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-hibernate-dialect</artifactId>
@@ -15,4 +15,4 @@
 			<version>3.5.2-Final</version>
 		</dependency>
 	</dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: branches/7.7.x/jboss-integration/pom.xml
===================================================================
--- branches/7.7.x/jboss-integration/pom.xml	2013-01-15 16:12:41 UTC (rev 4539)
+++ branches/7.7.x/jboss-integration/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.7.4</version>
+    <version>7.7.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.teiid</groupId>

Modified: branches/7.7.x/metadata/pom.xml
===================================================================
--- branches/7.7.x/metadata/pom.xml	2013-01-15 16:12:41 UTC (rev 4539)
+++ branches/7.7.x/metadata/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.7.4</version>
+    <version>7.7.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>teiid-metadata</artifactId>
@@ -66,4 +66,4 @@
   
   </dependencies>
   
-</project>
\ No newline at end of file
+</project>

Modified: branches/7.7.x/runtime/pom.xml
===================================================================
--- branches/7.7.x/runtime/pom.xml	2013-01-15 16:12:41 UTC (rev 4539)
+++ branches/7.7.x/runtime/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>teiid-parent</artifactId>
     <groupId>org.jboss.teiid</groupId>
-    <version>7.7.4</version>
+    <version>7.7.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.teiid</groupId>
@@ -91,4 +91,4 @@
         <scope>provided</scope>
     </dependency>      
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: branches/7.7.x/test-integration/pom.xml
===================================================================
--- branches/7.7.x/test-integration/pom.xml	2013-01-15 16:12:41 UTC (rev 4539)
+++ branches/7.7.x/test-integration/pom.xml	2013-01-15 16:46:15 UTC (rev 4540)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>teiid-parent</artifactId>
 		<groupId>org.jboss.teiid</groupId>
-		<version>7.7.4</version>
+		<version>7.7.5</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>teiid-test-integration</artifactId>
@@ -116,4 +116,4 @@
     <module>common</module>
     <module>db</module>
   </modules>
-</project>
\ No newline at end of file
+</project>



More information about the teiid-commits mailing list