From: <gca...@us...> - 2012-07-07 21:30:37
|
Revision: 4099 http://openutils.svn.sourceforge.net/openutils/?rev=4099&view=rev Author: gcatania Date: 2012-07-07 21:30:30 +0000 (Sat, 07 Jul 2012) Log Message: ----------- [maven-release-plugin] prepare release openutils-bshd5-1.9.0 Modified Paths: -------------- branches/openutils-bshd5-backport/pom.xml Modified: branches/openutils-bshd5-backport/pom.xml =================================================================== --- branches/openutils-bshd5-backport/pom.xml 2012-07-05 15:16:19 UTC (rev 4098) +++ branches/openutils-bshd5-backport/pom.xml 2012-07-07 21:30:30 UTC (rev 4099) @@ -9,7 +9,7 @@ <artifactId>openutils-bshd5</artifactId> <packaging>bundle</packaging> <name>openutils base Spring-Hibernate DAO</name> - <version>1.9.0-SNAPSHOT</version> + <version>1.9.0</version> <description>Openutils base Spring-Hibernate DAO (for java 5 and more)</description> <licenses> <license> @@ -24,9 +24,9 @@ </issueManagement> <inceptionYear>2005</inceptionYear> <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/trunk/openutils-bshd5</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/trunk/openutils-bshd5</developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/trunk/openutils-bshd5</url> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-bshd5-1.9.0</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-bshd5-1.9.0</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-bshd5-1.9.0</url> </scm> <build> <testResources> @@ -203,7 +203,7 @@ <hibernate.driver>org.hsqldb.jdbcDriver</hibernate.driver> <hibernate.url>jdbc:hsqldb:mem:daotest</hibernate.url> <hibernate.user>sa</hibernate.user> - <hibernate.password></hibernate.password> + <hibernate.password /> <hibernate.dialect>org.hibernate.dialect.HSQLDialect</hibernate.dialect> </properties> <dependencies> @@ -221,7 +221,7 @@ <hibernate.driver>org.apache.derby.jdbc.EmbeddedDriver</hibernate.driver> <hibernate.url>jdbc:derby:memory:daotest;create=true</hibernate.url> <hibernate.user>sa</hibernate.user> - <hibernate.password></hibernate.password> + <hibernate.password /> <hibernate.dialect>org.hibernate.dialect.DerbyDialect</hibernate.dialect> </properties> <build> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |