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

Commit 64b119e

Browse files
committed
Updated java POMs for 1.1.0 release
1 parent 1c2d234 commit 64b119e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

java/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.automatak.dnp3</groupId>
77
<artifactId>opendnp3-parent</artifactId>
8-
<version>1.1.0-RC1</version>
8+
<version>1.1.0</version>
99
</parent>
1010

1111
<artifactId>opendnp3-api</artifactId>

java/bindings/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.automatak.dnp3</groupId>
77
<artifactId>opendnp3-parent</artifactId>
8-
<version>1.1.0-RC1</version>
8+
<version>1.1.0</version>
99
</parent>
1010

1111
<artifactId>opendnp3-bindings</artifactId>

java/example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.automatak.dnp3</groupId>
77
<artifactId>opendnp3-parent</artifactId>
8-
<version>1.1.0-RC1</version>
8+
<version>1.1.0</version>
99
</parent>
1010

1111
<artifactId>opendnp3-example</artifactId>

java/pom.xml

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

55
<groupId>com.automatak.dnp3</groupId>
66
<artifactId>opendnp3-parent</artifactId>
7-
<version>1.1.0-RC1</version>
7+
<version>1.1.0</version>
88
<packaging>pom</packaging>
99

1010
<name>opendnp3</name>
@@ -24,7 +24,7 @@
2424
<maven-scala.plugin.version>3.1.3</maven-scala.plugin.version>
2525
<maven-source-plugin.version>2.1.2</maven-source-plugin.version>
2626
<maven-bundle.version>2.1.0</maven-bundle.version>
27-
<opendnp3.version>1.1.0-RC1</opendnp3.version>
27+
<opendnp3.version>1.1.0</opendnp3.version>
2828
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2929
<scala.version.short>2.10</scala.version.short>
3030
<scala.version>2.10.0</scala.version>

0 commit comments

Comments
 (0)