Skip to content

Commit 6fea11c

Browse files
[maven-release-plugin] prepare release 3.0.5
1 parent 4ee73f5 commit 6fea11c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
<groupId>org.eclipse.ee4j</groupId>
1919
<artifactId>project</artifactId>
2020
<version>2.0.2</version>
21-
<relativePath/>
21+
<relativePath />
2222
</parent>
2323

2424
<groupId>com.sun.xml.messaging.saaj</groupId>
2525
<artifactId>metro-saaj</artifactId>
26-
<version>3.0.5-SNAPSHOT</version>
26+
<version>3.0.5</version>
2727
<packaging>pom</packaging>
2828

2929
<name>Jakarta SOAP</name>
@@ -33,7 +33,7 @@
3333
<connection>scm:git:git@github.com:eclipse-ee4j/metro-saaj.git</connection>
3434
<developerConnection>scm:git:git@github.com:eclipse-ee4j/metro-saaj.git</developerConnection>
3535
<url>https://github.com/eclipse-ee4j/metro-saaj</url>
36-
<tag>HEAD</tag>
36+
<tag>3.0.5</tag>
3737
</scm>
3838

3939
<licenses>

saaj-ri/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>com.sun.xml.messaging.saaj</groupId>
1818
<artifactId>metro-saaj</artifactId>
19-
<version>3.0.5-SNAPSHOT</version>
19+
<version>3.0.5</version>
2020
<relativePath>../pom.xml</relativePath>
2121
</parent>
2222

@@ -28,7 +28,7 @@
2828
</description>
2929

3030
<properties>
31-
<proxyOpts/>
31+
<proxyOpts />
3232
<!-- arguments for surefire-plugin -->
3333
<argLine>${proxyOpts}</argLine>
3434
</properties>

0 commit comments

Comments
 (0)