[Lutinutil-commits] r1389 - in commandline/trunk: . commandline-core commandline-demo commandline-ui commandline-ui-action maven-commandline-plugin
Author: tchemit Date: 2009-02-20 19:16:08 +0000 (Fri, 20 Feb 2009) New Revision: 1389 Modified: commandline/trunk/commandline-core/pom.xml commandline/trunk/commandline-demo/pom.xml commandline/trunk/commandline-ui-action/pom.xml commandline/trunk/commandline-ui/pom.xml commandline/trunk/maven-commandline-plugin/pom.xml commandline/trunk/pom.xml Log: [maven-release-plugin] rollback the release of 1.0 Modified: commandline/trunk/commandline-core/pom.xml =================================================================== --- commandline/trunk/commandline-core/pom.xml 2009-02-20 19:14:45 UTC (rev 1388) +++ commandline/trunk/commandline-core/pom.xml 2009-02-20 19:16:08 UTC (rev 1389) @@ -1,12 +1,13 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<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>org.codelutin</groupId> <artifactId>commandline</artifactId> - <version>1.0</version> + <version>1.0-SNAPSHOT</version> </parent> <groupId>org.codelutin.commandline</groupId> @@ -45,9 +46,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/commandline-core</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/commandline-core</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/commandline/tags/1.0/commandline-core?root=lutinutil</url> + <connection>${maven.scm.connection.child}</connection> + <developerConnection>${maven.scm.developerConnection.child}</developerConnection> + <url>${maven.scm.url.child}</url> </scm> </project> Modified: commandline/trunk/commandline-demo/pom.xml =================================================================== --- commandline/trunk/commandline-demo/pom.xml 2009-02-20 19:14:45 UTC (rev 1388) +++ commandline/trunk/commandline-demo/pom.xml 2009-02-20 19:16:08 UTC (rev 1389) @@ -1,4 +1,7 @@ -<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"> +<?xml version="1.0" encoding="UTF-8"?> +<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> @@ -9,7 +12,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>commandline</artifactId> - <version>1.0</version> + <version>1.0-SNAPSHOT</version> </parent> <groupId>org.codelutin.commandline</groupId> @@ -182,9 +185,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/commandline-demo</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/commandline-demo</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/commandline/tags/1.0/commandline-demo?root=lutinutil</url> + <connection>${maven.scm.connection.child}</connection> + <developerConnection>${maven.scm.developerConnection.child}</developerConnection> + <url>${maven.scm.url.child}</url> </scm> -</project> \ No newline at end of file +</project> Modified: commandline/trunk/commandline-ui/pom.xml =================================================================== --- commandline/trunk/commandline-ui/pom.xml 2009-02-20 19:14:45 UTC (rev 1388) +++ commandline/trunk/commandline-ui/pom.xml 2009-02-20 19:16:08 UTC (rev 1389) @@ -1,4 +1,7 @@ -<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"> +<?xml version="1.0" encoding="UTF-8"?> +<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> @@ -9,7 +12,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>commandline</artifactId> - <version>1.0</version> + <version>1.0-SNAPSHOT</version> </parent> <groupId>org.codelutin.commandline</groupId> @@ -83,9 +86,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/commandline-ui</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/commandline-ui</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/commandline/tags/1.0/commandline-ui?root=lutinutil</url> + <connection>${maven.scm.connection.child}</connection> + <developerConnection>${maven.scm.developerConnection.child}</developerConnection> + <url>${maven.scm.url.child}</url> </scm> -</project> \ No newline at end of file +</project> Modified: commandline/trunk/commandline-ui-action/pom.xml =================================================================== --- commandline/trunk/commandline-ui-action/pom.xml 2009-02-20 19:14:45 UTC (rev 1388) +++ commandline/trunk/commandline-ui-action/pom.xml 2009-02-20 19:16:08 UTC (rev 1389) @@ -1,4 +1,7 @@ -<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"> +<?xml version="1.0" encoding="UTF-8"?> +<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> <!-- ************************************************************* --> @@ -8,7 +11,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>commandline</artifactId> - <version>1.0</version> + <version>1.0-SNAPSHOT</version> </parent> <groupId>org.codelutin.commandline</groupId> @@ -105,9 +108,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/commandline-ui-action</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/commandline-ui-action</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/commandline/tags/1.0/commandline-ui-action?root=lutinutil</url> + <connection>${maven.scm.connection.child}</connection> + <developerConnection>${maven.scm.developerConnection.child}</developerConnection> + <url>${maven.scm.url.child}</url> </scm> -</project> \ No newline at end of file +</project> Modified: commandline/trunk/maven-commandline-plugin/pom.xml =================================================================== --- commandline/trunk/maven-commandline-plugin/pom.xml 2009-02-20 19:14:45 UTC (rev 1388) +++ commandline/trunk/maven-commandline-plugin/pom.xml 2009-02-20 19:16:08 UTC (rev 1389) @@ -1,4 +1,7 @@ -<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"> +<?xml version="1.0" encoding="ISO-8859-1"?> +<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> @@ -9,7 +12,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>commandline</artifactId> - <version>1.0</version> + <version>1.0-SNAPSHOT</version> </parent> <groupId>org.codelutin.commandline</groupId> @@ -107,9 +110,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/maven-commandline-plugin</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/maven-commandline-plugin</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/commandline/tags/1.0/maven-commandline-plugin?root=lutinutil</url> + <connection>${maven.scm.connection.child}</connection> + <developerConnection>${maven.scm.developerConnection.child}</developerConnection> + <url>${maven.scm.url.child}</url> </scm> -</project> \ No newline at end of file +</project> Modified: commandline/trunk/pom.xml =================================================================== --- commandline/trunk/pom.xml 2009-02-20 19:14:45 UTC (rev 1388) +++ commandline/trunk/pom.xml 2009-02-20 19:16:08 UTC (rev 1389) @@ -1,4 +1,7 @@ -<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"> +<?xml version="1.0" encoding="UTF-8"?> +<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> @@ -14,7 +17,7 @@ <groupId>org.codelutin</groupId> <artifactId>commandline</artifactId> - <version>1.0</version> + <version>1.0-SNAPSHOT</version> <modules> <module>commandline-core</module> @@ -181,9 +184,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/commandline/tags/1.0?root=lutinutil</url> + <connection>${maven.scm.connection}</connection> + <developerConnection>${maven.scm.developerConnection}</developerConnection> + <url>${maven.scm.url}</url> </scm> <!--Code Lutin Repository--> @@ -235,4 +238,4 @@ </profile> </profiles> -</project> \ No newline at end of file +</project>
participants (1)
-
tchemit@users.labs.libre-entreprise.org