You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/12/06 16:35:24 UTC

[myfaces-tobago] branch master updated: undo: it's not possible to use an SNAPSHOT as parent in the internet.

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

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new b636422  undo: it's not possible to use an SNAPSHOT as parent in the internet.
b636422 is described below

commit b636422f62bf29850f74c7e5f1c57f315cf72262
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Dec 6 17:35:18 2017 +0100

    undo: it's not possible to use an SNAPSHOT as parent in the internet.
---
 pom.xml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index ac91f00..039ab60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,9 @@
   <parent>
     <groupId>org.apache.myfaces</groupId>
     <artifactId>myfaces</artifactId>
-    <version>17-SNAPSHOT</version>
+    <!--TODO: RELEASEING version 17-->
+    <!--<version>17-SNAPSHOT</version>-->
+    <version>16</version>
   </parent>
   <groupId>org.apache.myfaces.tobago</groupId>
   <artifactId>tobago</artifactId>
@@ -319,7 +321,7 @@
           <targetJdk>${maven.compile.source}</targetJdk>
           <aggregate>true</aggregate>
         </configuration>
-      </plugin>                              
+      </plugin>
 
       <!-- TODO test dashboard plugin  -->
       <!--plugin>
@@ -1233,10 +1235,10 @@
     Attention: The next profiles should only be changed by a clean build.
     They define the JSF version which are generally incompatible.
     They also define the JSF implementation used to compile and for runtime.
-    
+
     Usage for a standard build (jsf-2.0):
-    mvn 
-    
+    mvn
+
     Usage for specific build:
     mvn -Pjsf-2.1
     mvn -Pjsf-2.2

-- 
To stop receiving notification emails like this one, please contact
['"commits@myfaces.apache.org" <co...@myfaces.apache.org>'].