Skip to content

Commit 60ef3d8

Browse files
committed
move plugin
1 parent bc368fe commit 60ef3d8

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

pom.xml

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,18 @@
8282
<plugin>
8383
<groupId>org.apache.maven.plugins</groupId>
8484
<artifactId>maven-release-plugin</artifactId>
85-
<version>3.0.0-M6</version>
85+
<version>3.0.1</version>
8686
</plugin>
8787
<plugin>
8888
<groupId>org.apache.maven.plugins</groupId>
8989
<artifactId>maven-gpg-plugin</artifactId>
9090
<version>3.0.1</version>
9191
</plugin>
92+
<plugin>
93+
<groupId>org.sonatype.plugins</groupId>
94+
<artifactId>nexus-staging-maven-plugin</artifactId>
95+
<version>1.6.13</version>
96+
</plugin>
9297
</plugins>
9398
</pluginManagement>
9499
<plugins>
@@ -112,6 +117,16 @@
112117
</execution>
113118
</executions>
114119
</plugin>
120+
<plugin>
121+
<groupId>org.apache.maven.plugins</groupId>
122+
<artifactId>maven-release-plugin</artifactId>
123+
<configuration>
124+
<autoVersionSubmodules>true</autoVersionSubmodules>
125+
<useReleaseProfile>false</useReleaseProfile>
126+
<releaseProfiles>release</releaseProfiles>
127+
<goals>deploy</goals>
128+
</configuration>
129+
</plugin>
115130
</plugins>
116131
</build>
117132

@@ -130,22 +145,10 @@
130145
<id>release</id>
131146
<build>
132147
<plugins>
133-
<plugin>
134-
<groupId>org.apache.maven.plugins</groupId>
135-
<artifactId>maven-release-plugin</artifactId>
136-
<version>3.0.1</version>
137-
<configuration>
138-
<autoVersionSubmodules>true</autoVersionSubmodules>
139-
<useReleaseProfile>false</useReleaseProfile>
140-
<releaseProfiles>release</releaseProfiles>
141-
<goals>deploy</goals>
142-
</configuration>
143-
</plugin>
144148
<!-- Nexus Staging Plugin -->
145149
<plugin>
146150
<groupId>org.sonatype.plugins</groupId>
147151
<artifactId>nexus-staging-maven-plugin</artifactId>
148-
<version>1.6.13</version>
149152
<extensions>true</extensions>
150153
<configuration>
151154
<serverId>ossrh</serverId>

0 commit comments

Comments
 (0)