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:48:50 UTC

[myfaces] 03/23: changed myfaces-api dependency to the last official core release

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 e00caa6f964766f8031281f3e8e68006025b08e6
Author: Sean Schofield <sc...@apache.org>
AuthorDate: Mon Apr 24 02:06:15 2006 +0000

    changed myfaces-api dependency to the last official core release
---
 impl/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/impl/pom.xml b/impl/pom.xml
index 1e216f2..ad0bceb 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -26,9 +26,9 @@
   <dependencies>
 
     <dependency>
-      <groupId>myfaces</groupId>
+      <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
-      <version>1.1.1</version>
+      <version>1.1.2</version>
       <scope>provided</scope>
     </dependency>
 

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