From: <fg...@us...> - 2009-02-17 09:49:09
|
Revision: 1021 http://openutils.svn.sourceforge.net/openutils/?rev=1021&view=rev Author: fgiust Date: 2009-02-17 09:49:06 +0000 (Tue, 17 Feb 2009) Log Message: ----------- [maven-release-plugin] prepare release openutils-testing-junit-2.1.1 Modified Paths: -------------- trunk/openutils-testing-junit/pom.xml Modified: trunk/openutils-testing-junit/pom.xml =================================================================== --- trunk/openutils-testing-junit/pom.xml 2009-02-17 09:36:19 UTC (rev 1020) +++ trunk/openutils-testing-junit/pom.xml 2009-02-17 09:49:06 UTC (rev 1021) @@ -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-testing-junit</artifactId> <name>openutils test utils (junit)</name> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <description>openutils test utils</description> <dependencies> <dependency> @@ -61,4 +60,10 @@ </exclusions> </dependency> </dependencies> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-junit-2.1.1</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-junit-2.1.1</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-junit-2.1.1</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-02-17 09:49:41
|
Revision: 1023 http://openutils.svn.sourceforge.net/openutils/?rev=1023&view=rev Author: fgiust Date: 2009-02-17 09:49:37 +0000 (Tue, 17 Feb 2009) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/openutils-testing-junit/pom.xml Modified: trunk/openutils-testing-junit/pom.xml =================================================================== --- trunk/openutils-testing-junit/pom.xml 2009-02-17 09:49:28 UTC (rev 1022) +++ trunk/openutils-testing-junit/pom.xml 2009-02-17 09:49:37 UTC (rev 1023) @@ -8,7 +8,7 @@ </parent> <artifactId>openutils-testing-junit</artifactId> <name>openutils test utils (junit)</name> - <version>2.1.1</version> + <version>2.1.2-SNAPSHOT</version> <description>openutils test utils</description> <dependencies> <dependency> @@ -60,10 +60,4 @@ </exclusions> </dependency> </dependencies> - - <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-junit-2.1.1</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-junit-2.1.1</developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-junit-2.1.1</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-03-28 18:39:43
|
Revision: 1113 http://openutils.svn.sourceforge.net/openutils/?rev=1113&view=rev Author: fgiust Date: 2009-03-28 18:39:36 +0000 (Sat, 28 Mar 2009) Log Message: ----------- [maven-release-plugin] prepare release openutils-testing-junit-2.2 Modified Paths: -------------- trunk/openutils-testing-junit/pom.xml Modified: trunk/openutils-testing-junit/pom.xml =================================================================== --- trunk/openutils-testing-junit/pom.xml 2009-03-28 18:37:27 UTC (rev 1112) +++ trunk/openutils-testing-junit/pom.xml 2009-03-28 18:39:36 UTC (rev 1113) @@ -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-testing-junit</artifactId> <name>openutils test utils (junit)</name> - <version>2.2-SNAPSHOT</version> + <version>2.2</version> <description>openutils test utils</description> <dependencies> <dependency> @@ -61,4 +60,10 @@ </exclusions> </dependency> </dependencies> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-junit-2.2</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-junit-2.2</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-junit-2.2</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-03-28 18:41:48
|
Revision: 1117 http://openutils.svn.sourceforge.net/openutils/?rev=1117&view=rev Author: fgiust Date: 2009-03-28 18:41:34 +0000 (Sat, 28 Mar 2009) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/openutils-testing-junit/pom.xml Modified: trunk/openutils-testing-junit/pom.xml =================================================================== --- trunk/openutils-testing-junit/pom.xml 2009-03-28 18:41:19 UTC (rev 1116) +++ trunk/openutils-testing-junit/pom.xml 2009-03-28 18:41:34 UTC (rev 1117) @@ -8,7 +8,7 @@ </parent> <artifactId>openutils-testing-junit</artifactId> <name>openutils test utils (junit)</name> - <version>2.2</version> + <version>2.2.1-SNAPSHOT</version> <description>openutils test utils</description> <dependencies> <dependency> @@ -60,10 +60,4 @@ </exclusions> </dependency> </dependencies> - - <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-junit-2.2</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-junit-2.2</developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-junit-2.2</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-03-29 09:52:34
|
Revision: 1124 http://openutils.svn.sourceforge.net/openutils/?rev=1124&view=rev Author: fgiust Date: 2009-03-29 09:52:30 +0000 (Sun, 29 Mar 2009) Log Message: ----------- [maven-release-plugin] prepare release openutils-testing-junit-2.2.1 Modified Paths: -------------- trunk/openutils-testing-junit/pom.xml Modified: trunk/openutils-testing-junit/pom.xml =================================================================== --- trunk/openutils-testing-junit/pom.xml 2009-03-29 09:50:25 UTC (rev 1123) +++ trunk/openutils-testing-junit/pom.xml 2009-03-29 09:52:30 UTC (rev 1124) @@ -8,7 +8,7 @@ </parent> <artifactId>openutils-testing-junit</artifactId> <name>openutils test utils (junit)</name> - <version>2.2.1-SNAPSHOT</version> + <version>2.2.1</version> <description>openutils test utils</description> <dependencies> <dependency> @@ -60,4 +60,10 @@ </exclusions> </dependency> </dependencies> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-junit-2.2.1</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-junit-2.2.1</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-junit-2.2.1</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-03-29 09:53:26
|
Revision: 1126 http://openutils.svn.sourceforge.net/openutils/?rev=1126&view=rev Author: fgiust Date: 2009-03-29 09:53:16 +0000 (Sun, 29 Mar 2009) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/openutils-testing-junit/pom.xml Modified: trunk/openutils-testing-junit/pom.xml =================================================================== --- trunk/openutils-testing-junit/pom.xml 2009-03-29 09:53:02 UTC (rev 1125) +++ trunk/openutils-testing-junit/pom.xml 2009-03-29 09:53:16 UTC (rev 1126) @@ -8,7 +8,7 @@ </parent> <artifactId>openutils-testing-junit</artifactId> <name>openutils test utils (junit)</name> - <version>2.2.1</version> + <version>2.2.2-SNAPSHOT</version> <description>openutils test utils</description> <dependencies> <dependency> @@ -60,10 +60,4 @@ </exclusions> </dependency> </dependencies> - - <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-junit-2.2.1</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-junit-2.2.1</developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-junit-2.2.1</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-05-24 10:22:36
|
Revision: 1215 http://openutils.svn.sourceforge.net/openutils/?rev=1215&view=rev Author: fgiust Date: 2009-05-24 10:22:34 +0000 (Sun, 24 May 2009) Log Message: ----------- fix slf4j dependency Modified Paths: -------------- trunk/openutils-testing-junit/pom.xml Modified: trunk/openutils-testing-junit/pom.xml =================================================================== --- trunk/openutils-testing-junit/pom.xml 2009-05-24 10:16:26 UTC (rev 1214) +++ trunk/openutils-testing-junit/pom.xml 2009-05-24 10:22:34 UTC (rev 1215) @@ -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> @@ -48,6 +49,16 @@ </exclusions> </dependency> <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + <version>1.5.6</version> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>jcl-over-slf4j</artifactId> + <version>1.5.6</version> + </dependency> + <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> <version>2.5.6</version> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2009-09-04 14:42:37
|
Revision: 1358 http://openutils.svn.sourceforge.net/openutils/?rev=1358&view=rev Author: fgiust Date: 2009-09-04 14:42:30 +0000 (Fri, 04 Sep 2009) Log Message: ----------- [maven-release-plugin] prepare release openutils-testing-junit-2.2.2 Modified Paths: -------------- trunk/openutils-testing-junit/pom.xml Modified: trunk/openutils-testing-junit/pom.xml =================================================================== --- trunk/openutils-testing-junit/pom.xml 2009-09-04 12:40:32 UTC (rev 1357) +++ trunk/openutils-testing-junit/pom.xml 2009-09-04 14:42:30 UTC (rev 1358) @@ -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-testing-junit</artifactId> <name>Openutils testing library (JUnit)</name> - <version>2.2.2-SNAPSHOT</version> + <version>2.2.2</version> <description>Framework that helps to simplify unit testing coding with JUnit</description> <licenses> <license> @@ -127,4 +126,10 @@ </exclusions> </dependency> </dependencies> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-junit-2.2.2</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-junit-2.2.2</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-junit-2.2.2</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-04 14:44:59
|
Revision: 1360 http://openutils.svn.sourceforge.net/openutils/?rev=1360&view=rev Author: fgiust Date: 2009-09-04 14:44:47 +0000 (Fri, 04 Sep 2009) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/openutils-testing-junit/pom.xml Modified: trunk/openutils-testing-junit/pom.xml =================================================================== --- trunk/openutils-testing-junit/pom.xml 2009-09-04 14:44:39 UTC (rev 1359) +++ trunk/openutils-testing-junit/pom.xml 2009-09-04 14:44:47 UTC (rev 1360) @@ -7,7 +7,7 @@ </parent> <artifactId>openutils-testing-junit</artifactId> <name>Openutils testing library (JUnit)</name> - <version>2.2.2</version> + <version>2.2.3-SNAPSHOT</version> <description>Framework that helps to simplify unit testing coding with JUnit</description> <licenses> <license> @@ -126,10 +126,4 @@ </exclusions> </dependency> </dependencies> - - <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-junit-2.2.2</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-junit-2.2.2</developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-junit-2.2.2</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. |