Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ca6cfa4c9270ad2ab6173bcc038f165...a630c06c67d36342fc775e6b943e9e79960d6e94 (Branch HEAD)

Loxigen Head commit bigswitch/loxigen@a630c06c67d36342fc775e6b943e9e79960d6e94
commit a630c06c67d36342fc775e6b943e9e79960d6e94
Merge: 1554d55 68f5a7e
Author: Ken Chiang <[email protected]>
Date:   Fri Oct 22 09:41:21 2021 -0700

    Merge pull request floodlight#4 from kenchiang/BSC-15065

    BSC-15065: Remove org.sonatype.oss parent and org.sonatype.plugins plugin from pom.xml

commit 68f5a7e6ec295e0d54cb0b0ca40089f6639f3240
Author: Ken Chiang <[email protected]>
Date:   Fri Oct 22 16:13:52 2021 +0000

    BSC-15065
    Remove org.sonatype.oss parent and org.sonatype.plugins plugin from pom.xml
  • Loading branch information
Jenkins committed Oct 22, 2021
1 parent f90c6e6 commit 5c29d73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion loxi-revision
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1554d559dca6cfa4c9270ad2ab6173bcc038f165 Merge pull request #3 from kenchiang/BT-8027
a630c06c67d36342fc775e6b943e9e79960d6e94 Merge pull request #4 from kenchiang/BSC-15065
18 changes: 0 additions & 18 deletions openflowj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
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>

<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>

<groupId>org.projectfloodlight</groupId>
<artifactId>openflowj-internal</artifactId>
<!-- uses maven CI friendly versions, https://maven.apache.org/maven-ci-friendly.html.
Expand Down Expand Up @@ -222,18 +216,6 @@
</configuration>
</plugin>

<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>

</plugins>
<resources>
<resource>
Expand Down

0 comments on commit 5c29d73

Please sign in to comment.