Skip to content

Commit 662b191

Browse files
committed
[maven-release-plugin] prepare release oncrpc4j-3.3.3
1 parent 3acdaa4 commit 662b191

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

oncrpc4j-benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.dcache</groupId>
77
<artifactId>oncrpc4j</artifactId>
8-
<version>3.3.3-SNAPSHOT</version>
8+
<version>3.3.3</version>
99
</parent>
1010

1111
<name>Set of JMH benchmarks for oncrpc4j</name>

oncrpc4j-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.dcache</groupId>
77
<artifactId>oncrpc4j</artifactId>
8-
<version>3.3.3-SNAPSHOT</version>
8+
<version>3.3.3</version>
99
</parent>
1010

1111
<artifactId>oncrpc4j-core</artifactId>

oncrpc4j-portmapdaemon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.dcache</groupId>
77
<artifactId>oncrpc4j</artifactId>
8-
<version>3.3.3-SNAPSHOT</version>
8+
<version>3.3.3</version>
99
</parent>
1010

1111
<artifactId>oncrpc4j-portmapdaemon</artifactId>

oncrpc4j-rpcgen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.dcache</groupId>
66
<artifactId>oncrpc4j</artifactId>
7-
<version>3.3.3-SNAPSHOT</version>
7+
<version>3.3.3</version>
88
</parent>
99

1010
<artifactId>oncrpc4j-rpcgen</artifactId>

oncrpc4j-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.dcache</groupId>
66
<artifactId>oncrpc4j</artifactId>
7-
<version>3.3.3-SNAPSHOT</version>
7+
<version>3.3.3</version>
88
</parent>
99

1010
<artifactId>oncrpc4j-spring</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>org.dcache</groupId>
1111
<artifactId>oncrpc4j</artifactId>
12-
<version>3.3.3-SNAPSHOT</version>
12+
<version>3.3.3</version>
1313
<name>ONCRPC4J parent project</name>
1414
<packaging>pom</packaging>
1515

@@ -19,7 +19,7 @@
1919
<url>https://github.com/dCache/oncrpc4j.git</url>
2020
<connection>scm:git:https://github.com/dCache/oncrpc4j.git</connection>
2121
<developerConnection>scm:git:ssh://[email protected]/dCache/oncrpc4j.git</developerConnection>
22-
<tag>3.3</tag>
22+
<tag>oncrpc4j-3.3.3</tag>
2323
</scm>
2424

2525
<!--

0 commit comments

Comments
 (0)