Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuhrm committed Jul 18, 2018
1 parent 44ebc97 commit 47a29b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<name>SNMPMan Parent</name>
<description>SNMP agent simulator</description>
<url>https://github.com/1and1/snmpman</url>
<version>1.3.2-SNAPSHOT</version>
<version>1.4.0</version>
<packaging>pom</packaging>
<scm>
<url>https://github.com/1and1/snmpman</url>
<connection>scm:git:git@github.com:1and1/snmpman.git</connection>
<developerConnection>scm:git:git@github.com:1and1/snmpman.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.4.0</tag>
</scm>
<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion snmpman-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.oneandone</groupId>
<artifactId>snmpman-parent</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<artifactId>snmpman-cli</artifactId>
<name>SNMPMan Command Line</name>
Expand Down
2 changes: 1 addition & 1 deletion snmpman/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.oneandone</groupId>
<artifactId>snmpman-parent</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<artifactId>snmpman</artifactId>
<name>SNMPMan</name>
Expand Down

0 comments on commit 47a29b9

Please sign in to comment.