From: <fg...@us...> - 2009-02-17 09:05:31
|
Revision: 1013 http://openutils.svn.sourceforge.net/openutils/?rev=1013&view=rev Author: fgiust Date: 2009-02-17 09:05:26 +0000 (Tue, 17 Feb 2009) Log Message: ----------- fixed POI groupId Modified Paths: -------------- trunk/openutils-testing/pom.xml Modified: trunk/openutils-testing/pom.xml =================================================================== --- trunk/openutils-testing/pom.xml 2009-02-17 09:02:53 UTC (rev 1012) +++ trunk/openutils-testing/pom.xml 2009-02-17 09:05:26 UTC (rev 1013) @@ -88,7 +88,7 @@ </exclusions> </dependency> <dependency> - <groupId>poi</groupId> + <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>3.0.2-FINAL</version> <exclusions> 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:13:10
|
Revision: 1014 http://openutils.svn.sourceforge.net/openutils/?rev=1014&view=rev Author: fgiust Date: 2009-02-17 09:13:05 +0000 (Tue, 17 Feb 2009) Log Message: ----------- [maven-release-plugin] prepare release openutils-testing-2.1.1 Modified Paths: -------------- trunk/openutils-testing/pom.xml Modified: trunk/openutils-testing/pom.xml =================================================================== --- trunk/openutils-testing/pom.xml 2009-02-17 09:05:26 UTC (rev 1013) +++ trunk/openutils-testing/pom.xml 2009-02-17 09:13:05 UTC (rev 1014) @@ -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</artifactId> <name>openutils test utils</name> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <description>openutils test utils</description> <dependencies> <dependency> @@ -115,4 +114,10 @@ <properties> <spring.version>2.5.3</spring.version> </properties> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-2.1.1</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-2.1.1</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-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:13:36
|
Revision: 1016 http://openutils.svn.sourceforge.net/openutils/?rev=1016&view=rev Author: fgiust Date: 2009-02-17 09:13:31 +0000 (Tue, 17 Feb 2009) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/openutils-testing/pom.xml Modified: trunk/openutils-testing/pom.xml =================================================================== --- trunk/openutils-testing/pom.xml 2009-02-17 09:13:22 UTC (rev 1015) +++ trunk/openutils-testing/pom.xml 2009-02-17 09:13:31 UTC (rev 1016) @@ -8,7 +8,7 @@ </parent> <artifactId>openutils-testing</artifactId> <name>openutils test utils</name> - <version>2.1.1</version> + <version>2.1.2-SNAPSHOT</version> <description>openutils test utils</description> <dependencies> <dependency> @@ -114,10 +114,4 @@ <properties> <spring.version>2.5.3</spring.version> </properties> - - <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-2.1.1</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-2.1.1</developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-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:36:02
|
Revision: 1109 http://openutils.svn.sourceforge.net/openutils/?rev=1109&view=rev Author: fgiust Date: 2009-03-28 18:35:55 +0000 (Sat, 28 Mar 2009) Log Message: ----------- [maven-release-plugin] prepare release openutils-testing-2.2 Modified Paths: -------------- trunk/openutils-testing/pom.xml Modified: trunk/openutils-testing/pom.xml =================================================================== --- trunk/openutils-testing/pom.xml 2009-03-28 18:00:22 UTC (rev 1108) +++ trunk/openutils-testing/pom.xml 2009-03-28 18:35:55 UTC (rev 1109) @@ -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</artifactId> <name>openutils test utils</name> - <version>2.1.2-SNAPSHOT</version> + <version>2.2</version> <description>openutils test utils</description> <dependencies> <dependency> @@ -115,4 +114,10 @@ <properties> <spring.version>2.5.6</spring.version> </properties> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-2.2</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-2.2</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-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:37:36
|
Revision: 1112 http://openutils.svn.sourceforge.net/openutils/?rev=1112&view=rev Author: fgiust Date: 2009-03-28 18:37:27 +0000 (Sat, 28 Mar 2009) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/openutils-testing/pom.xml Modified: trunk/openutils-testing/pom.xml =================================================================== --- trunk/openutils-testing/pom.xml 2009-03-28 18:37:21 UTC (rev 1111) +++ trunk/openutils-testing/pom.xml 2009-03-28 18:37:27 UTC (rev 1112) @@ -8,7 +8,7 @@ </parent> <artifactId>openutils-testing</artifactId> <name>openutils test utils</name> - <version>2.2</version> + <version>2.2.1-SNAPSHOT</version> <description>openutils test utils</description> <dependencies> <dependency> @@ -114,10 +114,4 @@ <properties> <spring.version>2.5.6</spring.version> </properties> - - <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-2.2</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-2.2</developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-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:49:00
|
Revision: 1120 http://openutils.svn.sourceforge.net/openutils/?rev=1120&view=rev Author: fgiust Date: 2009-03-29 09:48:57 +0000 (Sun, 29 Mar 2009) Log Message: ----------- [maven-release-plugin] prepare release openutils-testing-2.2.1 Modified Paths: -------------- trunk/openutils-testing/pom.xml Modified: trunk/openutils-testing/pom.xml =================================================================== --- trunk/openutils-testing/pom.xml 2009-03-29 09:46:38 UTC (rev 1119) +++ trunk/openutils-testing/pom.xml 2009-03-29 09:48:57 UTC (rev 1120) @@ -8,7 +8,7 @@ </parent> <artifactId>openutils-testing</artifactId> <name>openutils test utils</name> - <version>2.2.1-SNAPSHOT</version> + <version>2.2.1</version> <description>openutils test utils</description> <dependencies> <dependency> @@ -114,4 +114,10 @@ <properties> <spring.version>2.5.6</spring.version> </properties> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-2.2.1</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-2.2.1</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-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:49:47
|
Revision: 1122 http://openutils.svn.sourceforge.net/openutils/?rev=1122&view=rev Author: fgiust Date: 2009-03-29 09:49:38 +0000 (Sun, 29 Mar 2009) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/openutils-testing/pom.xml Modified: trunk/openutils-testing/pom.xml =================================================================== --- trunk/openutils-testing/pom.xml 2009-03-29 09:49:24 UTC (rev 1121) +++ trunk/openutils-testing/pom.xml 2009-03-29 09:49:38 UTC (rev 1122) @@ -8,7 +8,7 @@ </parent> <artifactId>openutils-testing</artifactId> <name>openutils test utils</name> - <version>2.2.1</version> + <version>2.2.2-SNAPSHOT</version> <description>openutils test utils</description> <dependencies> <dependency> @@ -114,10 +114,4 @@ <properties> <spring.version>2.5.6</spring.version> </properties> - - <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-2.2.1</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-2.2.1</developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-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-09-04 11:02:35
|
Revision: 1339 http://openutils.svn.sourceforge.net/openutils/?rev=1339&view=rev Author: fgiust Date: 2009-09-04 11:02:27 +0000 (Fri, 04 Sep 2009) Log Message: ----------- [maven-release-plugin] prepare release openutils-testing-2.2.2 Modified Paths: -------------- trunk/openutils-testing/pom.xml Modified: trunk/openutils-testing/pom.xml =================================================================== --- trunk/openutils-testing/pom.xml 2009-09-04 10:36:06 UTC (rev 1338) +++ trunk/openutils-testing/pom.xml 2009-09-04 11:02:27 UTC (rev 1339) @@ -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</artifactId> <name>Openutils testing library</name> - <version>2.2.2-SNAPSHOT</version> + <version>2.2.2</version> <description>Framework that helps to simplify unit testing coding</description> <licenses> <license> @@ -158,4 +157,10 @@ <properties> <spring.version>2.5.6</spring.version> </properties> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-2.2.2</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-2.2.2</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-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 11:03:01
|
Revision: 1341 http://openutils.svn.sourceforge.net/openutils/?rev=1341&view=rev Author: fgiust Date: 2009-09-04 11:02:52 +0000 (Fri, 04 Sep 2009) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/openutils-testing/pom.xml Modified: trunk/openutils-testing/pom.xml =================================================================== --- trunk/openutils-testing/pom.xml 2009-09-04 11:02:45 UTC (rev 1340) +++ trunk/openutils-testing/pom.xml 2009-09-04 11:02:52 UTC (rev 1341) @@ -7,7 +7,7 @@ </parent> <artifactId>openutils-testing</artifactId> <name>Openutils testing library</name> - <version>2.2.2</version> + <version>2.2.3-SNAPSHOT</version> <description>Framework that helps to simplify unit testing coding</description> <licenses> <license> @@ -157,10 +157,4 @@ <properties> <spring.version>2.5.6</spring.version> </properties> - - <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-2.2.2</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-2.2.2</developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-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 11:05:50
|
Revision: 1343 http://openutils.svn.sourceforge.net/openutils/?rev=1343&view=rev Author: fgiust Date: 2009-09-04 11:05:43 +0000 (Fri, 04 Sep 2009) Log Message: ----------- [maven-release-plugin] rollback the release of openutils-testing-2.2.2 Modified Paths: -------------- trunk/openutils-testing/pom.xml Modified: trunk/openutils-testing/pom.xml =================================================================== --- trunk/openutils-testing/pom.xml 2009-09-04 11:03:40 UTC (rev 1342) +++ trunk/openutils-testing/pom.xml 2009-09-04 11:05:43 UTC (rev 1343) @@ -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> @@ -7,7 +8,7 @@ </parent> <artifactId>openutils-testing</artifactId> <name>Openutils testing library</name> - <version>2.2.3-SNAPSHOT</version> + <version>2.2.2-SNAPSHOT</version> <description>Framework that helps to simplify unit testing coding</description> <licenses> <license> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fg...@us...> - 2009-09-04 11:06:19
|
Revision: 1344 http://openutils.svn.sourceforge.net/openutils/?rev=1344&view=rev Author: fgiust Date: 2009-09-04 11:06:10 +0000 (Fri, 04 Sep 2009) Log Message: ----------- [maven-release-plugin] prepare release openutils-testing-2.2.2 Modified Paths: -------------- trunk/openutils-testing/pom.xml Modified: trunk/openutils-testing/pom.xml =================================================================== --- trunk/openutils-testing/pom.xml 2009-09-04 11:05:43 UTC (rev 1343) +++ trunk/openutils-testing/pom.xml 2009-09-04 11:06:10 UTC (rev 1344) @@ -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</artifactId> <name>Openutils testing library</name> - <version>2.2.2-SNAPSHOT</version> + <version>2.2.2</version> <description>Framework that helps to simplify unit testing coding</description> <licenses> <license> @@ -158,4 +157,10 @@ <properties> <spring.version>2.5.6</spring.version> </properties> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-2.2.2</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-2.2.2</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-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 11:06:49
|
Revision: 1346 http://openutils.svn.sourceforge.net/openutils/?rev=1346&view=rev Author: fgiust Date: 2009-09-04 11:06:42 +0000 (Fri, 04 Sep 2009) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/openutils-testing/pom.xml Modified: trunk/openutils-testing/pom.xml =================================================================== --- trunk/openutils-testing/pom.xml 2009-09-04 11:06:35 UTC (rev 1345) +++ trunk/openutils-testing/pom.xml 2009-09-04 11:06:42 UTC (rev 1346) @@ -7,7 +7,7 @@ </parent> <artifactId>openutils-testing</artifactId> <name>Openutils testing library</name> - <version>2.2.2</version> + <version>2.2.3-SNAPSHOT</version> <description>Framework that helps to simplify unit testing coding</description> <licenses> <license> @@ -157,10 +157,4 @@ <properties> <spring.version>2.5.6</spring.version> </properties> - - <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-2.2.2</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-2.2.2</developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-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. |