Skip to content

Commit

Permalink
Merge pull request #4 from dettmoney/IKDT-760-fix-build-workflow
Browse files Browse the repository at this point in the history
IKDT-760 remove nexus staging from pom
  • Loading branch information
dettmoney authored Dec 16, 2024
2 parents 301b1e3 + 20a270b commit 16acfce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<maven-plugin-plugin.version>3.13.0</maven-plugin-plugin.version>
<maven-plugin-annotations.version>3.13.0</maven-plugin-annotations.version>
<maven-plugin-api.version>3.9.7</maven-plugin-api.version>
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<!--nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version-->
<maven-deploy-plugin.version>3.1.0</maven-deploy-plugin.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
Expand Down Expand Up @@ -263,7 +263,7 @@
</gpgArguments>
</configuration>
</plugin>
<plugin>
<!--plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>${nexus-staging-maven-plugin.version}</version>
Expand All @@ -273,7 +273,7 @@
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugin-->
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 16acfce

Please sign in to comment.