|
79 | 79 | <maven.compiler.source>1.8</maven.compiler.source>
|
80 | 80 | <!-- Supress checkstyle errors on legacy com.iplanet and com.sun.identity packages -->
|
81 | 81 | <checkstyleUnitTestSuppressionsLocation>checkstyle/suppressions.xml</checkstyleUnitTestSuppressionsLocation>
|
82 |
| - <opendj.version>4.6.4-SNAPSHOT</opendj.version> |
| 82 | + <opendj.version>4.6.4</opendj.version> |
83 | 83 | <commons-plugin.version>2.1.4</commons-plugin.version>
|
84 | 84 | <javadoc-utils.version>1.0.0</javadoc-utils.version>
|
85 | 85 | <ant.contrib.version>1.0b3</ant.contrib.version>
|
|
242 | 242 | </execution>
|
243 | 243 | </executions>
|
244 | 244 | </plugin>
|
245 |
| -<!-- <plugin>--> |
246 |
| -<!-- <groupId>org.sonatype.plugins</groupId>--> |
247 |
| -<!-- <artifactId>nexus-staging-maven-plugin</artifactId>--> |
248 |
| -<!-- <version>1.6.13</version>--> |
249 |
| -<!-- <extensions>true</extensions>--> |
250 |
| -<!-- <configuration>--> |
251 |
| -<!-- <serverId>ossrh</serverId>--> |
252 |
| -<!-- <nexusUrl>https://oss.sonatype.org/</nexusUrl>--> |
253 |
| -<!-- <autoReleaseAfterClose>false</autoReleaseAfterClose>--> |
254 |
| -<!-- <stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes>--> |
255 |
| -<!-- <keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure>--> |
256 |
| -<!-- <keepStagingRepositoryOnCloseRuleFailure>true</keepStagingRepositoryOnCloseRuleFailure>--> |
257 |
| -<!-- </configuration>--> |
258 |
| -<!-- <dependencies>--> |
259 |
| -<!-- <dependency>--> |
260 |
| -<!-- <groupId>com.google.guava</groupId>--> |
261 |
| -<!-- <artifactId>guava</artifactId>--> |
262 |
| -<!-- <version>15.0</version>--> |
263 |
| -<!-- </dependency>--> |
264 |
| -<!-- </dependencies>--> |
265 |
| -<!-- </plugin>--> |
| 245 | + <plugin> |
| 246 | + <groupId>org.sonatype.plugins</groupId> |
| 247 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 248 | + <version>1.6.13</version> |
| 249 | + <extensions>true</extensions> |
| 250 | + <configuration> |
| 251 | + <serverId>ossrh</serverId> |
| 252 | + <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 253 | + <autoReleaseAfterClose>false</autoReleaseAfterClose> |
| 254 | + <stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes> |
| 255 | + <keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure> |
| 256 | + <keepStagingRepositoryOnCloseRuleFailure>true</keepStagingRepositoryOnCloseRuleFailure> |
| 257 | + </configuration> |
| 258 | + <dependencies> |
| 259 | + <dependency> |
| 260 | + <groupId>com.google.guava</groupId> |
| 261 | + <artifactId>guava</artifactId> |
| 262 | + <version>15.0</version> |
| 263 | + </dependency> |
| 264 | + </dependencies> |
| 265 | + </plugin> |
266 | 266 | </plugins>
|
267 | 267 | </build>
|
268 | 268 | </profile>
|
|
0 commit comments