You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by at...@apache.org on 2011/03/09 16:28:00 UTC

svn commit: r1079835 - in /portals/jetspeed-2/portal/trunk: openid-step2/common/pom.xml openid-step2/pom.xml pom.xml

Author: ate
Date: Wed Mar  9 15:27:59 2011
New Revision: 1079835

URL: http://svn.apache.org/viewvc?rev=1079835&view=rev
Log:
JS2-1245: Update some external artifact dependencies to more recent and general available versions
See: https://issues.apache.org/jira/browse/JS2-1245
- When wrapping the google step2 code in a jetspeed artifact I should also have changed the version to a non SNAPSHOT version as now Hudson (Jenkins) is failing trying to upload the artifact to a staging repository instead

Modified:
    portals/jetspeed-2/portal/trunk/openid-step2/common/pom.xml
    portals/jetspeed-2/portal/trunk/openid-step2/pom.xml
    portals/jetspeed-2/portal/trunk/pom.xml

Modified: portals/jetspeed-2/portal/trunk/openid-step2/common/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/openid-step2/common/pom.xml?rev=1079835&r1=1079834&r2=1079835&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/openid-step2/common/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/openid-step2/common/pom.xml Wed Mar  9 15:27:59 2011
@@ -25,11 +25,11 @@
   <parent>
     <artifactId>com-google-step2-parent</artifactId>
     <groupId>org.apache.portals.jetspeed-2</groupId>
-    <version>0</version>
+    <version>2.2.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>com-google-step2-common</artifactId>
-  <version>0</version>
+  <version>2.2.2-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <dependencies>

Modified: portals/jetspeed-2/portal/trunk/openid-step2/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/openid-step2/pom.xml?rev=1079835&r1=1079834&r2=1079835&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/openid-step2/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/openid-step2/pom.xml Wed Mar  9 15:27:59 2011
@@ -28,7 +28,7 @@
       <version>2.2.2-SNAPSHOT</version>
   </parent>
   <artifactId>com-google-step2-parent</artifactId>
-  <version>0</version>
+  <version>2.2.2-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <prerequisites>

Modified: portals/jetspeed-2/portal/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/pom.xml?rev=1079835&r1=1079834&r2=1079835&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/pom.xml Wed Mar  9 15:27:59 2011
@@ -289,7 +289,7 @@
     <spring.version>2.5.6</spring.version>
     <spring.ldap.version>1.3.0.RELEASE</spring.ldap.version>
     <spring.ojb.version>2.0-rc2</spring.ojb.version>    
-    <step2.version>0</step2.version>
+    <step2.version>${project.version}</step2.version>
     <taglibs-random.version>1.0.2</taglibs-random.version>
     <taglibs-request.version>1.0.1</taglibs-request.version>
     <taglibs-standard.version>1.1.2</taglibs-standard.version>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org