Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/apache/directory-studio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Seelmann <mail@stefan-seelmann.de>2020-03-15 19:20:30 +0300
committerStefan Seelmann <mail@stefan-seelmann.de>2020-03-15 19:20:30 +0300
commitf75821d280778a2b96ed202320e6571f8cfcbf2d (patch)
tree4b1104ffd90baa2a3bd4adcd707b723d975ded21
parent2f8423e56dd0cf91dbceaaff14af98683859f368 (diff)
Update tycho version and switch to latest groovy-maven-plugin
-rw-r--r--eclipse-trgt-platform/pom-first.xml5
-rw-r--r--pom.xml2
2 files changed, 4 insertions, 3 deletions
diff --git a/eclipse-trgt-platform/pom-first.xml b/eclipse-trgt-platform/pom-first.xml
index 208ade895..07adae7bf 100644
--- a/eclipse-trgt-platform/pom-first.xml
+++ b/eclipse-trgt-platform/pom-first.xml
@@ -529,7 +529,8 @@
<plugin>
<groupId>org.codehaus.gmaven</groupId>
- <artifactId>gmaven-plugin</artifactId>
+ <artifactId>groovy-maven-plugin</artifactId>
+ <version>2.1.1</version>
<executions>
<execution>
<id>set-basedir-uri</id>
@@ -539,7 +540,7 @@
</goals>
<configuration>
<source>
-pom.properties['basedirUri']=project.basedir.toURI().toString();
+project.properties['basedirUri']=project.basedir.toURI().toString();
</source>
</configuration>
</execution>
diff --git a/pom.xml b/pom.xml
index 26432f74a..07d675e2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
- <tycho.version>1.4.0</tycho.version>
+ <tycho.version>1.6.0</tycho.version>
<!-- Set versions for dependencies -->
<antlr.version>2.7.7</antlr.version>