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

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
emgre committed Jun 21, 2019
1 parent f61821e commit 94c9167
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion java/bindings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.automatak.dnp3</groupId>
<artifactId>opendnp3-parent</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
</parent>

<artifactId>opendnp3-bindings</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions java/codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.automatak.dnp3</groupId>
<artifactId>opendnp3-parent</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
</parent>

<artifactId>opendnp3-codegen</artifactId>
Expand Down Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>com.automatak.dnp3</groupId>
<artifactId>opendnp3-bindings</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions java/example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.automatak.dnp3</groupId>
<artifactId>opendnp3-parent</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
</parent>

<artifactId>opendnp3-example</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.automatak.dnp3</groupId>
<artifactId>opendnp3-bindings</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.automatak.dnp3</groupId>
<artifactId>opendnp3-parent</artifactId>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<packaging>pom</packaging>

<name>opendnp3</name>
Expand Down Expand Up @@ -36,7 +36,7 @@
<scm>
<url>https://github.com/automatak/dnp3.git</url>
<developerConnection>scm:git:git@github.com:dnp3/opendnp3.git</developerConnection>
<tag>2.3.2</tag>
<tag>2.3.0</tag>
</scm>

<developers>
Expand Down

0 comments on commit 94c9167

Please sign in to comment.