This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/master by this push:
     new e081cd9  Fix POMs after merge of #573
e081cd9 is described below

commit e081cd9c038b71896476df612f654d52a61c77e9
Author: Andy Seaborne <[email protected]>
AuthorDate: Fri Jun 7 14:23:07 2019 +0100

    Fix POMs after merge of #573
---
 jena-jdbc/jena-jdbc-driver-remote/pom.xml | 2 +-
 jena-maven-tools/pom.xml                  | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/jena-jdbc/jena-jdbc-driver-remote/pom.xml 
b/jena-jdbc/jena-jdbc-driver-remote/pom.xml
index 71c388a..326a2b4 100644
--- a/jena-jdbc/jena-jdbc-driver-remote/pom.xml
+++ b/jena-jdbc/jena-jdbc-driver-remote/pom.xml
@@ -55,7 +55,7 @@
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-fuseki-main</artifactId>
-      <version>3.12.0-SNAPSHOT</version>
+      <version>3.13.0-SNAPSHOT</version>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
diff --git a/jena-maven-tools/pom.xml b/jena-maven-tools/pom.xml
index 92ad772..bc8b1b7 100644
--- a/jena-maven-tools/pom.xml
+++ b/jena-maven-tools/pom.xml
@@ -20,7 +20,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jena-maven-tools</artifactId>
   <packaging>maven-plugin</packaging>
-  <version>3.12.0-SNAPSHOT</version>
+  <version>3.13.0-SNAPSHOT</version>
   <name>Apache Jena - Maven Plugins, including schemagen</name>
   <description>Plugins for Apache Maven to perform source management 
activities,
   such as generating Java files from RDF vocabulary sources using
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.jena</groupId>
     <artifactId>jena</artifactId>
-    <version>3.12.0-SNAPSHOT</version>
+    <version>3.13.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
@@ -182,7 +182,7 @@
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-cmds</artifactId>
-      <version>3.12.0-SNAPSHOT</version>
+      <version>3.13.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

Reply via email to