Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2017-07-15 23:11:58 +0000
committerslewis2017-07-15 23:11:58 +0000
commitd2e86a7003f37c2b360ad86b2cb8f6c5ec5e12bf (patch)
tree59bb14fea0efe2612517b74b47af0bd2b81c53c5 /pom.xml
parent4a01b3bec2ca443f8512b94512d332b09c1193a3 (diff)
downloadorg.eclipse.ecf-d2e86a7003f37c2b360ad86b2cb8f6c5ec5e12bf.tar.gz
org.eclipse.ecf-d2e86a7003f37c2b360ad86b2cb8f6c5ec5e12bf.tar.xz
org.eclipse.ecf-d2e86a7003f37c2b360ad86b2cb8f6c5ec5e12bf.zip
Fix for mistaken name change
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 9b0805dbe..6663e8d86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.ecf</groupId>
- <artifactId>ecf-py4j-parent</artifactId>
+ <artifactId>ecf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

Back to the top