Skip to content
This repository was archived by the owner on Sep 24, 2018. It is now read-only.

Commit 16a102b

Browse files
committed
update dependencies
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent 1bb47b5 commit 16a102b

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

api/pom.xml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<parent>
4545
<groupId>net.java</groupId>
4646
<artifactId>jvnet-parent</artifactId>
47-
<version>4</version>
47+
<version>5</version>
4848
</parent>
4949

5050
<modelVersion>4.0.0</modelVersion>
@@ -132,10 +132,10 @@
132132
<release.spec.feedback>[email protected]</release.spec.feedback>
133133

134134
<extension.name>javax.xml.ws</extension.name>
135-
<spec.version>2.3</spec.version>
136-
<old.spec.version>2.2</old.spec.version>
137-
<jaxb.version>2.3.0-b170526.0356</jaxb.version>
138-
<soap.version>1.4.0-b03</soap.version>
135+
<spec.version>2.4</spec.version>
136+
<old.spec.version>2.3</old.spec.version>
137+
<jaxb.version>2.3.0</jaxb.version>
138+
<soap.version>1.4.0</soap.version>
139139

140140
<non.final>false</non.final>
141141
<mod.dir>${project.build.directory}/mods</mod.dir>
@@ -188,21 +188,22 @@
188188
<artifactId>maven-javadoc-plugin</artifactId>
189189
<version>2.10.4</version>
190190
</plugin>
191-
192191
<plugin>
193192
<groupId>org.apache.felix</groupId>
194193
<artifactId>maven-bundle-plugin</artifactId>
195194
<version>3.2.0</version>
196195
</plugin>
197-
198196
<plugin>
199197
<groupId>org.apache.maven.plugins</groupId>
200198
<artifactId>maven-enforcer-plugin</artifactId>
201199
<version>1.2</version>
202200
</plugin>
203-
201+
<plugin>
202+
<groupId>org.apache.maven.plugins</groupId>
203+
<artifactId>maven-release-plugin</artifactId>
204+
<version>2.5.3</version>
205+
</plugin>
204206
</plugins>
205-
206207
</pluginManagement>
207208

208209
<plugins>
@@ -330,8 +331,10 @@
330331
<mavenExecutorId>forked-path</mavenExecutorId>
331332
<useReleaseProfile>false</useReleaseProfile>
332333
<arguments>${release.arguments}</arguments>
334+
<!--
333335
<releaseVersion>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}-b${maven.build.timestamp}</releaseVersion>
334336
<developmentVersion>${project.version}</developmentVersion>
337+
-->
335338
</configuration>
336339
</plugin>
337340
<plugin>

0 commit comments

Comments
 (0)