You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2018/05/08 12:49:02 UTC

[myfaces] 15/23: reverting to SNAPSHOT version in order to satisfy maven release plugin (attempting release again)

This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch 1_1_3
in repository https://gitbox.apache.org/repos/asf/myfaces.git

commit dbe2bb258753afde48a6a02a20b17d9e6554db4e
Author: Sean Schofield <sc...@apache.org>
AuthorDate: Mon May 1 17:42:29 2006 +0000

    reverting to SNAPSHOT version in order to satisfy maven release plugin (attempting release again)
---
 api/pom.xml  | 3 +--
 impl/pom.xml | 2 +-
 pom.xml      | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index 9fd5d3d..1710707 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -2,13 +2,12 @@
   <parent>
     <artifactId>myfaces-core-project</artifactId>
     <groupId>org.apache.myfaces.core</groupId>
-    <version>1.1.3</version>
+    <version>1.1.3-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
   <artifactId>myfaces-api</artifactId>
   <name>API</name>
-  <version>1.1.3</version>
   <description>The MyFaces API Subproject provides a full set of the API interfaces and classes
     defined in JSR-127 (see also http://www.jcp.org/en/jsr/detail?id=127).</description>
   <scm>
diff --git a/impl/pom.xml b/impl/pom.xml
index 7a8086c..ef5385f 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>myfaces-core-project</artifactId>
     <groupId>org.apache.myfaces.core</groupId>
-    <version>1.1.3</version>
+    <version>1.1.3-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>
diff --git a/pom.xml b/pom.xml
index 0e7a725..266d263 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
   <artifactId>myfaces-core-project</artifactId>
   <packaging>pom</packaging>
   <name>Core Project</name>
-  <version>1.1.3</version>
+  <version>1.1.3-SNAPSHOT</version>
   <url>http://myfaces.apache.org/projects</url>
   <issueManagement>
     <system>jira</system>

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.