From: <fg...@us...> - 2009-02-17 09:36:01
|
Revision: 1018 http://openutils.svn.sourceforge.net/openutils/?rev=1018&view=rev Author: fgiust Date: 2009-02-17 09:35:53 +0000 (Tue, 17 Feb 2009) Log Message: ----------- [maven-release-plugin] prepare release openutils-testing-testng-2.1.1 Modified Paths: -------------- trunk/openutils-testing-testng/pom.xml Modified: trunk/openutils-testing-testng/pom.xml =================================================================== --- trunk/openutils-testing-testng/pom.xml 2009-02-17 09:32:24 UTC (rev 1017) +++ trunk/openutils-testing-testng/pom.xml 2009-02-17 09:35:53 UTC (rev 1018) @@ -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-testng</artifactId> <name>openutils test utils (testng)</name> - <version>2.1.1-SNAPSHOT</version> + <version>2.1.1</version> <description>openutils test utils</description> <dependencies> <dependency> @@ -68,4 +67,10 @@ </exclusions> </dependency> </dependencies> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-testng-2.1.1</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-testng-2.1.1</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-testng-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:36:23
|
Revision: 1020 http://openutils.svn.sourceforge.net/openutils/?rev=1020&view=rev Author: fgiust Date: 2009-02-17 09:36:19 +0000 (Tue, 17 Feb 2009) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/openutils-testing-testng/pom.xml Modified: trunk/openutils-testing-testng/pom.xml =================================================================== --- trunk/openutils-testing-testng/pom.xml 2009-02-17 09:36:09 UTC (rev 1019) +++ trunk/openutils-testing-testng/pom.xml 2009-02-17 09:36:19 UTC (rev 1020) @@ -8,7 +8,7 @@ </parent> <artifactId>openutils-testing-testng</artifactId> <name>openutils test utils (testng)</name> - <version>2.1.1</version> + <version>2.1.2-SNAPSHOT</version> <description>openutils test utils</description> <dependencies> <dependency> @@ -67,10 +67,4 @@ </exclusions> </dependency> </dependencies> - - <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-testng-2.1.1</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-testng-2.1.1</developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-testng-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:40:46
|
Revision: 1114 http://openutils.svn.sourceforge.net/openutils/?rev=1114&view=rev Author: fgiust Date: 2009-03-28 18:40:44 +0000 (Sat, 28 Mar 2009) Log Message: ----------- [maven-release-plugin] prepare release openutils-testing-testng-2.2 Modified Paths: -------------- trunk/openutils-testing-testng/pom.xml Modified: trunk/openutils-testing-testng/pom.xml =================================================================== --- trunk/openutils-testing-testng/pom.xml 2009-03-28 18:39:36 UTC (rev 1113) +++ trunk/openutils-testing-testng/pom.xml 2009-03-28 18:40:44 UTC (rev 1114) @@ -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-testng</artifactId> <name>openutils test utils (testng)</name> - <version>2.2-SNAPSHOT</version> + <version>2.2</version> <description>openutils test utils</description> <dependencies> <dependency> @@ -68,4 +67,10 @@ </exclusions> </dependency> </dependencies> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-testng-2.2</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-testng-2.2</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-testng-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:38
|
Revision: 1118 http://openutils.svn.sourceforge.net/openutils/?rev=1118&view=rev Author: fgiust Date: 2009-03-28 18:41:36 +0000 (Sat, 28 Mar 2009) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/openutils-testing-testng/pom.xml Modified: trunk/openutils-testing-testng/pom.xml =================================================================== --- trunk/openutils-testing-testng/pom.xml 2009-03-28 18:41:34 UTC (rev 1117) +++ trunk/openutils-testing-testng/pom.xml 2009-03-28 18:41:36 UTC (rev 1118) @@ -8,7 +8,7 @@ </parent> <artifactId>openutils-testing-testng</artifactId> <name>openutils test utils (testng)</name> - <version>2.2</version> + <version>2.2.1-SNAPSHOT</version> <description>openutils test utils</description> <dependencies> <dependency> @@ -67,10 +67,4 @@ </exclusions> </dependency> </dependencies> - - <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-testng-2.2</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-testng-2.2</developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-testng-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 10:52:52
|
Revision: 1130 http://openutils.svn.sourceforge.net/openutils/?rev=1130&view=rev Author: fgiust Date: 2009-03-29 10:52:47 +0000 (Sun, 29 Mar 2009) Log Message: ----------- [maven-release-plugin] prepare release openutils-testing-testng-2.2.1 Modified Paths: -------------- trunk/openutils-testing-testng/pom.xml Modified: trunk/openutils-testing-testng/pom.xml =================================================================== --- trunk/openutils-testing-testng/pom.xml 2009-03-29 10:52:04 UTC (rev 1129) +++ trunk/openutils-testing-testng/pom.xml 2009-03-29 10:52:47 UTC (rev 1130) @@ -8,7 +8,7 @@ </parent> <artifactId>openutils-testing-testng</artifactId> <name>openutils test utils (testng)</name> - <version>2.2.1-SNAPSHOT</version> + <version>2.2.1</version> <description>openutils test utils</description> <dependencies> <dependency> @@ -67,4 +67,10 @@ </exclusions> </dependency> </dependencies> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-testng-2.2.1</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-testng-2.2.1</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-testng-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 10:53:41
|
Revision: 1132 http://openutils.svn.sourceforge.net/openutils/?rev=1132&view=rev Author: fgiust Date: 2009-03-29 10:53:32 +0000 (Sun, 29 Mar 2009) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/openutils-testing-testng/pom.xml Modified: trunk/openutils-testing-testng/pom.xml =================================================================== --- trunk/openutils-testing-testng/pom.xml 2009-03-29 10:53:22 UTC (rev 1131) +++ trunk/openutils-testing-testng/pom.xml 2009-03-29 10:53:32 UTC (rev 1132) @@ -8,7 +8,7 @@ </parent> <artifactId>openutils-testing-testng</artifactId> <name>openutils test utils (testng)</name> - <version>2.2.1</version> + <version>2.2.2-SNAPSHOT</version> <description>openutils test utils</description> <dependencies> <dependency> @@ -67,10 +67,4 @@ </exclusions> </dependency> </dependencies> - - <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-testng-2.2.1</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-testng-2.2.1</developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-testng-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 13:15:54
|
Revision: 1355 http://openutils.svn.sourceforge.net/openutils/?rev=1355&view=rev Author: fgiust Date: 2009-09-04 12:29:36 +0000 (Fri, 04 Sep 2009) Log Message: ----------- [maven-release-plugin] prepare release openutils-testing-testng-2.2.2 Modified Paths: -------------- trunk/openutils-testing-testng/pom.xml Modified: trunk/openutils-testing-testng/pom.xml =================================================================== --- trunk/openutils-testing-testng/pom.xml 2009-09-04 12:20:18 UTC (rev 1354) +++ trunk/openutils-testing-testng/pom.xml 2009-09-04 12:29:36 UTC (rev 1355) @@ -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-testng</artifactId> <name>Openutils testing library (TestNG)</name> - <version>2.2.2-SNAPSHOT</version> + <version>2.2.2</version> <description>Framework that helps to simplify unit testing coding with TestNG</description> <licenses> <license> @@ -124,4 +123,10 @@ </exclusions> </dependency> </dependencies> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-testng-2.2.2</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-testng-2.2.2</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-testng-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 13:16:00
|
Revision: 1357 http://openutils.svn.sourceforge.net/openutils/?rev=1357&view=rev Author: fgiust Date: 2009-09-04 12:40:32 +0000 (Fri, 04 Sep 2009) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/openutils-testing-testng/pom.xml Modified: trunk/openutils-testing-testng/pom.xml =================================================================== --- trunk/openutils-testing-testng/pom.xml 2009-09-04 12:40:24 UTC (rev 1356) +++ trunk/openutils-testing-testng/pom.xml 2009-09-04 12:40:32 UTC (rev 1357) @@ -7,7 +7,7 @@ </parent> <artifactId>openutils-testing-testng</artifactId> <name>Openutils testing library (TestNG)</name> - <version>2.2.2</version> + <version>2.2.3-SNAPSHOT</version> <description>Framework that helps to simplify unit testing coding with TestNG</description> <licenses> <license> @@ -123,10 +123,4 @@ </exclusions> </dependency> </dependencies> - - <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-testng-2.2.2</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-testing-testng-2.2.2</developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-testing-testng-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. |