Skip to content

Commit 5b78f22

Browse files
committed
Fixed build
1 parent 104468c commit 5b78f22

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@
7979
</resource>
8080
</resources>
8181
<plugins>
82-
<plugin>
83-
<groupId>org.sonatype.plugins</groupId>
84-
<artifactId>nexus-staging-maven-plugin</artifactId>
85-
</plugin>
8682
<plugin>
8783
<groupId>org.jacoco</groupId>
8884
<artifactId>jacoco-maven-plugin</artifactId>
@@ -131,17 +127,6 @@
131127
</plugins>
132128
<pluginManagement>
133129
<plugins>
134-
<plugin>
135-
<groupId>org.sonatype.plugins</groupId>
136-
<artifactId>nexus-staging-maven-plugin</artifactId>
137-
<version>1.6.13</version>
138-
<extensions>true</extensions>
139-
<configuration>
140-
<serverId>oss-sonatype-releases</serverId>
141-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
142-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
143-
</configuration>
144-
</plugin>
145130
<plugin>
146131
<groupId>org.jacoco</groupId>
147132
<artifactId>jacoco-maven-plugin</artifactId>

0 commit comments

Comments
 (0)