|
From: <fg...@us...> - 2013-11-15 15:23:52
|
Revision: 4454
http://openutils.svn.sourceforge.net/openutils/?rev=4454&view=rev
Author: fgiust
Date: 2013-11-15 15:23:49 +0000 (Fri, 15 Nov 2013)
Log Message:
-----------
[maven-release-plugin] prepare release openutils-bshd5-3.0.0
Modified Paths:
--------------
trunk/openutils-bshd5/pom.xml
Modified: trunk/openutils-bshd5/pom.xml
===================================================================
--- trunk/openutils-bshd5/pom.xml 2013-11-15 15:18:35 UTC (rev 4453)
+++ trunk/openutils-bshd5/pom.xml 2013-11-15 15:23:49 UTC (rev 4454)
@@ -9,7 +9,7 @@
<artifactId>openutils-bshd5</artifactId>
<packaging>bundle</packaging>
<name>openutils base Spring-Hibernate DAO</name>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.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:svn+ssh://svn.code.sf.net/p/openutils/code/trunk/openutils-bshd5</connection>
- <developerConnection>scm:svn:svn+ssh://svn.code.sf.net/p/openutils/code/trunk/openutils-bshd5</developerConnection>
- <url>http://sourceforge.net/p/openutils/code/HEAD/tree/trunk/openutils-bshd5</url>
+ <connection>scm:svn:svn+ssh://svn.code.sf.net/p/openutils/code/tags/openutils-bshd5-3.0.0</connection>
+ <developerConnection>scm:svn:svn+ssh://svn.code.sf.net/p/openutils/code/tags/openutils-bshd5-3.0.0</developerConnection>
+ <url>http://sourceforge.net/p/openutils/code/HEAD/tree/tags/openutils-bshd5-3.0.0</url>
</scm>
<build>
<testResources>
@@ -190,7 +190,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>
@@ -208,7 +208,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.DerbyTenSevenDialect</hibernate.dialect>
</properties>
<build>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|