Author: kstam
Date: Thu Jun 30 03:46:47 2011
New Revision: 1141379
URL: http://svn.apache.org/viewvc?rev=1141379&view=rev
Log:
SCOUT-112, setting the default to uddiv2. We will switch the defaultto uddiv3
for the next release
Modified:
juddi/scout/trunk/pom.xml
Modified: juddi/scout/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/juddi/scout/trunk/pom.xml?rev=1141379&r1=1141378&r2=1141379&view=diff
==============================================================================
--- juddi/scout/trunk/pom.xml (original)
+++ juddi/scout/trunk/pom.xml Thu Jun 30 03:46:47 2011
@@ -13,7 +13,7 @@
<packaging>bundle</packaging>
<properties>
- <juddi.registry.version>3.1.1-SNAPSHOT</juddi.registry.version>
+ <juddi.registry.version>3.1.0</juddi.registry.version>
</properties>
<prerequisites>
@@ -350,7 +350,7 @@
<profile>
<id>uddiv2</id>
<activation>
- <activeByDefault>false</activeByDefault>
+ <activeByDefault>true</activeByDefault>
</activation>
<dependencies>
<dependency>
@@ -420,13 +420,13 @@
<profile>
<id>uddiv3</id>
<activation>
- <activeByDefault>true</activeByDefault>
+ <activeByDefault>false</activeByDefault>
</activation>
<dependencies>
<dependency>
<groupId>org.apache.juddi</groupId>
<artifactId>juddi-tomcat</artifactId>
- <version>3.1.1-SNAPSHOT</version>
+ <version>3.1.0</version>
<scope>test</scope>
<type>zip</type>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]