aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Warnicke <eaw@cisco.com>2016-09-08 18:08:29 -0700
committerEd Warnicke <eaw@cisco.com>2016-09-08 18:08:29 -0700
commit69bd5e7b7f063099f5c12527ad0031fc8b018e86 (patch)
treebd614e401edcc19e0962782b22e688d0e8f24580
parent237944f38b6b08b83dff9dafbf0f7ee3ce9a3752 (diff)
Fix groupId so we can push artifactsv16.09-rc0
Change-Id: I38e3ab1016091c2d4623c4a61c1090ce1a4f2054 Signed-off-by: Ed Warnicke <eaw@cisco.com>
-rw-r--r--nsh-plugin/java/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsh-plugin/java/pom.xml b/nsh-plugin/java/pom.xml
index 4241916..8c1b4d3 100644
--- a/nsh-plugin/java/pom.xml
+++ b/nsh-plugin/java/pom.xml
@@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>io.fd.vpp</groupId>
+ <groupId>io.fd.nsh_sfc</groupId>
<artifactId>nsh-sfc</artifactId>
<version>16.09-SNAPSHOT</version>
<packaging>jar</packaging>