Author: magicaltrout
Date: Fri Jan 2 00:20:53 2015
New Revision: 1648963
URL: http://svn.apache.org/r1648963
Log:
OODT-761 Radix PGE upgrade
Modified:
oodt/trunk/CHANGES.txt
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/pge/pom.xml
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/pom.xml
Modified: oodt/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/oodt/trunk/CHANGES.txt?rev=1648963&r1=1648962&r2=1648963&view=diff
==============================================================================
--- oodt/trunk/CHANGES.txt (original)
+++ oodt/trunk/CHANGES.txt Fri Jan 2 00:20:53 2015
@@ -2,6 +2,8 @@ Apache OODT Change Log
======================
Release 0.9 - Current Development
-------------------------------------------
+* OODT-761 Update PGE version in Radix.
+
* OODT-749 Remove old XercesImpl jar from grid pom.
* OODT-771 Fix push_pull_framework.properties path reference for
config.external.properties.files in incorrect with a patch from Lewis
Modified:
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/pge/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/pge/pom.xml?rev=1648963&r1=1648962&r2=1648963&view=diff
==============================================================================
---
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/pge/pom.xml
(original)
+++
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/pge/pom.xml
Fri Jan 2 00:20:53 2015
@@ -75,7 +75,7 @@
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>cas-pge</artifactId>
- <version>0.3</version>
+ <version>${oodt.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.oodt</groupId>
Modified:
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/pom.xml?rev=1648963&r1=1648962&r2=1648963&view=diff
==============================================================================
---
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/pom.xml
(original)
+++
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/pom.xml
Fri Jan 2 00:20:53 2015
@@ -29,7 +29,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<oodt.version>${oodt}</oodt.version>
- <oodt.pge.version>0.3</oodt.pge.version>
+ <oodt.pge.version>${oodt}</oodt.pge.version>
<!-- Maven plugin dependencies -->
<maven-compiler-plugin.version>3.2</maven-compiler-plugin.version>
<maven-surefire-plugin.version>2.17</maven-surefire-plugin.version>