You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2015/06/11 17:57:41 UTC

[2/2] incubator-taverna-workbench git commit: No, xmlgraphs 1.7 - API incompatibility with 1.8 :-//

No, xmlgraphs 1.7 - API incompatibility with 1.8 :-//

Semantic Versioning, please..


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/commit/8502f8de
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/tree/8502f8de
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/diff/8502f8de

Branch: refs/heads/master
Commit: 8502f8deed0bc4199281aa342f1478c6e497b96c
Parents: 195c3ce
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Jun 11 16:57:09 2015 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Jun 11 16:57:09 2015 +0100

----------------------------------------------------------------------
 batik-osgi/pom.xml | 13 ++++++++-----
 pom.xml            |  2 +-
 2 files changed, 9 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/8502f8de/batik-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/batik-osgi/pom.xml b/batik-osgi/pom.xml
index 68864d1..2f0779b 100644
--- a/batik-osgi/pom.xml
+++ b/batik-osgi/pom.xml
@@ -24,10 +24,13 @@
     <version>3.1.0-incubating-SNAPSHOT</version>
   </parent>
 	<artifactId>batik-osgi</artifactId>
-	<version>1.8.0-SNAPSHOT</version>
+	<version>1.7.0-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 	<name>Apache Batik OSGi</name>
 	<description>Apache Batik wrapped as an OSGi bundle</description>
+  <properties>
+    <xmlbridge.version>1.8</xmlbridge.version>
+  </properties>
 	<build>
 		<plugins>
 			<plugin>
@@ -64,7 +67,7 @@
 		<dependency>
 			<groupId>org.apache.xmlgraphics</groupId>
 			<artifactId>batik-svg-dom</artifactId>
-			<version>1.8</version>
+			<version>1.7</version>
 			<scope>provided</scope>
 			<exclusions>
 				<exclusion>
@@ -80,7 +83,7 @@
 		<dependency>
 			<groupId>org.apache.xmlgraphics</groupId>
 			<artifactId>batik-bridge</artifactId>
-			<version>1.8</version>
+			<version>1.7</version>
 			<scope>provided</scope>
 			<exclusions>
 				<exclusion>
@@ -96,7 +99,7 @@
 		<dependency>
 			<groupId>org.apache.xmlgraphics</groupId>
 			<artifactId>batik-swing</artifactId>
-			<version>1.8</version>
+			<version>1.7</version>
 			<scope>provided</scope>
 			<exclusions>
 				<exclusion>
@@ -108,7 +111,7 @@
 		<dependency>
 			<groupId>org.apache.xmlgraphics</groupId>
 			<artifactId>batik-util</artifactId>
-			<version>1.8</version>
+			<version>1.7</version>
 			<scope>provided</scope>
 			<exclusions>
 				<exclusion>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/8502f8de/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8816a34..f04d99a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
             <taverna.engine.version>3.1.0-incubating-SNAPSHOT</taverna.engine.version>
             <taverna.commonactivities.version>2.1.0-incubating-SNAPSHOT</taverna.commonactivities.version>
             <org.icepdf.version>4.2.0</org.icepdf.version>
-            <batik.version>1.8.0-SNAPSHOT</batik.version>
+            <batik.version>1.7.0-SNAPSHOT</batik.version>
             <org.fife.ui.hexeditor.version>1.1-SNAPSHOT</org.fife.ui.hexeditor.version>
         </properties>