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