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:47:57 UTC

[myfaces] 05/07: fixed some dependencies that the release plugin forgot (?)

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

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

commit ac35b07498e910859e56fa4714840392b7175bbf
Author: Manfred Geiler <ma...@apache.org>
AuthorDate: Tue Feb 6 18:13:07 2007 +0000

    fixed some dependencies that the release plugin forgot (?)
---
 assembly/pom.xml | 2 +-
 impl/pom.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/assembly/pom.xml b/assembly/pom.xml
index 8d7d1e0..053b110 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -11,7 +11,7 @@
   <parent>
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-core-project</artifactId>
-    <version>1.1.5-SNAPSHOT</version>
+    <version>1.1.5</version>
   </parent>
 
   <scm>
diff --git a/impl/pom.xml b/impl/pom.xml
index 3c2e53e..b96d659 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -246,7 +246,7 @@
     <dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
-      <version>1.1.4</version>
+      <version>1.1.5</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

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