Just checked in the remaining update to Genesis 1.6-SNAPSHOT (which I
had already published to the snapshot repo.)
The changes were:
1) to remove a duplicate definition of apache-snapshots and
apache.snapshots, which caused the apache snapshot repo to be searched
twice for artifacts.
2) to remove codehaus-snapshots as a default repo to search
The above 2 changes removed 2 unnecessary repo searches for artifacts
during the build.
I haven't put Genesis 1.6 up for a vote, as I thought we were moving to
the new Genesis 2.0 release for 2.2, but if we aren't, then I can work
on releasing 1.6.
-Donald
Joe Bohn wrote:
Donald,
Can you explain the move to Genesis 1.6-SNAPSHOT? I don't see any
changes in the Genesis branch 1.x since the 1.5 release ... so I'm not
sure what you are trying to pickup.
If we do need to make changes in genesis and get another 1.x release out
before Geronimo 2.2 we need to get that moving quickly.
Joe
[EMAIL PROTECTED] wrote:
Author: dwoods
Date: Thu Nov 27 06:57:54 2008
New Revision: 721196
URL: http://svn.apache.org/viewvc?rev=721196&view=rev
Log:
include new Gensis 1.6-SNAPSHOT to fix searching Apache Snapshot Repo
twice (apache.snapshots and apache-snapshots) and remove default
inclusion of codehuas-snapshots. This removes 2 extra repo searches
for depends. The codehaus-snapshots and java.net repos were moved
into the artifact builds were they are needed (for Selenium depends
and JAX depends in JAXWS.)
Modified:
geronimo/server/trunk/pom.xml
Modified: geronimo/server/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=721196&r1=721195&r2=721196&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Thu Nov 27 06:57:54 2008
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.genesis.config</groupId>
<artifactId>project-config</artifactId>
- <version>1.5</version>
+ <version>1.6-SNAPSHOT</version>
</parent>
<groupId>org.apache.geronimo</groupId>
@@ -3326,11 +3326,10 @@
<repositories>
<!--
NOTE: The default repositories are picked up by Genesis, but
need to
- specify where Genesis lives to pick it up any
additional repositories.
+ specify where Genesis lives to pick it up any other
repositories.
-->
-
<repository>
- <id>apache-snapshots</id>
+ <id>apache.snapshots</id>
<name>Apache Snapshots Repository</name>
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
<layout>default</layout>
@@ -3343,7 +3342,7 @@
<enabled>false</enabled>
</releases>
</repository>
-
+<!--
<repository>
<id>java.net</id>
<url>http://download.java.net/maven/1/</url>
@@ -3355,7 +3354,7 @@
<enabled>true</enabled>
</releases>
</repository>
-
+-->
</repositories>
<distributionManagement>