Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit db2901d

Browse files
committed
Preparation for 1.2 release
1 parent 7229c62 commit db2901d

File tree

1 file changed

+28
-7
lines changed

1 file changed

+28
-7
lines changed

pom.xml

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@
6969
</issueManagement>
7070

7171
<distributionManagement>
72-
<!-- see https://issues.sonatype.org/browse/OSSRH-413 -->
72+
<!--
73+
See https://issues.sonatype.org/browse/OSSRH-51637 (previous OSSRH-413)
74+
-->
7375
<repository>
7476
<id>scriptella-releases</id>
7577
<name>Scriptella Central Repository</name>
@@ -249,14 +251,17 @@
249251
<plugin>
250252
<groupId>org.apache.maven.plugins</groupId>
251253
<artifactId>maven-deploy-plugin</artifactId>
252-
<version>2.4</version>
254+
<version>3.0.0-M1</version>
253255
</plugin>
254256
<plugin>
255257
<groupId>org.apache.maven.plugins</groupId>
256258
<artifactId>maven-release-plugin</artifactId>
257-
<version>2.3.2</version>
259+
<version>2.5.3</version>
258260
<configuration>
259261
<autoVersionSubmodules>true</autoVersionSubmodules>
262+
<useReleaseProfile>false</useReleaseProfile>
263+
<releaseProfiles>release</releaseProfiles>
264+
<goals>deploy</goals>
260265
</configuration>
261266
</plugin>
262267
<plugin>
@@ -267,12 +272,12 @@
267272
<plugin>
268273
<groupId>org.apache.maven.plugins</groupId>
269274
<artifactId>maven-source-plugin</artifactId>
270-
<version>2.0.4</version>
275+
<version>2.2.1</version>
271276
<executions>
272277
<execution>
273278
<id>attach-sources</id>
274279
<goals>
275-
<goal>jar</goal>
280+
<goal>jar-no-fork</goal>
276281
</goals>
277282
</execution>
278283
</executions>
@@ -282,6 +287,22 @@
282287
<artifactId>maven-jar-plugin</artifactId>
283288
<version>2.2</version>
284289
</plugin>
290+
<plugin>
291+
<groupId>org.apache.maven.plugins</groupId>
292+
<artifactId>maven-javadoc-plugin</artifactId>
293+
<version>2.9.1</version>
294+
<configuration>
295+
<additionalparam>-Xdoclint:none --allow-script-in-comments</additionalparam>
296+
</configuration>
297+
<executions>
298+
<execution>
299+
<id>attach-javadocs</id>
300+
<goals>
301+
<goal>jar</goal>
302+
</goals>
303+
</execution>
304+
</executions>
305+
</plugin>
285306
</plugins>
286307
</build>
287308

@@ -303,7 +324,7 @@
303324
<plugin>
304325
<groupId>org.apache.maven.plugins</groupId>
305326
<artifactId>maven-javadoc-plugin</artifactId>
306-
<version>2.9</version>
327+
<version>2.9.1</version>
307328
</plugin>
308329
<plugin>
309330
<groupId>org.apache.maven.plugins</groupId>
@@ -363,7 +384,7 @@
363384
<plugin>
364385
<groupId>org.apache.maven.plugins</groupId>
365386
<artifactId>maven-gpg-plugin</artifactId>
366-
<version>1.4</version>
387+
<version>1.5</version>
367388
<executions>
368389
<execution>
369390
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)