|
From: <mar...@us...> - 2017-11-15 12:57:04
|
Revision: 20275
http://sourceforge.net/p/gate/code/20275
Author: markagreenwood
Date: 2017-11-15 12:57:02 +0000 (Wed, 15 Nov 2017)
Log Message:
-----------
fix the parent pom
Modified Paths:
--------------
gate/branches/sawdust2/plugins/Teamware_Tools/pom.xml
Modified: gate/branches/sawdust2/plugins/Teamware_Tools/pom.xml
===================================================================
--- gate/branches/sawdust2/plugins/Teamware_Tools/pom.xml 2017-11-07 09:45:28 UTC (rev 20274)
+++ gate/branches/sawdust2/plugins/Teamware_Tools/pom.xml 2017-11-15 12:57:02 UTC (rev 20275)
@@ -5,11 +5,11 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>uk.ac.gate.plugins</groupId>
- <artifactId>base-plugin</artifactId>
+ <groupId>uk.ac.gate</groupId>
+ <artifactId>gate-plugin-base</artifactId>
<!-- this should be the version of GATE you wish to build against -->
<version>8.5-SNAPSHOT</version>
- <relativePath>../../Plugin_Base/pom.xml</relativePath>
+ <relativePath></relativePath>
</parent>
<!-- this is the description of this plugin -->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|