|
From: <fg...@us...> - 2009-04-18 08:50:25
|
Revision: 1155
http://openutils.svn.sourceforge.net/openutils/?rev=1155&view=rev
Author: fgiust
Date: 2009-04-18 08:50:22 +0000 (Sat, 18 Apr 2009)
Log Message:
-----------
removed cglib dependency
Modified Paths:
--------------
trunk/openutils-bshd5/pom.xml
Modified: trunk/openutils-bshd5/pom.xml
===================================================================
--- trunk/openutils-bshd5/pom.xml 2009-04-18 08:48:33 UTC (rev 1154)
+++ trunk/openutils-bshd5/pom.xml 2009-04-18 08:50:22 UTC (rev 1155)
@@ -86,11 +86,6 @@
</exclusions>
</dependency>
<dependency>
- <groupId>cglib</groupId>
- <artifactId>cglib-nodep</artifactId>
- <version>2.1_3</version>
- </dependency>
- <dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.7.0</version>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fg...@us...> - 2009-04-18 08:50:58
|
Revision: 1156
http://openutils.svn.sourceforge.net/openutils/?rev=1156&view=rev
Author: fgiust
Date: 2009-04-18 08:50:56 +0000 (Sat, 18 Apr 2009)
Log Message:
-----------
[maven-release-plugin] prepare release openutils-bshd5-2.0.5
Modified Paths:
--------------
trunk/openutils-bshd5/pom.xml
Modified: trunk/openutils-bshd5/pom.xml
===================================================================
--- trunk/openutils-bshd5/pom.xml 2009-04-18 08:50:22 UTC (rev 1155)
+++ trunk/openutils-bshd5/pom.xml 2009-04-18 08:50:56 UTC (rev 1156)
@@ -1,5 +1,4 @@
-<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>
<parent>
<groupId>net.sourceforge.openutils</groupId>
@@ -9,7 +8,7 @@
</parent>
<artifactId>openutils-bshd5</artifactId>
<name>openutils base Spring-Hibernate DAO for java 5.0</name>
- <version>2.0.5-SNAPSHOT</version>
+ <version>2.0.5</version>
<description>openutils base Spring-Hibernate DAO for java 5.0</description>
<dependencies>
<dependency>
@@ -105,4 +104,10 @@
<properties>
<spring.version>2.5.6</spring.version>
</properties>
+
+ <scm>
+ <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-bshd5-2.0.5</connection>
+ <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-bshd5-2.0.5</developerConnection>
+ <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-bshd5-2.0.5</url>
+ </scm>
</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fg...@us...> - 2009-04-18 09:10:18
|
Revision: 1158
http://openutils.svn.sourceforge.net/openutils/?rev=1158&view=rev
Author: fgiust
Date: 2009-04-18 08:51:31 +0000 (Sat, 18 Apr 2009)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/openutils-bshd5/pom.xml
Modified: trunk/openutils-bshd5/pom.xml
===================================================================
--- trunk/openutils-bshd5/pom.xml 2009-04-18 08:51:22 UTC (rev 1157)
+++ trunk/openutils-bshd5/pom.xml 2009-04-18 08:51:31 UTC (rev 1158)
@@ -8,7 +8,7 @@
</parent>
<artifactId>openutils-bshd5</artifactId>
<name>openutils base Spring-Hibernate DAO for java 5.0</name>
- <version>2.0.5</version>
+ <version>2.0.6-SNAPSHOT</version>
<description>openutils base Spring-Hibernate DAO for java 5.0</description>
<dependencies>
<dependency>
@@ -104,10 +104,4 @@
<properties>
<spring.version>2.5.6</spring.version>
</properties>
-
- <scm>
- <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-bshd5-2.0.5</connection>
- <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-bshd5-2.0.5</developerConnection>
- <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-bshd5-2.0.5</url>
- </scm>
</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fg...@us...> - 2009-09-05 19:15:16
|
Revision: 1429
http://openutils.svn.sourceforge.net/openutils/?rev=1429&view=rev
Author: fgiust
Date: 2009-09-05 19:15:08 +0000 (Sat, 05 Sep 2009)
Log Message:
-----------
[maven-release-plugin] prepare release openutils-bshd5-2.0.6
Modified Paths:
--------------
trunk/openutils-bshd5/pom.xml
Modified: trunk/openutils-bshd5/pom.xml
===================================================================
--- trunk/openutils-bshd5/pom.xml 2009-09-05 19:14:16 UTC (rev 1428)
+++ trunk/openutils-bshd5/pom.xml 2009-09-05 19:15:08 UTC (rev 1429)
@@ -1,5 +1,4 @@
-<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>
<parent>
<groupId>net.sourceforge.openutils</groupId>
@@ -8,7 +7,7 @@
</parent>
<artifactId>openutils-bshd5</artifactId>
<name>openutils base Spring-Hibernate DAO for java 5.0</name>
- <version>2.0.6-SNAPSHOT</version>
+ <version>2.0.6</version>
<description>Openutils base Spring-Hibernate DAO for java 5.0</description>
<licenses>
<license>
@@ -136,4 +135,10 @@
<properties>
<spring.version>2.5.6</spring.version>
</properties>
+
+ <scm>
+ <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-bshd5-2.0.6</connection>
+ <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-bshd5-2.0.6</developerConnection>
+ <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-bshd5-2.0.6</url>
+ </scm>
</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fg...@us...> - 2009-09-05 19:16:46
|
Revision: 1431
http://openutils.svn.sourceforge.net/openutils/?rev=1431&view=rev
Author: fgiust
Date: 2009-09-05 19:16:40 +0000 (Sat, 05 Sep 2009)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/openutils-bshd5/pom.xml
Modified: trunk/openutils-bshd5/pom.xml
===================================================================
--- trunk/openutils-bshd5/pom.xml 2009-09-05 19:16:31 UTC (rev 1430)
+++ trunk/openutils-bshd5/pom.xml 2009-09-05 19:16:40 UTC (rev 1431)
@@ -7,7 +7,7 @@
</parent>
<artifactId>openutils-bshd5</artifactId>
<name>openutils base Spring-Hibernate DAO for java 5.0</name>
- <version>2.0.6</version>
+ <version>2.0.7-SNAPSHOT</version>
<description>Openutils base Spring-Hibernate DAO for java 5.0</description>
<licenses>
<license>
@@ -135,10 +135,4 @@
<properties>
<spring.version>2.5.6</spring.version>
</properties>
-
- <scm>
- <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-bshd5-2.0.6</connection>
- <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-bshd5-2.0.6</developerConnection>
- <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-bshd5-2.0.6</url>
- </scm>
</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fg...@us...> - 2011-06-04 08:05:54
|
Revision: 3500
http://openutils.svn.sourceforge.net/openutils/?rev=3500&view=rev
Author: fgiust
Date: 2011-06-04 08:05:48 +0000 (Sat, 04 Jun 2011)
Log Message:
-----------
update hibernate dependencies
Modified Paths:
--------------
trunk/openutils-bshd5/pom.xml
Modified: trunk/openutils-bshd5/pom.xml
===================================================================
--- trunk/openutils-bshd5/pom.xml 2011-06-04 08:01:45 UTC (rev 3499)
+++ trunk/openutils-bshd5/pom.xml 2011-06-04 08:05:48 UTC (rev 3500)
@@ -48,12 +48,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <version>1.5.6</version>
+ <version>1.6.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
- <version>1.5.6</version>
+ <version>1.6.1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
@@ -102,7 +102,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
- <version>3.3.1.GA</version>
+ <version>3.5.6-Final</version>
<exclusions>
<exclusion>
<groupId>cglib</groupId>
@@ -119,6 +119,26 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-annotations</artifactId>
+ <version>3.5.6-Final</version>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>cglib</groupId>
+ <artifactId>cglib</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>avalon-framework</groupId>
+ <artifactId>avalon-framework</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>logkit</groupId>
+ <artifactId>logkit</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.7.0</version>
@@ -166,26 +186,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-annotations</artifactId>
- <version>3.4.0.GA</version>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>cglib</groupId>
- <artifactId>cglib</artifactId>
- </exclusion>
- <exclusion>
- <groupId>avalon-framework</groupId>
- <artifactId>avalon-framework</artifactId>
- </exclusion>
- <exclusion>
- <groupId>logkit</groupId>
- <artifactId>logkit</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>1.8.0.1</version>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fg...@us...> - 2011-06-04 08:06:25
|
Revision: 3501
http://openutils.svn.sourceforge.net/openutils/?rev=3501&view=rev
Author: fgiust
Date: 2011-06-04 08:06:17 +0000 (Sat, 04 Jun 2011)
Log Message:
-----------
[maven-release-plugin] prepare release openutils-bshd5-2.1.0
Modified Paths:
--------------
trunk/openutils-bshd5/pom.xml
Modified: trunk/openutils-bshd5/pom.xml
===================================================================
--- trunk/openutils-bshd5/pom.xml 2011-06-04 08:05:48 UTC (rev 3500)
+++ trunk/openutils-bshd5/pom.xml 2011-06-04 08:06:17 UTC (rev 3501)
@@ -1,5 +1,4 @@
-<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>
<parent>
<groupId>net.sourceforge.openutils</groupId>
@@ -9,7 +8,7 @@
</parent>
<artifactId>openutils-bshd5</artifactId>
<name>openutils base Spring-Hibernate DAO</name>
- <version>2.0.7-SNAPSHOT</version>
+ <version>2.1.0</version>
<description>Openutils base Spring-Hibernate DAO (for java 5 and more)</description>
<licenses>
<license>
@@ -195,4 +194,10 @@
<properties>
<spring.version>3.0.0.RELEASE</spring.version>
</properties>
+
+ <scm>
+ <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-bshd5-2.1.0</connection>
+ <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-bshd5-2.1.0</developerConnection>
+ <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-bshd5-2.1.0</url>
+ </scm>
</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fg...@us...> - 2011-06-04 08:07:38
|
Revision: 3502
http://openutils.svn.sourceforge.net/openutils/?rev=3502&view=rev
Author: fgiust
Date: 2011-06-04 08:07:32 +0000 (Sat, 04 Jun 2011)
Log Message:
-----------
[maven-release-plugin] rollback the release of openutils-bshd5-2.1.0
Modified Paths:
--------------
trunk/openutils-bshd5/pom.xml
Modified: trunk/openutils-bshd5/pom.xml
===================================================================
--- trunk/openutils-bshd5/pom.xml 2011-06-04 08:06:17 UTC (rev 3501)
+++ trunk/openutils-bshd5/pom.xml 2011-06-04 08:07:32 UTC (rev 3502)
@@ -1,4 +1,5 @@
-<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>
<parent>
<groupId>net.sourceforge.openutils</groupId>
@@ -8,7 +9,7 @@
</parent>
<artifactId>openutils-bshd5</artifactId>
<name>openutils base Spring-Hibernate DAO</name>
- <version>2.1.0</version>
+ <version>2.0.7-SNAPSHOT</version>
<description>Openutils base Spring-Hibernate DAO (for java 5 and more)</description>
<licenses>
<license>
@@ -194,10 +195,4 @@
<properties>
<spring.version>3.0.0.RELEASE</spring.version>
</properties>
-
- <scm>
- <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-bshd5-2.1.0</connection>
- <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-bshd5-2.1.0</developerConnection>
- <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-bshd5-2.1.0</url>
- </scm>
</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fg...@us...> - 2011-06-04 08:08:42
|
Revision: 3503
http://openutils.svn.sourceforge.net/openutils/?rev=3503&view=rev
Author: fgiust
Date: 2011-06-04 08:08:36 +0000 (Sat, 04 Jun 2011)
Log Message:
-----------
add scm url
Modified Paths:
--------------
trunk/openutils-bshd5/pom.xml
Modified: trunk/openutils-bshd5/pom.xml
===================================================================
--- trunk/openutils-bshd5/pom.xml 2011-06-04 08:07:32 UTC (rev 3502)
+++ trunk/openutils-bshd5/pom.xml 2011-06-04 08:08:36 UTC (rev 3503)
@@ -9,7 +9,7 @@
</parent>
<artifactId>openutils-bshd5</artifactId>
<name>openutils base Spring-Hibernate DAO</name>
- <version>2.0.7-SNAPSHOT</version>
+ <version>2.1.0-SNAPSHOT</version>
<description>Openutils base Spring-Hibernate DAO (for java 5 and more)</description>
<licenses>
<license>
@@ -23,6 +23,11 @@
<url>http://jira.openmindlab.com/browse/BSHD</url>
</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>
+ </scm>
<build>
<plugins>
<plugin>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fg...@us...> - 2011-06-04 08:09:13
|
Revision: 3504
http://openutils.svn.sourceforge.net/openutils/?rev=3504&view=rev
Author: fgiust
Date: 2011-06-04 08:09:07 +0000 (Sat, 04 Jun 2011)
Log Message:
-----------
[maven-release-plugin] prepare release openutils-bshd5-2.1.0
Modified Paths:
--------------
trunk/openutils-bshd5/pom.xml
Modified: trunk/openutils-bshd5/pom.xml
===================================================================
--- trunk/openutils-bshd5/pom.xml 2011-06-04 08:08:36 UTC (rev 3503)
+++ trunk/openutils-bshd5/pom.xml 2011-06-04 08:09:07 UTC (rev 3504)
@@ -1,5 +1,4 @@
-<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>
<parent>
<groupId>net.sourceforge.openutils</groupId>
@@ -9,7 +8,7 @@
</parent>
<artifactId>openutils-bshd5</artifactId>
<name>openutils base Spring-Hibernate DAO</name>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<description>Openutils base Spring-Hibernate DAO (for java 5 and more)</description>
<licenses>
<license>
@@ -24,9 +23,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-2.1.0</connection>
+ <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-bshd5-2.1.0</developerConnection>
+ <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-bshd5-2.1.0</url>
</scm>
<build>
<plugins>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fg...@us...> - 2011-06-04 08:09:47
|
Revision: 3506
http://openutils.svn.sourceforge.net/openutils/?rev=3506&view=rev
Author: fgiust
Date: 2011-06-04 08:09:41 +0000 (Sat, 04 Jun 2011)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/openutils-bshd5/pom.xml
Modified: trunk/openutils-bshd5/pom.xml
===================================================================
--- trunk/openutils-bshd5/pom.xml 2011-06-04 08:09:32 UTC (rev 3505)
+++ trunk/openutils-bshd5/pom.xml 2011-06-04 08:09:41 UTC (rev 3506)
@@ -8,7 +8,7 @@
</parent>
<artifactId>openutils-bshd5</artifactId>
<name>openutils base Spring-Hibernate DAO</name>
- <version>2.1.0</version>
+ <version>2.1.1-SNAPSHOT</version>
<description>Openutils base Spring-Hibernate DAO (for java 5 and more)</description>
<licenses>
<license>
@@ -23,9 +23,9 @@
</issueManagement>
<inceptionYear>2005</inceptionYear>
<scm>
- <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-bshd5-2.1.0</connection>
- <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-bshd5-2.1.0</developerConnection>
- <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-bshd5-2.1.0</url>
+ <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>
</scm>
<build>
<plugins>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gca...@us...> - 2011-11-30 12:05:30
|
Revision: 3711
http://openutils.svn.sourceforge.net/openutils/?rev=3711&view=rev
Author: gcatania
Date: 2011-11-30 12:05:20 +0000 (Wed, 30 Nov 2011)
Log Message:
-----------
BSHD-2 moving commons-collections dependency from test to compile
Modified Paths:
--------------
trunk/openutils-bshd5/pom.xml
Modified: trunk/openutils-bshd5/pom.xml
===================================================================
--- trunk/openutils-bshd5/pom.xml 2011-11-22 21:51:20 UTC (rev 3710)
+++ trunk/openutils-bshd5/pom.xml 2011-11-30 12:05:20 UTC (rev 3711)
@@ -154,6 +154,11 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.2.1</version>
+ </dependency>
+ <dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.4</version>
@@ -165,12 +170,6 @@
</dependency>
<!-- test dependencies -->
<dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.2.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>1.2.1</version>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gca...@us...> - 2011-12-02 14:36:58
|
Revision: 3721
http://openutils.svn.sourceforge.net/openutils/?rev=3721&view=rev
Author: gcatania
Date: 2011-12-02 14:36:52 +0000 (Fri, 02 Dec 2011)
Log Message:
-----------
updating hsqldb version
Modified Paths:
--------------
trunk/openutils-bshd5/pom.xml
Modified: trunk/openutils-bshd5/pom.xml
===================================================================
--- trunk/openutils-bshd5/pom.xml 2011-12-01 17:51:12 UTC (rev 3720)
+++ trunk/openutils-bshd5/pom.xml 2011-12-02 14:36:52 UTC (rev 3721)
@@ -189,9 +189,9 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>hsqldb</groupId>
+ <groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
- <version>1.8.0.1</version>
+ <version>2.2.6</version>
<scope>test</scope>
</dependency>
</dependencies>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gca...@us...> - 2012-05-20 14:42:10
|
Revision: 4041
http://openutils.svn.sourceforge.net/openutils/?rev=4041&view=rev
Author: gcatania
Date: 2012-05-20 14:42:04 +0000 (Sun, 20 May 2012)
Log Message:
-----------
snapshot version bump
Modified Paths:
--------------
trunk/openutils-bshd5/pom.xml
Modified: trunk/openutils-bshd5/pom.xml
===================================================================
--- trunk/openutils-bshd5/pom.xml 2012-05-20 14:40:23 UTC (rev 4040)
+++ trunk/openutils-bshd5/pom.xml 2012-05-20 14:42:04 UTC (rev 4041)
@@ -8,7 +8,7 @@
</parent>
<artifactId>openutils-bshd5</artifactId>
<name>openutils base Spring-Hibernate DAO</name>
- <version>2.1.1-SNAPSHOT</version>
+ <version>3.0.0-SNAPSHOT</version>
<description>Openutils base Spring-Hibernate DAO (for java 5 and more)</description>
<licenses>
<license>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gca...@us...> - 2012-05-21 09:03:15
|
Revision: 4047
http://openutils.svn.sourceforge.net/openutils/?rev=4047&view=rev
Author: gcatania
Date: 2012-05-21 09:03:05 +0000 (Mon, 21 May 2012)
Log Message:
-----------
dependency cleanup, updates
Modified Paths:
--------------
trunk/openutils-bshd5/pom.xml
Modified: trunk/openutils-bshd5/pom.xml
===================================================================
--- trunk/openutils-bshd5/pom.xml 2012-05-21 08:54:27 UTC (rev 4046)
+++ trunk/openutils-bshd5/pom.xml 2012-05-21 09:03:05 UTC (rev 4047)
@@ -61,28 +61,6 @@
</dependency>
<dependency>
<groupId>org.springframework</groupId>
- <artifactId>spring-jdbc</artifactId>
- <version>${spring.version}</version>
- <exclusions>
- <exclusion>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-beans</artifactId>
- <version>${spring.version}</version>
- <exclusions>
- <exclusion>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>${spring.version}</version>
<exclusions>
@@ -123,37 +101,6 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-annotations</artifactId>
- <version>3.5.6-Final</version>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>cglib</groupId>
- <artifactId>cglib</artifactId>
- </exclusion>
- <exclusion>
- <groupId>avalon-framework</groupId>
- <artifactId>avalon-framework</artifactId>
- </exclusion>
- <exclusion>
- <groupId>logkit</groupId>
- <artifactId>logkit</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- <version>1.7.0</version>
- <exclusions>
- <exclusion>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.1</version>
@@ -164,9 +111,9 @@
<version>2.4</version>
</dependency>
<dependency>
- <groupId>javassist</groupId>
+ <groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
- <version>3.4.GA</version>
+ <version>3.16.1-GA</version>
</dependency>
<!-- test dependencies -->
<dependency>
@@ -184,8 +131,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
- <version>5.7</version>
- <classifier>jdk15</classifier>
+ <version>6.5.2</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -194,8 +140,28 @@
<version>2.2.6</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-annotations</artifactId>
+ <version>3.5.6-Final</version>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>cglib</groupId>
+ <artifactId>cglib</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>avalon-framework</groupId>
+ <artifactId>avalon-framework</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>logkit</groupId>
+ <artifactId>logkit</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
</dependencies>
<properties>
<spring.version>3.0.0.RELEASE</spring.version>
</properties>
-</project>
\ No newline at end of file
+</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gca...@us...> - 2012-06-06 22:01:58
|
Revision: 4059
http://openutils.svn.sourceforge.net/openutils/?rev=4059&view=rev
Author: gcatania
Date: 2012-06-06 22:01:52 +0000 (Wed, 06 Jun 2012)
Log Message:
-----------
BSHD-14 make bshd5 into an osgi bundle
Modified Paths:
--------------
trunk/openutils-bshd5/pom.xml
Modified: trunk/openutils-bshd5/pom.xml
===================================================================
--- trunk/openutils-bshd5/pom.xml 2012-06-06 21:50:39 UTC (rev 4058)
+++ trunk/openutils-bshd5/pom.xml 2012-06-06 22:01:52 UTC (rev 4059)
@@ -7,6 +7,7 @@
<version>1.12</version>
</parent>
<artifactId>openutils-bshd5</artifactId>
+ <packaging>bundle</packaging>
<name>openutils base Spring-Hibernate DAO</name>
<version>3.0.0-SNAPSHOT</version>
<description>Openutils base Spring-Hibernate DAO (for java 5 and more)</description>
@@ -46,6 +47,12 @@
</descriptors>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <version>2.3.7</version>
+ <extensions>true</extensions>
+ </plugin>
</plugins>
</build>
<dependencies>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gca...@us...> - 2012-07-05 14:55:34
|
Revision: 4093
http://openutils.svn.sourceforge.net/openutils/?rev=4093&view=rev
Author: gcatania
Date: 2012-07-05 14:55:25 +0000 (Thu, 05 Jul 2012)
Log Message:
-----------
BSHD-10 update slfj and spring versions
Modified Paths:
--------------
trunk/openutils-bshd5/pom.xml
Modified: trunk/openutils-bshd5/pom.xml
===================================================================
--- trunk/openutils-bshd5/pom.xml 2012-07-05 14:49:05 UTC (rev 4092)
+++ trunk/openutils-bshd5/pom.xml 2012-07-05 14:55:25 UTC (rev 4093)
@@ -169,10 +169,10 @@
</dependency>
</dependencies>
<properties>
- <slf4j.version>1.6.5</slf4j.version>
+ <slf4j.version>1.6.6</slf4j.version>
<hibernate.version>3.5.6-Final</hibernate.version>
<javassist.version>3.16.1-GA</javassist.version>
- <spring.version>3.0.0.RELEASE</spring.version>
+ <spring.version>3.1.1.RELEASE</spring.version>
</properties>
<profiles>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gca...@us...> - 2012-07-05 15:11:14
|
Revision: 4097
http://openutils.svn.sourceforge.net/openutils/?rev=4097&view=rev
Author: gcatania
Date: 2012-07-05 15:11:03 +0000 (Thu, 05 Jul 2012)
Log Message:
-----------
BSHD-16 formatting, pom cleanup
Modified Paths:
--------------
trunk/openutils-bshd5/pom.xml
Modified: trunk/openutils-bshd5/pom.xml
===================================================================
--- trunk/openutils-bshd5/pom.xml 2012-07-05 15:08:33 UTC (rev 4096)
+++ trunk/openutils-bshd5/pom.xml 2012-07-05 15:11:03 UTC (rev 4097)
@@ -53,14 +53,14 @@
</descriptors>
</configuration>
</plugin>
- <plugin>
+ <plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!-- BSHD-16 without manifest only jar, hibernate has classpath issues -->
<useManifestOnlyJar>true</useManifestOnlyJar>
</configuration>
</plugin>
- <plugin>
+ <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.3.7</version>
@@ -154,28 +154,6 @@
<version>6.5.2</version>
<scope>test</scope>
</dependency>
-<!--
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-annotations</artifactId>
- <version>${hibernate.version}</version>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>cglib</groupId>
- <artifactId>cglib</artifactId>
- </exclusion>
- <exclusion>
- <groupId>avalon-framework</groupId>
- <artifactId>avalon-framework</artifactId>
- </exclusion>
- <exclusion>
- <groupId>logkit</groupId>
- <artifactId>logkit</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
--->
</dependencies>
<properties>
<slf4j.version>1.6.6</slf4j.version>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gca...@us...> - 2013-03-11 15:24:20
|
Revision: 4196
http://openutils.svn.sourceforge.net/openutils/?rev=4196&view=rev
Author: gcatania
Date: 2013-03-11 15:24:13 +0000 (Mon, 11 Mar 2013)
Log Message:
-----------
dependency bumps for spring, hibernate, javassist, slf4j
Modified Paths:
--------------
trunk/openutils-bshd5/pom.xml
Modified: trunk/openutils-bshd5/pom.xml
===================================================================
--- trunk/openutils-bshd5/pom.xml 2013-03-11 15:03:14 UTC (rev 4195)
+++ trunk/openutils-bshd5/pom.xml 2013-03-11 15:24:13 UTC (rev 4196)
@@ -144,11 +144,29 @@
</dependency>
<dependency>
<groupId>org.springframework</groupId>
+ <artifactId>spring-context</artifactId>
+ <version>${spring.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-jdbc</artifactId>
+ <version>${spring.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>${spring.version}</version>
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-tx</artifactId>
+ <version>${spring.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.5.2</version>
@@ -156,10 +174,10 @@
</dependency>
</dependencies>
<properties>
- <slf4j.version>1.6.6</slf4j.version>
- <hibernate.version>4.1.1.Final</hibernate.version>
- <javassist.version>3.16.1-GA</javassist.version>
- <spring.version>3.1.1.RELEASE</spring.version>
+ <slf4j.version>1.7.2</slf4j.version>
+ <hibernate.version>4.1.10.Final</hibernate.version>
+ <javassist.version>3.17.1-GA</javassist.version>
+ <spring.version>3.2.1.RELEASE</spring.version>
</properties>
<profiles>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
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.
|
|
From: <fg...@us...> - 2013-11-15 15:24:08
|
Revision: 4456
http://openutils.svn.sourceforge.net/openutils/?rev=4456&view=rev
Author: fgiust
Date: 2013-11-15 15:24:06 +0000 (Fri, 15 Nov 2013)
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Modified Paths:
--------------
trunk/openutils-bshd5/pom.xml
Modified: trunk/openutils-bshd5/pom.xml
===================================================================
--- trunk/openutils-bshd5/pom.xml 2013-11-15 15:24:00 UTC (rev 4455)
+++ trunk/openutils-bshd5/pom.xml 2013-11-15 15:24:06 UTC (rev 4456)
@@ -9,7 +9,7 @@
<artifactId>openutils-bshd5</artifactId>
<packaging>bundle</packaging>
<name>openutils base Spring-Hibernate DAO</name>
- <version>3.0.0</version>
+ <version>3.0.1-SNAPSHOT</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/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>
+ <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>
</scm>
<build>
<testResources>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fg...@us...> - 2014-05-21 19:28:08
|
Revision: 4571
http://openutils.svn.sourceforge.net/openutils/?rev=4571&view=rev
Author: fgiust
Date: 2014-05-21 19:28:04 +0000 (Wed, 21 May 2014)
Log Message:
-----------
test commit
Modified Paths:
--------------
trunk/openutils-bshd5/pom.xml
Modified: trunk/openutils-bshd5/pom.xml
===================================================================
--- trunk/openutils-bshd5/pom.xml 2014-03-09 15:24:23 UTC (rev 4570)
+++ trunk/openutils-bshd5/pom.xml 2014-05-21 19:28:04 UTC (rev 4571)
@@ -28,6 +28,7 @@
<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>
</scm>
+
<build>
<testResources>
<testResource>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|