From c70c716cf5ac7575ae0ce4f70dd834ec98806ed3 Mon Sep 17 00:00:00 2001
From: Matthijs Brouwer <matthijs@brouwer.info>
Date: Tue, 6 Nov 2018 14:56:00 +0100
Subject: [PATCH] upgrade to 7.5.0
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7c88d55..69e5113 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <currentLuceneVersion>7.4.0</currentLuceneVersion>
+ <currentLuceneVersion>7.5.0</currentLuceneVersion>
</properties>
<scm>
<connection>scm:git:git@github.com:textexploration/mtas.git</connection>
@@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.textexploration.mtas</groupId>
<artifactId>mtas</artifactId>
- <version>7.4.0.2-SNAPSHOT</version>
+ <version>7.5.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<licenses>
<license>
--
GitLab