[maven-release-plugin] prepare release argeo-suite-0.1.4 argeo-suite-0.1.4
authorBruno Sinou <bsinou@argeo.org>
Sun, 12 Feb 2017 20:08:12 +0000 (20:08 +0000)
committerBruno Sinou <bsinou@argeo.org>
Sun, 12 Feb 2017 20:08:12 +0000 (20:08 +0000)
org.argeo.suite.core/pom.xml
org.argeo.suite.web/pom.xml
org.argeo.suite.workbench.rap/pom.xml
pom.xml
sdk/org.argeo.suite.sdk/pom.xml
sdk/pom.xml

index d481a8385324ff33ede95c2d8bd74074b22c2077..851ed941a53d337ccca8a0b6e4b46da2df5b4b8d 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>argeo-suite</artifactId>
-               <version>0.1.4-SNAPSHOT</version>
+               <version>0.1.4</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.suite.core</artifactId>
index e1d32207446338a036b7a70a34e156e36a933e89..fd99bdc82c0be9703ad9c58321ec86a79cb2aac8 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>argeo-suite</artifactId>
-               <version>0.1.4-SNAPSHOT</version>
+               <version>0.1.4</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.suite.web</artifactId>
@@ -14,7 +14,7 @@
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.suite.core</artifactId>
-                       <version>0.1.4-SNAPSHOT</version>
+                       <version>0.1.4</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.connect</groupId>
index b7fbfa313ca73e10a4580e822c439150754c7b2d..5c92d8d8c3205bd8df732e73534ad34ec610fc3b 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>argeo-suite</artifactId>
-               <version>0.1.4-SNAPSHOT</version>
+               <version>0.1.4</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.suite.workbench.rap</artifactId>
@@ -14,7 +14,7 @@
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.suite.core</artifactId>
-                       <version>0.1.4-SNAPSHOT</version>
+                       <version>0.1.4</version>
                </dependency>
                <dependency>
                        <groupId>org.argeo.connect</groupId>
diff --git a/pom.xml b/pom.xml
index c21ebab31a245f59912cc54504e2be598e26bc24..17fd6a03a2d2d18ebd39d03ed1c24d504887ea95 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>org.argeo.commons</groupId>
@@ -11,7 +10,7 @@
        <packaging>pom</packaging>
        <name>Argeo Suite</name>
        <description />
-       <version>0.1.4-SNAPSHOT</version>
+       <version>0.1.4</version>
        <modules>
                <module>org.argeo.suite.core</module>
                <module>org.argeo.suite.web</module>
@@ -29,7 +28,7 @@
                <connection>scm:git:http://git.argeo.org/gpl/argeo-suite.git</connection>
                <url>http://git.argeo.org/?p=gpl/argeo-suite.git;a=summary</url>
                <developerConnection>scm:git:https://code.argeo.org/git/gpl/argeo-suite.git</developerConnection>
-               <tag>HEAD</tag>
+               <tag>argeo-suite-0.1.4</tag>
        </scm>
        <inceptionYear>2014</inceptionYear>
        <licenses>
index d4921779b82982523388d168e4f899337676dc91..4cd42ed8d60fa64e7057172228190452bad07bd6 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>sdk</artifactId>
-               <version>0.1.4-SNAPSHOT</version>
+               <version>0.1.4</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>org.argeo.suite.sdk</artifactId>
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.suite.workbench.rap</artifactId>
-                       <version>0.1.4-SNAPSHOT</version>
+                       <version>0.1.4</version>
                </dependency>
                
                <!-- Web UI -->
                <dependency>
                        <groupId>org.argeo.suite</groupId>
                        <artifactId>org.argeo.suite.web</artifactId>
-                       <version>0.1.4-SNAPSHOT</version>
+                       <version>0.1.4</version>
                </dependency>
 
                <!-- Base CMS distribution -->
index f0a5a06bad59dde60eeb381f0fa3bba4fa81d3a9..5c33af8a845b7de4a0ef9bc133e1b2e835a380b3 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>argeo-suite</artifactId>
-               <version>0.1.4-SNAPSHOT</version>
+               <version>0.1.4</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>sdk</artifactId>