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 1a0325c Update version
1a0325c is described below
commit 1a0325cb0281e44650a0f39775e75ee519a03c71
Author: Andy Seaborne <[email protected]>
AuthorDate: Fri Mar 29 11:23:46 2019 +0000
Update version
---
jena-maven-tools/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/jena-maven-tools/pom.xml b/jena-maven-tools/pom.xml
index bab1efd..ca2fff5 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.10.0-SNAPSHOT</version>
+ <version>3.11.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.10.0-SNAPSHOT</version>
+ <version>3.11.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
@@ -183,7 +183,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-cmds</artifactId>
- <version>3.10.0-SNAPSHOT</version>
+ <version>3.11.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>