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 afda8ec Fix POMs after merge of #573
afda8ec is described below
commit afda8ec4a44b5f4d6b60e55550ed3d1456082672
Author: Andy Seaborne <[email protected]>
AuthorDate: Fri Jun 7 12:35:10 2019 +0100
Fix POMs after merge of #573
---
jena-fuseki2/jena-fuseki-main/pom.xml | 2 +-
jena-fuseki2/jena-fuseki-webapp/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/jena-fuseki2/jena-fuseki-main/pom.xml
b/jena-fuseki2/jena-fuseki-main/pom.xml
index f1ade23..821246b 100644
--- a/jena-fuseki2/jena-fuseki-main/pom.xml
+++ b/jena-fuseki2/jena-fuseki-main/pom.xml
@@ -80,7 +80,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-fuseki-core</artifactId>
- <version>3.12.0-SNAPSHOT</version>
+ <version>3.13.0-SNAPSHOT</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
diff --git a/jena-fuseki2/jena-fuseki-webapp/pom.xml
b/jena-fuseki2/jena-fuseki-webapp/pom.xml
index 16b7d71..1926a67 100644
--- a/jena-fuseki2/jena-fuseki-webapp/pom.xml
+++ b/jena-fuseki2/jena-fuseki-webapp/pom.xml
@@ -40,7 +40,7 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-fuseki-core</artifactId>
- <version>3.12.0-SNAPSHOT</version>
+ <version>3.13.0-SNAPSHOT</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>