|
44 | 44 | <parent>
|
45 | 45 | <groupId>net.java</groupId>
|
46 | 46 | <artifactId>jvnet-parent</artifactId>
|
47 |
| - <version>4</version> |
| 47 | + <version>5</version> |
48 | 48 | </parent>
|
49 | 49 |
|
50 | 50 | <modelVersion>4.0.0</modelVersion>
|
|
132 | 132 | < release.spec.feedback> [email protected]</ release.spec.feedback>
|
133 | 133 |
|
134 | 134 | <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> |
139 | 139 |
|
140 | 140 | <non.final>false</non.final>
|
141 | 141 | <mod.dir>${project.build.directory}/mods</mod.dir>
|
|
188 | 188 | <artifactId>maven-javadoc-plugin</artifactId>
|
189 | 189 | <version>2.10.4</version>
|
190 | 190 | </plugin>
|
191 |
| - |
192 | 191 | <plugin>
|
193 | 192 | <groupId>org.apache.felix</groupId>
|
194 | 193 | <artifactId>maven-bundle-plugin</artifactId>
|
195 | 194 | <version>3.2.0</version>
|
196 | 195 | </plugin>
|
197 |
| - |
198 | 196 | <plugin>
|
199 | 197 | <groupId>org.apache.maven.plugins</groupId>
|
200 | 198 | <artifactId>maven-enforcer-plugin</artifactId>
|
201 | 199 | <version>1.2</version>
|
202 | 200 | </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> |
204 | 206 | </plugins>
|
205 |
| - |
206 | 207 | </pluginManagement>
|
207 | 208 |
|
208 | 209 | <plugins>
|
|
330 | 331 | <mavenExecutorId>forked-path</mavenExecutorId>
|
331 | 332 | <useReleaseProfile>false</useReleaseProfile>
|
332 | 333 | <arguments>${release.arguments}</arguments>
|
| 334 | + <!-- |
333 | 335 | <releaseVersion>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}-b${maven.build.timestamp}</releaseVersion>
|
334 | 336 | <developmentVersion>${project.version}</developmentVersion>
|
| 337 | + --> |
335 | 338 | </configuration>
|
336 | 339 | </plugin>
|
337 | 340 | <plugin>
|
|
0 commit comments