Skip to content

Commit

Permalink
Changing openflowj groupID and version in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
bocon13 committed Dec 3, 2014
1 parent db949d4 commit 3efb663
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions java_gen/pre-written/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<version>7</version>
</parent>

<groupId>org.projectfloodlight</groupId>
<groupId>org.onosproject</groupId>
<artifactId>openflowj</artifactId>
<version>0.3.8-SNAPSHOT</version>
<version>0.3.7.oe</version>
<packaging>jar</packaging>

<name>OpenFlowJ-Loxi</name>
Expand Down Expand Up @@ -232,11 +232,10 @@ i <ciNodeName>${env.NODE_NAME}</ciNodeName>
</configuration>
</plugin>

<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<version>1.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand All @@ -247,7 +246,16 @@ i <ciNodeName>${env.NODE_NAME}</ciNodeName>
</execution>
</executions>
</plugin>
-->
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.5</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
</configuration>
</plugin>
</plugins>
<resources>
<resource>
Expand Down

0 comments on commit 3efb663

Please sign in to comment.