Skip to content

Commit cf4cff4

Browse files
committed
retry release
1 parent 5c5bb61 commit cf4cff4

File tree

1 file changed

+9
-26
lines changed

1 file changed

+9
-26
lines changed

pom.xml

Lines changed: 9 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.fasterxml</groupId>
55
<artifactId>oss-parent</artifactId>
6-
<version>16</version>
6+
<version>24</version>
77
</parent>
88
<groupId>com.fasterxml.util</groupId>
99
<artifactId>java-merge-sort</artifactId>
@@ -60,36 +60,19 @@
6060

6161
<build>
6262
<plugins>
63-
<!--
6463
<plugin>
6564
<groupId>org.apache.maven.plugins</groupId>
66-
<artifactId>maven-release-plugin</artifactId>
65+
<artifactId>maven-javadoc-plugin</artifactId>
66+
<version>${version.plugin.javadoc}</version>
6767
<configuration>
68-
<mavenExecutorId>forked-path</mavenExecutorId>
68+
<source>${version.jdk}</source>
69+
<target>${version.jdk}</target>
70+
<encoding>UTF-8</encoding>
71+
<links>
72+
<link>http://docs.oracle.com/javase/7/docs/api/</link>
73+
</links>
6974
</configuration>
70-
</plugin>
71-
-->
7275

73-
<!-- 04-Jun-2014, tatu: Not sure why source and javadoc plugins are needed
74-
here; parent pom SHOULD include enough info
75-
-->
76-
<plugin><!-- plug-in to attach source bundle in repo -->
77-
<groupId>org.apache.maven.plugins</groupId>
78-
<artifactId>maven-source-plugin</artifactId>
79-
<version>2.1.2</version>
80-
<executions>
81-
<execution>
82-
<id>attach-sources</id>
83-
<goals>
84-
<goal>jar</goal>
85-
</goals>
86-
</execution>
87-
</executions>
88-
</plugin>
89-
<plugin>
90-
<groupId>org.apache.maven.plugins</groupId>
91-
<artifactId>maven-javadoc-plugin</artifactId>
92-
<version>2.6</version>
9376
<executions>
9477
<execution>
9578
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)