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

[myfaces] 01/23: changed maven and core dependencies to use the upcoming release versions that were branched for tomahawk. (since these were branched a few days ago we should be fine to use them.)

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 fc79a212748222869cf67c997ce913b71b04844b
Author: Sean Schofield <sc...@apache.org>
AuthorDate: Sat Apr 22 01:43:07 2006 +0000

    changed maven and core dependencies to use the upcoming release versions that were branched for tomahawk.  (since these were branched a few days ago we should be fine to use them.)
---
 assembly/pom.xml | 2 +-
 impl/pom.xml     | 4 ++--
 pom.xml          | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/assembly/pom.xml b/assembly/pom.xml
index 3be9c84..9b525eb 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -99,7 +99,7 @@
       <plugin>
         <groupId>org.apache.myfaces.maven</groupId>
         <artifactId>wagon-maven-plugin</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
+        <version>1.0.2-SNAPSHOT</version>
         <configuration>
           <id>myfaces-nightly-builds</id>
           <url>scpexe://minotaur.apache.org/www/cvs.apache.org/builds/myfaces/nightly</url>
diff --git a/impl/pom.xml b/impl/pom.xml
index 935782c..1e216f2 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -35,7 +35,7 @@
     <dependency>
       <groupId>org.apache.myfaces.shared</groupId>
       <artifactId>myfaces-shared-impl</artifactId>
-      <version>2.0.2-SNAPSHOT</version>
+      <version>2.0.1-SNAPSHOT</version>
       <scope>provided</scope> <!-- because we add all classes to the jar directly -->
     </dependency>
     
@@ -148,7 +148,7 @@
                 <artifactItem>
                    <groupId>org.apache.myfaces.shared</groupId>
                    <artifactId>myfaces-shared-impl</artifactId>
-                   <version>2.0.2-SNAPSHOT</version>
+                   <version>2.0.1-SNAPSHOT</version>
                  </artifactItem>
                </artifactItems>
                <outputDirectory>${project.build.directory}/classes</outputDirectory>
diff --git a/pom.xml b/pom.xml
index a2d8f0a..bbe5fd8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>myfaces-master</artifactId>
     <groupId>org.apache.myfaces.maven</groupId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces.core</groupId>

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