You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jo...@apache.org on 2018/01/06 18:04:33 UTC

geronimo-safeguard git commit: [maven-release-plugin] prepare for next development iteration

Repository: geronimo-safeguard
Updated Branches:
  refs/heads/master ae64335b6 -> 717bc1626


[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/repo
Commit: http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/commit/717bc162
Tree: http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/tree/717bc162
Diff: http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/diff/717bc162

Branch: refs/heads/master
Commit: 717bc162694205e752d8a01bc9a17445cf83f582
Parents: ae64335
Author: John D. Ament <jo...@apache.org>
Authored: Sat Jan 6 13:04:26 2018 -0500
Committer: John D. Ament <jo...@apache.org>
Committed: Sat Jan 6 13:04:26 2018 -0500

----------------------------------------------------------------------
 pom.xml                     | 4 ++--
 safeguard-api/pom.xml       | 2 +-
 safeguard-impl/pom.xml      | 2 +-
 safeguard-tck-tests/pom.xml | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/blob/717bc162/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 840c759..882c30f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     </parent>
     <groupId>org.apache.geronimo.safeguard</groupId>
     <artifactId>safeguard-parent</artifactId>
-    <version>1.0</version>
+    <version>1.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <modules>
         <module>safeguard-api</module>
@@ -46,7 +46,7 @@
         <connection>scm:git:https://git-wip-us.apache.org/repos/asf/geronimo-safeguard.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/geronimo-safeguard.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf/geronimo-safeguard.git</url>
-        <tag>safeguard-1.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <organization>

http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/blob/717bc162/safeguard-api/pom.xml
----------------------------------------------------------------------
diff --git a/safeguard-api/pom.xml b/safeguard-api/pom.xml
index 304339c..8ba6b83 100644
--- a/safeguard-api/pom.xml
+++ b/safeguard-api/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>safeguard-parent</artifactId>
         <groupId>org.apache.geronimo.safeguard</groupId>
-        <version>1.0</version>
+        <version>1.1-SNAPSHOT</version>
     </parent>
     <name>Apache Safeguard :: API</name>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/blob/717bc162/safeguard-impl/pom.xml
----------------------------------------------------------------------
diff --git a/safeguard-impl/pom.xml b/safeguard-impl/pom.xml
index acf9243..f011417 100644
--- a/safeguard-impl/pom.xml
+++ b/safeguard-impl/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>safeguard-parent</artifactId>
         <groupId>org.apache.geronimo.safeguard</groupId>
-        <version>1.0</version>
+        <version>1.1-SNAPSHOT</version>
     </parent>
     <name>Apache Safeguard :: Implementation (Failsafe)</name>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/geronimo-safeguard/blob/717bc162/safeguard-tck-tests/pom.xml
----------------------------------------------------------------------
diff --git a/safeguard-tck-tests/pom.xml b/safeguard-tck-tests/pom.xml
index 64b09dd..c5e8c42 100644
--- a/safeguard-tck-tests/pom.xml
+++ b/safeguard-tck-tests/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>safeguard-parent</artifactId>
         <groupId>org.apache.geronimo.safeguard</groupId>
-        <version>1.0</version>
+        <version>1.1-SNAPSHOT</version>
     </parent>
     <name>Apache Safeguard :: MicroProfile TCK Tests</name>
     <modelVersion>4.0.0</modelVersion>