Author: maven-release Date: 2014-06-10 11:29:22 +0200 (Tue, 10 Jun 2014) New Revision: 181 Url: http://forge.codelutin.com/projects/faxtomail/repository/revisions/181 Log: [maven-release-plugin] prepare release faxtomail-0.1 Modified: trunk/faxtomail-persistence/pom.xml trunk/faxtomail-service/pom.xml trunk/faxtomail-ui-swing/pom.xml trunk/faxtomail-ui-web/pom.xml trunk/pom.xml Modified: trunk/faxtomail-persistence/pom.xml =================================================================== --- trunk/faxtomail-persistence/pom.xml 2014-06-10 09:25:38 UTC (rev 180) +++ trunk/faxtomail-persistence/pom.xml 2014-06-10 09:29:22 UTC (rev 181) @@ -21,13 +21,11 @@ #L% --> -<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd"> <parent> <artifactId>faxtomail</artifactId> <groupId>com.franciaflex</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: trunk/faxtomail-service/pom.xml =================================================================== --- trunk/faxtomail-service/pom.xml 2014-06-10 09:25:38 UTC (rev 180) +++ trunk/faxtomail-service/pom.xml 2014-06-10 09:29:22 UTC (rev 181) @@ -21,13 +21,11 @@ #L% --> -<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd"> <parent> <artifactId>faxtomail</artifactId> <groupId>com.franciaflex</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: trunk/faxtomail-ui-swing/pom.xml =================================================================== --- trunk/faxtomail-ui-swing/pom.xml 2014-06-10 09:25:38 UTC (rev 180) +++ trunk/faxtomail-ui-swing/pom.xml 2014-06-10 09:29:22 UTC (rev 181) @@ -21,21 +21,19 @@ #L% --> -<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> <artifactId>faxtomail-ui-swing</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1</version> <name>FaxToMail :: UI</name> <properties> Modified: trunk/faxtomail-ui-web/pom.xml =================================================================== --- trunk/faxtomail-ui-web/pom.xml 2014-06-10 09:25:38 UTC (rev 180) +++ trunk/faxtomail-ui-web/pom.xml 2014-06-10 09:29:22 UTC (rev 181) @@ -27,7 +27,7 @@ <parent> <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-06-10 09:25:38 UTC (rev 180) +++ trunk/pom.xml 2014-06-10 09:29:22 UTC (rev 181) @@ -32,7 +32,7 @@ <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1</version> <packaging>pom</packaging> <name>FaxToMail</name> @@ -71,9 +71,9 @@ </modules> <scm> - <url>https://svn.codelutin.com/faxtomail/trunk</url> - <connection>scm:svn:https://svn.codelutin.com/faxtomail/trunk</connection> - <developerConnection>scm:svn:http://svn.codelutin.com/faxtomail/trunk</developerConnection> + <url>https://svn.codelutin.com/faxtomail/tags/faxtomail-0.1</url> + <connection>scm:svn:https://svn.codelutin.com/faxtomail/tags/faxtomail-0.1</connection> + <developerConnection>scm:svn:http://svn.codelutin.com/faxtomail/tags/faxtomail-0.1</developerConnection> </scm> <distributionManagement> <site>