From: <fg...@us...> - 2009-02-19 13:32:36
|
Revision: 1037 http://openutils.svn.sourceforge.net/openutils/?rev=1037&view=rev Author: fgiust Date: 2009-02-19 13:32:33 +0000 (Thu, 19 Feb 2009) Log Message: ----------- [maven-release-plugin] prepare release openutils-mgnlstruts11-4.0-b1 Modified Paths: -------------- trunk/openutils-mgnlstruts11/pom.xml Modified: trunk/openutils-mgnlstruts11/pom.xml =================================================================== --- trunk/openutils-mgnlstruts11/pom.xml 2009-02-19 12:22:53 UTC (rev 1036) +++ trunk/openutils-mgnlstruts11/pom.xml 2009-02-19 13:32:33 UTC (rev 1037) @@ -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> @@ -10,7 +9,7 @@ <artifactId>openutils-mgnlstruts11</artifactId> <packaging>jar</packaging> <name>openutils-mgnlstruts11</name> - <version>4.0-SNAPSHOT</version> + <version>4.0-b1</version> <licenses> <license> <name>GPLv3</name> @@ -79,4 +78,10 @@ </exclusions> </dependency> </dependencies> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlstruts11-4.0-b1</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlstruts11-4.0-b1</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-mgnlstruts11-4.0-b1</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-19 13:35:44
|
Revision: 1039 http://openutils.svn.sourceforge.net/openutils/?rev=1039&view=rev Author: fgiust Date: 2009-02-19 13:35:39 +0000 (Thu, 19 Feb 2009) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/openutils-mgnlstruts11/pom.xml Modified: trunk/openutils-mgnlstruts11/pom.xml =================================================================== --- trunk/openutils-mgnlstruts11/pom.xml 2009-02-19 13:35:31 UTC (rev 1038) +++ trunk/openutils-mgnlstruts11/pom.xml 2009-02-19 13:35:39 UTC (rev 1039) @@ -9,7 +9,7 @@ <artifactId>openutils-mgnlstruts11</artifactId> <packaging>jar</packaging> <name>openutils-mgnlstruts11</name> - <version>4.0-b1</version> + <version>4.0-b2-SNAPSHOT</version> <licenses> <license> <name>GPLv3</name> @@ -78,10 +78,4 @@ </exclusions> </dependency> </dependencies> - - <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlstruts11-4.0-b1</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlstruts11-4.0-b1</developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-mgnlstruts11-4.0-b1</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-09 17:07:16
|
Revision: 1144 http://openutils.svn.sourceforge.net/openutils/?rev=1144&view=rev Author: fgiust Date: 2009-04-09 17:07:07 +0000 (Thu, 09 Apr 2009) Log Message: ----------- [maven-release-plugin] prepare release openutils-mgnlstruts11-4.0 Modified Paths: -------------- trunk/openutils-mgnlstruts11/pom.xml Modified: trunk/openutils-mgnlstruts11/pom.xml =================================================================== --- trunk/openutils-mgnlstruts11/pom.xml 2009-04-09 17:05:22 UTC (rev 1143) +++ trunk/openutils-mgnlstruts11/pom.xml 2009-04-09 17:07:07 UTC (rev 1144) @@ -9,7 +9,7 @@ <artifactId>openutils-mgnlstruts11</artifactId> <packaging>jar</packaging> <name>openutils-mgnlstruts11</name> - <version>4.0-b2-SNAPSHOT</version> + <version>4.0</version> <licenses> <license> <name>GPLv3</name> @@ -78,4 +78,10 @@ </exclusions> </dependency> </dependencies> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlstruts11-4.0</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlstruts11-4.0</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-mgnlstruts11-4.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...> - 2009-04-09 17:07:49
|
Revision: 1146 http://openutils.svn.sourceforge.net/openutils/?rev=1146&view=rev Author: fgiust Date: 2009-04-09 17:07:39 +0000 (Thu, 09 Apr 2009) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/openutils-mgnlstruts11/pom.xml Modified: trunk/openutils-mgnlstruts11/pom.xml =================================================================== --- trunk/openutils-mgnlstruts11/pom.xml 2009-04-09 17:07:26 UTC (rev 1145) +++ trunk/openutils-mgnlstruts11/pom.xml 2009-04-09 17:07:39 UTC (rev 1146) @@ -9,7 +9,7 @@ <artifactId>openutils-mgnlstruts11</artifactId> <packaging>jar</packaging> <name>openutils-mgnlstruts11</name> - <version>4.0</version> + <version>4.0.1-SNAPSHOT</version> <licenses> <license> <name>GPLv3</name> @@ -78,10 +78,4 @@ </exclusions> </dependency> </dependencies> - - <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlstruts11-4.0</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlstruts11-4.0</developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-mgnlstruts11-4.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...> - 2009-09-05 18:02:50
|
Revision: 1386 http://openutils.svn.sourceforge.net/openutils/?rev=1386&view=rev Author: fgiust Date: 2009-09-05 18:02:44 +0000 (Sat, 05 Sep 2009) Log Message: ----------- [maven-release-plugin] prepare release openutils-mgnlstruts11-4.0.1 Modified Paths: -------------- trunk/openutils-mgnlstruts11/pom.xml Modified: trunk/openutils-mgnlstruts11/pom.xml =================================================================== --- trunk/openutils-mgnlstruts11/pom.xml 2009-09-05 17:49:38 UTC (rev 1385) +++ trunk/openutils-mgnlstruts11/pom.xml 2009-09-05 18:02:44 UTC (rev 1386) @@ -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> @@ -10,7 +9,7 @@ <packaging>jar</packaging> <name>Magnolia Struts 1.1 module</name> <description>A Magnolia Module that let you use the Struts 1.1 framework inside Magnolia</description> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.1</version> <licenses> <license> <name>GPLv3</name> @@ -103,4 +102,10 @@ </exclusions> </dependency> </dependencies> + + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlstruts11-4.0.1</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlstruts11-4.0.1</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-mgnlstruts11-4.0.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-05 18:06:40
|
Revision: 1388 http://openutils.svn.sourceforge.net/openutils/?rev=1388&view=rev Author: fgiust Date: 2009-09-05 18:06:30 +0000 (Sat, 05 Sep 2009) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/openutils-mgnlstruts11/pom.xml Modified: trunk/openutils-mgnlstruts11/pom.xml =================================================================== --- trunk/openutils-mgnlstruts11/pom.xml 2009-09-05 18:06:03 UTC (rev 1387) +++ trunk/openutils-mgnlstruts11/pom.xml 2009-09-05 18:06:30 UTC (rev 1388) @@ -9,7 +9,7 @@ <packaging>jar</packaging> <name>Magnolia Struts 1.1 module</name> <description>A Magnolia Module that let you use the Struts 1.1 framework inside Magnolia</description> - <version>4.0.1</version> + <version>4.0.2-SNAPSHOT</version> <licenses> <license> <name>GPLv3</name> @@ -102,10 +102,4 @@ </exclusions> </dependency> </dependencies> - - <scm> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlstruts11-4.0.1</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-mgnlstruts11-4.0.1</developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-mgnlstruts11-4.0.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. |