Author: smarru
Date: Sat Aug 17 17:01:07 2013
New Revision: 1515017
URL: http://svn.apache.org/r1515017
Log:
Bumping version of xpp and xsul libraries to make them compatible with java6
Modified:
airavata/trunk/modules/commons/gfac-schema/pom.xml
airavata/trunk/modules/commons/utils/pom.xml
airavata/trunk/modules/commons/workflow-execution-context/pom.xml
airavata/trunk/modules/distribution/airavata-client/pom.xml
airavata/trunk/modules/distribution/airavata-server/pom.xml
airavata/trunk/modules/distribution/xbaya-gui/pom.xml
airavata/trunk/modules/workflow-model/workflow-model-component-node/pom.xml
airavata/trunk/modules/workflow-model/workflow-model-component/pom.xml
airavata/trunk/modules/workflow-model/workflow-model-core/pom.xml
airavata/trunk/modules/xbaya-gui/pom.xml
airavata/trunk/pom.xml
Modified: airavata/trunk/modules/commons/gfac-schema/pom.xml
URL:
http://svn.apache.org/viewvc/airavata/trunk/modules/commons/gfac-schema/pom.xml?rev=1515017&r1=1515016&r2=1515017&view=diff
==============================================================================
--- airavata/trunk/modules/commons/gfac-schema/pom.xml (original)
+++ airavata/trunk/modules/commons/gfac-schema/pom.xml Sat Aug 17 17:01:07 2013
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.ogce</groupId>
<artifactId>xpp3</artifactId>
- <version>1.1.5</version>
+ <version>${xpp3.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Modified: airavata/trunk/modules/commons/utils/pom.xml
URL:
http://svn.apache.org/viewvc/airavata/trunk/modules/commons/utils/pom.xml?rev=1515017&r1=1515016&r2=1515017&view=diff
==============================================================================
--- airavata/trunk/modules/commons/utils/pom.xml (original)
+++ airavata/trunk/modules/commons/utils/pom.xml Sat Aug 17 17:01:07 2013
@@ -38,22 +38,22 @@
<dependency>
<groupId>org.ogce</groupId>
<artifactId>xpp3</artifactId>
- <version>1.1.5</version>
+ <version>${xpp3.version}</version>
</dependency>
<dependency>
<groupId>org.ogce</groupId>
<artifactId>xpp5</artifactId>
- <version>1.2.7</version>
+ <version>${xpp5.version}</version>
</dependency>
<dependency>
<groupId>org.ogce</groupId>
<artifactId>xsul</artifactId>
- <version>2.10.6</version>
+ <version>${xsul.version}</version>
</dependency>
<dependency>
<groupId>org.ogce</groupId>
<artifactId>xsul5</artifactId>
- <version>1.2.6</version>
+ <version>${xsul5.version}</version>
</dependency>
<dependency>
<groupId>org.apache.axis2</groupId>
Modified: airavata/trunk/modules/commons/workflow-execution-context/pom.xml
URL:
http://svn.apache.org/viewvc/airavata/trunk/modules/commons/workflow-execution-context/pom.xml?rev=1515017&r1=1515016&r2=1515017&view=diff
==============================================================================
--- airavata/trunk/modules/commons/workflow-execution-context/pom.xml (original)
+++ airavata/trunk/modules/commons/workflow-execution-context/pom.xml Sat Aug
17 17:01:07 2013
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.ogce</groupId>
<artifactId>xpp3</artifactId>
- <version>1.1.5</version>
+ <version>${xpp3.version}</version>
</dependency>
<dependency>
<groupId>org.apache.airavata</groupId>
Modified: airavata/trunk/modules/distribution/airavata-client/pom.xml
URL:
http://svn.apache.org/viewvc/airavata/trunk/modules/distribution/airavata-client/pom.xml?rev=1515017&r1=1515016&r2=1515017&view=diff
==============================================================================
--- airavata/trunk/modules/distribution/airavata-client/pom.xml (original)
+++ airavata/trunk/modules/distribution/airavata-client/pom.xml Sat Aug 17
17:01:07 2013
@@ -86,22 +86,22 @@
<dependency>
<groupId>org.ogce</groupId>
<artifactId>xpp3</artifactId>
- <version>1.1.5</version>
+ <version>${xpp3.version}</version>
</dependency>
<dependency>
<groupId>org.ogce</groupId>
<artifactId>xpp5</artifactId>
- <version>1.2.7</version>
+ <version>${xpp5.version}</version>
</dependency>
<dependency>
<groupId>org.ogce</groupId>
<artifactId>xsul</artifactId>
- <version>2.10.6</version>
+ <version>${xsul.version}</version>
</dependency>
<dependency>
<groupId>org.ogce</groupId>
<artifactId>gpel-client</artifactId>
- <version>1.0.8</version>
+ <version>${gpel.version}</version>
</dependency>
<dependency>
<groupId>atomixmiser</groupId>
Modified: airavata/trunk/modules/distribution/airavata-server/pom.xml
URL:
http://svn.apache.org/viewvc/airavata/trunk/modules/distribution/airavata-server/pom.xml?rev=1515017&r1=1515016&r2=1515017&view=diff
==============================================================================
--- airavata/trunk/modules/distribution/airavata-server/pom.xml (original)
+++ airavata/trunk/modules/distribution/airavata-server/pom.xml Sat Aug 17
17:01:07 2013
@@ -265,24 +265,29 @@
<artifactId>slf4j-log4j12</artifactId>
</dependency>
<dependency>
- <groupId>org.ogce</groupId>
- <artifactId>gpel-client</artifactId>
- <version>1.0.8</version>
- </dependency>
- <dependency>
<groupId>javax.jcr</groupId>
<artifactId>jcr</artifactId>
<version>${jcr.version}</version>
</dependency>
<dependency>
<groupId>org.ogce</groupId>
+ <artifactId>xpp3</artifactId>
+ <version>${xpp3.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.ogce</groupId>
<artifactId>xpp5</artifactId>
- <version>1.2.7</version>
+ <version>${xpp5.version}</version>
</dependency>
<dependency>
<groupId>org.ogce</groupId>
- <artifactId>xpp3</artifactId>
- <version>1.1.5</version>
+ <artifactId>xsul</artifactId>
+ <version>${xsul.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.ogce</groupId>
+ <artifactId>gpel-client</artifactId>
+ <version>${gpel.version}</version>
</dependency>
<dependency>
<groupId>org.python</groupId>
@@ -290,11 +295,6 @@
<version>2.5.3</version>
</dependency>
<dependency>
- <groupId>org.ogce</groupId>
- <artifactId>xsul</artifactId>
- <version>2.10.6</version>
- </dependency>
- <dependency>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
<version>2.5.0</version>
Modified: airavata/trunk/modules/distribution/xbaya-gui/pom.xml
URL:
http://svn.apache.org/viewvc/airavata/trunk/modules/distribution/xbaya-gui/pom.xml?rev=1515017&r1=1515016&r2=1515017&view=diff
==============================================================================
--- airavata/trunk/modules/distribution/xbaya-gui/pom.xml (original)
+++ airavata/trunk/modules/distribution/xbaya-gui/pom.xml Sat Aug 17 17:01:07
2013
@@ -217,23 +217,23 @@
<dependencies>
<dependency>
<groupId>org.ogce</groupId>
- <artifactId>xpp5</artifactId>
- <version>1.2.7</version>
+ <artifactId>xpp3</artifactId>
+ <version>${xpp3.version}</version>
</dependency>
<dependency>
<groupId>org.ogce</groupId>
- <artifactId>xsul</artifactId>
- <version>2.10.6</version>
+ <artifactId>xpp5</artifactId>
+ <version>${xpp5.version}</version>
</dependency>
<dependency>
<groupId>org.ogce</groupId>
- <artifactId>gpel-client</artifactId>
- <version>1.0.8</version>
+ <artifactId>xsul</artifactId>
+ <version>${xsul.version}</version>
</dependency>
<dependency>
<groupId>org.ogce</groupId>
- <artifactId>xpp3</artifactId>
- <version>1.1.5</version>
+ <artifactId>gpel-client</artifactId>
+ <version>${gpel.version}</version>
</dependency>
<dependency>
<groupId>atomixmiser</groupId>
Modified:
airavata/trunk/modules/workflow-model/workflow-model-component-node/pom.xml
URL:
http://svn.apache.org/viewvc/airavata/trunk/modules/workflow-model/workflow-model-component-node/pom.xml?rev=1515017&r1=1515016&r2=1515017&view=diff
==============================================================================
--- airavata/trunk/modules/workflow-model/workflow-model-component-node/pom.xml
(original)
+++ airavata/trunk/modules/workflow-model/workflow-model-component-node/pom.xml
Sat Aug 17 17:01:07 2013
@@ -64,7 +64,7 @@
<dependency>
<groupId>org.ogce</groupId>
<artifactId>xsul</artifactId>
- <version>2.10.6</version>
+ <version>${xsul.version}</version>
</dependency>
<dependency>
<groupId>atomixmiser</groupId>
Modified: airavata/trunk/modules/workflow-model/workflow-model-component/pom.xml
URL:
http://svn.apache.org/viewvc/airavata/trunk/modules/workflow-model/workflow-model-component/pom.xml?rev=1515017&r1=1515016&r2=1515017&view=diff
==============================================================================
--- airavata/trunk/modules/workflow-model/workflow-model-component/pom.xml
(original)
+++ airavata/trunk/modules/workflow-model/workflow-model-component/pom.xml Sat
Aug 17 17:01:07 2013
@@ -68,7 +68,7 @@
<dependency>
<groupId>org.ogce</groupId>
<artifactId>xsul</artifactId>
- <version>2.10.6</version>
+ <version>${xsul.version}</version>
</dependency>
<dependency>
<groupId>org.apache.airavata</groupId>
Modified: airavata/trunk/modules/workflow-model/workflow-model-core/pom.xml
URL:
http://svn.apache.org/viewvc/airavata/trunk/modules/workflow-model/workflow-model-core/pom.xml?rev=1515017&r1=1515016&r2=1515017&view=diff
==============================================================================
--- airavata/trunk/modules/workflow-model/workflow-model-core/pom.xml (original)
+++ airavata/trunk/modules/workflow-model/workflow-model-core/pom.xml Sat Aug
17 17:01:07 2013
@@ -63,9 +63,9 @@
<dependencies>
<dependency>
- <groupId>gpel</groupId>
- <artifactId>gpel_client</artifactId>
- <version>1.0.7-BETA</version>
+ <groupId>org.ogce</groupId>
+ <artifactId>gpel-client</artifactId>
+ <version>${gpel.version}</version>
</dependency>
<dependency>
@@ -75,7 +75,7 @@
<dependency>
<groupId>org.ogce</groupId>
<artifactId>xsul</artifactId>
- <version>2.10.6</version>
+ <version>${xsul.version}</version>
</dependency>
<dependency>
Modified: airavata/trunk/modules/xbaya-gui/pom.xml
URL:
http://svn.apache.org/viewvc/airavata/trunk/modules/xbaya-gui/pom.xml?rev=1515017&r1=1515016&r2=1515017&view=diff
==============================================================================
--- airavata/trunk/modules/xbaya-gui/pom.xml (original)
+++ airavata/trunk/modules/xbaya-gui/pom.xml Sat Aug 17 17:01:07 2013
@@ -83,22 +83,22 @@
<dependency>
<groupId>org.ogce</groupId>
<artifactId>xpp3</artifactId>
- <version>1.1.5</version>
+ <version>${xpp3.version}</version>
</dependency>
<dependency>
<groupId>org.ogce</groupId>
<artifactId>xpp5</artifactId>
- <version>1.2.7</version>
+ <version>${xpp5.version}</version>
</dependency>
<dependency>
<groupId>org.ogce</groupId>
<artifactId>xsul</artifactId>
- <version>2.10.6</version>
+ <version>${xsul.version}</version>
</dependency>
<dependency>
<groupId>org.ogce</groupId>
<artifactId>gpel-client</artifactId>
- <version>1.0.8</version>
+ <version>${gpel.version}</version>
</dependency>
<dependency>
<groupId>atomixmiser</groupId>
Modified: airavata/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/airavata/trunk/pom.xml?rev=1515017&r1=1515016&r2=1515017&view=diff
==============================================================================
--- airavata/trunk/pom.xml (original)
+++ airavata/trunk/pom.xml Sat Aug 17 17:01:07 2013
@@ -75,7 +75,11 @@
<junit.version>4.7</junit.version>
<jcr.version>2.0</jcr.version>
<xmlbeans.version>2.5.0</xmlbeans.version>
- <xpp3.version>1.1.3_7</xpp3.version>
+ <xpp3.version>1.1.6</xpp3.version>
+ <xpp5.version>1.2.8</xpp5.version>
+ <xsul.version>2.10.7</xsul.version>
+ <xsul5.version>1.2.7</xsul5.version>
+ <gpel.version>1.0.9</gpel.version>
<jersey.version>1.13</jersey.version>
<tomcat.version>7.0.41</tomcat.version>
<cargo.version>1.3.1</cargo.version>