diff options
Diffstat (limited to 'nsh-plugin/java/pom.xml')
-rw-r--r-- | nsh-plugin/java/pom.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/nsh-plugin/java/pom.xml b/nsh-plugin/java/pom.xml index 42926de..9074400 100644 --- a/nsh-plugin/java/pom.xml +++ b/nsh-plugin/java/pom.xml @@ -1,27 +1,27 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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.nsh_sfc</groupId> <artifactId>nsh-sfc</artifactId> - <version>17.04-SNAPSHOT</version> + <version>17.07-SNAPSHOT</version> <packaging>jar</packaging> - + <name>nsh-sfc</name> <url>https://wiki.fd.io/view/NSH_SFC</url> <properties> <nexusproxy>http://nexus.fd.io/content</nexusproxy> </properties> - + <dependencies> <dependency> <groupId>io.fd.vpp</groupId> <artifactId>jvpp-registry</artifactId> - <version>17.04-SNAPSHOT</version> + <version>17.07-SNAPSHOT</version> </dependency> </dependencies> - + <build> <plugins> <plugin> @@ -33,7 +33,7 @@ <target>1.8</target> </configuration> </plugin> - + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> |