|
82 | 82 | <plugin> |
83 | 83 | <groupId>org.apache.maven.plugins</groupId> |
84 | 84 | <artifactId>maven-release-plugin</artifactId> |
85 | | -<version>3.0.0-M6</version> |
| 85 | +<version>3.0.1</version> |
86 | 86 | </plugin> |
87 | 87 | <plugin> |
88 | 88 | <groupId>org.apache.maven.plugins</groupId> |
89 | 89 | <artifactId>maven-gpg-plugin</artifactId> |
90 | 90 | <version>3.0.1</version> |
91 | 91 | </plugin> |
| 92 | +<plugin> |
| 93 | +<groupId>org.sonatype.plugins</groupId> |
| 94 | +<artifactId>nexus-staging-maven-plugin</artifactId> |
| 95 | +<version>1.6.13</version> |
| 96 | +</plugin> |
92 | 97 | </plugins> |
93 | 98 | </pluginManagement> |
94 | 99 | <plugins> |
|
112 | 117 | </execution> |
113 | 118 | </executions> |
114 | 119 | </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> |
115 | 130 | </plugins> |
116 | 131 | </build> |
117 | 132 |
|
|
130 | 145 | <id>release</id> |
131 | 146 | <build> |
132 | 147 | <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> |
144 | 148 | <!-- Nexus Staging Plugin --> |
145 | 149 | <plugin> |
146 | 150 | <groupId>org.sonatype.plugins</groupId> |
147 | 151 | <artifactId>nexus-staging-maven-plugin</artifactId> |
148 | | -<version>1.6.13</version> |
149 | 152 | <extensions>true</extensions> |
150 | 153 | <configuration> |
151 | 154 | <serverId>ossrh</serverId> |
|
0 commit comments