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 release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jadamcrain committed May 28, 2020
1 parent 87f48bf commit 815ead5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions java/bindings/pom.xml
Expand Up @@ -3,7 +3,7 @@

<groupId>com.automatak.dnp3</groupId>
<artifactId>opendnp3-bindings</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<packaging>jar</packaging>

<name>opendnp3</name>
Expand All @@ -29,7 +29,7 @@
<scm>
<url>https://github.com/automatak/dnp3.git</url>
<developerConnection>scm:git:git@github.com:dnp3/opendnp3.git</developerConnection>
<tag>HEAD</tag>
<tag>3.0.2</tag>
</scm>

<developers>
Expand Down
4 changes: 2 additions & 2 deletions java/codegen/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.automatak.dnp3</groupId>
<artifactId>opendnp3-parent</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<artifactId>opendnp3-codegen</artifactId>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>com.automatak.dnp3</groupId>
<artifactId>opendnp3-bindings</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions java/example/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.automatak.dnp3</groupId>
<artifactId>opendnp3-parent</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<artifactId>opendnp3-example</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>com.automatak.dnp3</groupId>
<artifactId>opendnp3-bindings</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Expand Up @@ -3,7 +3,7 @@

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

<modules>
Expand Down

0 comments on commit 815ead5

Please sign in to comment.