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:48:27 UTC

[2/2] incubator-taverna-workbench git commit: batik-osgi 1.8.0-SNAPSHOT

batik-osgi 1.8.0-SNAPSHOT


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/0c723d62
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/tree/0c723d62
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/diff/0c723d62

Branch: refs/heads/master
Commit: 0c723d627152709c9c24c913053244c64eef38a5
Parents: 66ffa27
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Jun 11 16:46:37 2015 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Jun 11 16:47:54 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/0c723d62/batik-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/batik-osgi/pom.xml b/batik-osgi/pom.xml
index 800ad10..68864d1 100644
--- a/batik-osgi/pom.xml
+++ b/batik-osgi/pom.xml
@@ -24,7 +24,7 @@
     <version>3.1.0-incubating-SNAPSHOT</version>
   </parent>
 	<artifactId>batik-osgi</artifactId>
-	<version>1.7.0</version>
+	<version>1.8.0-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 	<name>Apache Batik OSGi</name>
 	<description>Apache Batik wrapped as an OSGi bundle</description>
@@ -33,7 +33,6 @@
 			<plugin>
 				<groupId>org.apache.felix</groupId>
 				<artifactId>maven-bundle-plugin</artifactId>
-				<version>2.3.7</version>
 				<extensions>true</extensions>
 				<configuration>
 					<instructions>
@@ -65,7 +64,7 @@
 		<dependency>
 			<groupId>org.apache.xmlgraphics</groupId>
 			<artifactId>batik-svg-dom</artifactId>
-			<version>1.7</version>
+			<version>1.8</version>
 			<scope>provided</scope>
 			<exclusions>
 				<exclusion>
@@ -81,7 +80,7 @@
 		<dependency>
 			<groupId>org.apache.xmlgraphics</groupId>
 			<artifactId>batik-bridge</artifactId>
-			<version>1.7</version>
+			<version>1.8</version>
 			<scope>provided</scope>
 			<exclusions>
 				<exclusion>
@@ -97,7 +96,7 @@
 		<dependency>
 			<groupId>org.apache.xmlgraphics</groupId>
 			<artifactId>batik-swing</artifactId>
-			<version>1.7</version>
+			<version>1.8</version>
 			<scope>provided</scope>
 			<exclusions>
 				<exclusion>
@@ -109,7 +108,7 @@
 		<dependency>
 			<groupId>org.apache.xmlgraphics</groupId>
 			<artifactId>batik-util</artifactId>
-			<version>1.7</version>
+			<version>1.8</version>
 			<scope>provided</scope>
 			<exclusions>
 				<exclusion>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/0c723d62/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 328632b..8816a34 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.7.0</batik.version>
+            <batik.version>1.8.0-SNAPSHOT</batik.version>
             <org.fife.ui.hexeditor.version>1.1-SNAPSHOT</org.fife.ui.hexeditor.version>
         </properties>