Skip to content

Commit 4294ffc

Browse files
committed
update parent pom
1 parent ae82a53 commit 4294ffc

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

pom.xml

+3-9
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.fasterxml.jackson</groupId>
77
<artifactId>jackson-parent</artifactId>
8-
<version>2.4</version>
8+
<version>2.5-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>com.fasterxml.jackson.core</groupId>
@@ -102,15 +102,9 @@ javax.xml.datatype, javax.xml.namespace, javax.xml.parsers
102102

103103
<build>
104104
<plugins>
105-
<plugin> <!-- parent uses 2.4.2 -->
106-
<groupId>org.apache.maven.plugins</groupId>
107-
<artifactId>maven-release-plugin</artifactId>
108-
<version>2.5</version>
109-
</plugin>
110-
<plugin>
105+
<plugin>
111106
<groupId>org.apache.maven.plugins</groupId>
112107
<artifactId>maven-surefire-plugin</artifactId>
113-
<version>${surefire.version}</version>
114108
<configuration>
115109
<excludes>
116110
<exclude>com/fasterxml/jackson/failing/*.java</exclude>
@@ -121,7 +115,7 @@ javax.xml.datatype, javax.xml.namespace, javax.xml.parsers
121115
<plugin>
122116
<groupId>org.apache.maven.plugins</groupId>
123117
<artifactId>maven-javadoc-plugin</artifactId>
124-
<version>${javadoc.version}</version>
118+
<version>${version.plugin.javadoc}</version>
125119
<configuration>
126120
<links>
127121
<link>http://docs.oracle.com/javase/6/docs/api/</link>

0 commit comments

Comments
 (0)