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

Commit 843e5c7

Browse files
committed
[maven-release-plugin] prepare release 2.4.0
1 parent b4b8116 commit 843e5c7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

java/bindings/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.automatak.dnp3</groupId>
66
<artifactId>opendnp3-parent</artifactId>
7-
<version>2.3.4-SNAPSHOT</version>
7+
<version>2.4.0</version>
88
</parent>
99

1010
<artifactId>opendnp3-bindings</artifactId>

java/codegen/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.automatak.dnp3</groupId>
66
<artifactId>opendnp3-parent</artifactId>
7-
<version>2.3.4-SNAPSHOT</version>
7+
<version>2.4.0</version>
88
</parent>
99

1010
<artifactId>opendnp3-codegen</artifactId>
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.automatak.dnp3</groupId>
5757
<artifactId>opendnp3-bindings</artifactId>
58-
<version>2.3.4-SNAPSHOT</version>
58+
<version>2.4.0</version>
5959
<scope>compile</scope>
6060
</dependency>
6161
<dependency>

java/example/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.automatak.dnp3</groupId>
66
<artifactId>opendnp3-parent</artifactId>
7-
<version>2.3.4-SNAPSHOT</version>
7+
<version>2.4.0</version>
88
</parent>
99

1010
<artifactId>opendnp3-example</artifactId>
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>com.automatak.dnp3</groupId>
1616
<artifactId>opendnp3-bindings</artifactId>
17-
<version>2.3.4-SNAPSHOT</version>
17+
<version>2.4.0</version>
1818
<scope>compile</scope>
1919
</dependency>
2020
</dependencies>

java/pom.xml

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

44
<groupId>com.automatak.dnp3</groupId>
55
<artifactId>opendnp3-parent</artifactId>
6-
<version>2.3.4-SNAPSHOT</version>
6+
<version>2.4.0</version>
77
<packaging>pom</packaging>
88

99
<name>opendnp3</name>
@@ -36,7 +36,7 @@
3636
<scm>
3737
<url>https://github.com/automatak/dnp3.git</url>
3838
<developerConnection>scm:git:git@github.com:dnp3/opendnp3.git</developerConnection>
39-
<tag>2.3.0</tag>
39+
<tag>2.4.0</tag>
4040
</scm>
4141

4242
<developers>

0 commit comments

Comments
 (0)