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 /eclipse-trgt-platform
parent2f8423e56dd0cf91dbceaaff14af98683859f368 (diff)
Update tycho version and switch to latest groovy-maven-plugin
Diffstat (limited to 'eclipse-trgt-platform')
-rw-r--r--eclipse-trgt-platform/pom-first.xml5
1 files changed, 3 insertions, 2 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>