You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by pa...@apache.org on 2020/06/09 02:02:40 UTC

[myfaces] branch 2.2.x updated: Roll back assembly pom to 2.2.13-SNAPSHOT

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

paulnicolucci pushed a commit to branch 2.2.x
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/2.2.x by this push:
     new 4afad1b  Roll back assembly pom to 2.2.13-SNAPSHOT
     new 18de54a  Merge pull request #107 from pnicolucci/rollBackAssemblyPomAgain
4afad1b is described below

commit 4afad1bf12b7517430969e2e393253f90ae4f7fb
Author: root <pn...@gmail.com>
AuthorDate: Mon Jun 8 19:53:20 2020 -0400

    Roll back assembly pom to 2.2.13-SNAPSHOT
---
 assembly/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assembly/pom.xml b/assembly/pom.xml
index 7091372..70cdd38 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>2.2.13</version>
+    <version>2.2.13-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>