Author: ate Date: Mon Mar 7 23:56:10 2011 New Revision: 1079036 URL: http://svn.apache.org/viewvc?rev=1079036&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 - j2-admin also only needs default maven central repo
Modified: portals/jetspeed-2/applications/j2-admin/trunk/pom.xml Modified: portals/jetspeed-2/applications/j2-admin/trunk/pom.xml URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/pom.xml?rev=1079036&r1=1079035&r2=1079036&view=diff ============================================================================== --- portals/jetspeed-2/applications/j2-admin/trunk/pom.xml (original) +++ portals/jetspeed-2/applications/j2-admin/trunk/pom.xml Mon Mar 7 23:56:10 2011 @@ -28,7 +28,7 @@ <packaging>war</packaging> <version>2.2.2-SNAPSHOT</version> <name>Jetspeed-2 Administration</name> - +<!-- <repositories> <repository> <id>com.bluesunrise.m2</id> @@ -36,6 +36,7 @@ <url>http://www.bluesunrise.com/maven2</url> </repository> </repositories> +--> <properties> <!-- Project Dependency Version Properties --> <jetspeed-2.version>2.2.2-SNAPSHOT</jetspeed-2.version> @@ -434,7 +435,7 @@ <goal>process</goal> </goals> <configuration> - <outputDirectory>${project.build.directory}/${build.finalName}</outputDirectory> + <outputDirectory>${project.build.directory}/${project.build.finalName}</outputDirectory> <attached>false</attached> </configuration> </execution> --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscr...@portals.apache.org For additional commands, e-mail: jetspeed-dev-h...@portals.apache.org