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

[myfaces] 01/07: Changed version in dependencies to group "org.apache.myfaces.maven" artifacts to 1.0.5, Changed version in dependencies to group "org.apache.myfaces.shared" artifacts to 2.0.5

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 5a6b15a43873c9209e4f6e1e3714b82614948cf7
Author: Manfred Geiler <ma...@apache.org>
AuthorDate: Tue Feb 6 17:39:13 2007 +0000

    Changed version in dependencies to group "org.apache.myfaces.maven" artifacts to 1.0.5,
    Changed version in dependencies to group "org.apache.myfaces.shared" artifacts to 2.0.5
---
 api/pom.xml      | 2 +-
 assembly/pom.xml | 4 ++--
 impl/pom.xml     | 6 +++---
 pom.xml          | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/api/pom.xml b/api/pom.xml
index e8789c6..a665544 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -84,7 +84,7 @@
                 <dependency>
                     <groupId>org.apache.myfaces.maven</groupId>
                     <artifactId>build-tools</artifactId>
-                    <version>1.0.6-SNAPSHOT</version>
+                    <version>1.0.5</version>
                 </dependency>
             </dependencies> 
           </plugin>
diff --git a/assembly/pom.xml b/assembly/pom.xml
index a8fbac0..8d7d1e0 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -100,7 +100,7 @@
 		<artifactItem>
                   <groupId>org.apache.myfaces.shared</groupId>
                   <artifactId>myfaces-shared-impl</artifactId>
-                  <version>2.0.6-SNAPSHOT</version>
+                  <version>2.0.5</version>
 		  <classifier>sources</classifier>
                 </artifactItem>
 
@@ -129,7 +129,7 @@
       <plugin>
         <groupId>org.apache.myfaces.maven</groupId>
         <artifactId>wagon-maven-plugin</artifactId>
-        <version>1.0.1</version>
+        <version>1.0.5</version>
         <configuration>
           <id>myfaces-nightly-builds</id>
           <url>scpexe://minotaur.apache.org/www/people.apache.org/builds/myfaces/nightly</url>
diff --git a/impl/pom.xml b/impl/pom.xml
index a862404..c483894 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -59,7 +59,7 @@
                 <artifactItem>
                   <groupId>org.apache.myfaces.shared</groupId>
                   <artifactId>myfaces-shared-impl</artifactId>
-                  <version>2.0.6-SNAPSHOT</version>
+                  <version>2.0.5</version>
                 </artifactItem>
               </artifactItems>
               <outputDirectory>${project.build.directory}/classes</outputDirectory>
@@ -77,7 +77,7 @@
                     <artifactItem>
                         <groupId>org.apache.myfaces.shared</groupId>
                         <artifactId>myfaces-shared-impl</artifactId>
-                        <version>2.0.6-SNAPSHOT</version>
+                        <version>2.0.5</version>
                         <classifier>sources</classifier>
                     </artifactItem>
                 </artifactItems>
@@ -288,7 +288,7 @@
     <dependency>
       <groupId>org.apache.myfaces.shared</groupId>
       <artifactId>myfaces-shared-impl</artifactId>
-      <version>2.0.6-SNAPSHOT</version>
+      <version>2.0.5</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
diff --git a/pom.xml b/pom.xml
index 46255cc..b24f4e0 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.6-SNAPSHOT</version>
+    <version>1.0.5</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.