]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.hibernate/pom.xml
[maven-release-plugin] copy for tag argeo-slc-all-0.10.0
[gpl/argeo-slc.git] / org.argeo.slc.hibernate / pom.xml
index 7def4773dd7d9c21202c67d496a75bda59df8611..baf99775d30d1c48aa4f9c70d9aa5f217dab350d 100644 (file)
@@ -3,14 +3,14 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>argeo-slc</artifactId>
-               <version>0.9.3</version>
+               <version>0.10.0</version>
                <relativePath>../org.argeo.slc</relativePath>
        </parent>
        <artifactId>argeo-slc-hibernate</artifactId>
        <name>Argeo SLC Hibernate</name>
        <scm>
-               <connection>scm:svn:https://www.argeo.org/svn/slc/tags/0.9.3/org.argeo.slc.hibernate</connection>
-         <url>https://www.argeo.org/svn/slc/tags/0.9.3/org.argeo.slc.hibernate</url>
+               <connection>scm:svn:https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.10.0/org.argeo.slc.hibernate</connection>
+         <url>https://www.argeo.org/svn/slc/tags/argeo-slc-all-0.10.0/org.argeo.slc.hibernate</url>
   </scm>
        <build>
                <plugins>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-surefire-plugin</artifactId>
-                               <configuration>
-                                       <excludes>
-                                               <exclude>**/*IntegrationTest*.java</exclude>
-                                       </excludes>
-                               </configuration>
                        </plugin>
                </plugins>
        </build>
@@ -66,6 +61,7 @@
                <dependency>
                        <groupId>hsqldb</groupId>
                        <artifactId>hsqldb</artifactId>
+                       <scope>testing</scope>
                </dependency>
        </dependencies>
 </project>
\ No newline at end of file