[hibernate-commits] Hibernate SVN: r16115 - in validator/trunk/tck-utils: api and 1 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sun Mar 8 20:02:33 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-03-08 20:02:32 -0400 (Sun, 08 Mar 2009)
New Revision: 16115

Modified:
   validator/trunk/tck-utils/api/pom.xml
   validator/trunk/tck-utils/impl/pom.xml
   validator/trunk/tck-utils/pom.xml
Log:
[maven-release-plugin] prepare release tck-utils-0.9

Modified: validator/trunk/tck-utils/api/pom.xml
===================================================================
--- validator/trunk/tck-utils/api/pom.xml	2009-03-08 23:59:08 UTC (rev 16114)
+++ validator/trunk/tck-utils/api/pom.xml	2009-03-09 00:02:32 UTC (rev 16115)
@@ -1,7 +1,4 @@
-<?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.hibernate</groupId>
@@ -12,7 +9,7 @@
     <parent>
         <artifactId>tck-utils</artifactId>
         <groupId>org.hibernate</groupId>
-        <version>0.9-SNAPSHOT</version>
+        <version>0.9</version>
     </parent>
    
     <build>
@@ -51,4 +48,4 @@
         </plugins>
     </build>
 
-</project>
+</project>
\ No newline at end of file

Modified: validator/trunk/tck-utils/impl/pom.xml
===================================================================
--- validator/trunk/tck-utils/impl/pom.xml	2009-03-08 23:59:08 UTC (rev 16114)
+++ validator/trunk/tck-utils/impl/pom.xml	2009-03-09 00:02:32 UTC (rev 16115)
@@ -1,7 +1,4 @@
-<?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.hibernate</groupId>
@@ -12,7 +9,7 @@
     <parent>
       <artifactId>tck-utils</artifactId>
       <groupId>org.hibernate</groupId>
-      <version>0.9-SNAPSHOT</version>
+      <version>0.9</version>
     </parent>
 
     <dependencies>
@@ -47,4 +44,4 @@
         </plugins>
     </build>
 
-</project>
+</project>
\ No newline at end of file

Modified: validator/trunk/tck-utils/pom.xml
===================================================================
--- validator/trunk/tck-utils/pom.xml	2009-03-08 23:59:08 UTC (rev 16114)
+++ validator/trunk/tck-utils/pom.xml	2009-03-09 00:02:32 UTC (rev 16115)
@@ -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>
 
     <groupId>org.hibernate</groupId>
     <artifactId>tck-utils</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>0.9</version>
     <packaging>pom</packaging>
     <name>TCK Test Coverage Utils</name>
 
@@ -34,7 +31,7 @@
     </licenses>
 
     <scm>
-        <connection>scm:svn:https://svn.jboss.org/repos/hibernate/validator/trunk/tck-utils</connection>
+        <connection>scm:svn:https://svn.jboss.org/repos/hibernate/validator/tags/tck-utils-0.9</connection>
     </scm>
 
     <developers>
@@ -157,4 +154,4 @@
             </plugin>
         </plugins>
     </reporting>
-</project>
+</project>
\ No newline at end of file




More information about the hibernate-commits mailing list