Skip to content

Commit

Permalink
Update version number to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junichi11 committed Jun 20, 2020
1 parent d6fb1b6 commit f31de7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<property name="groupId" value="com.junichi11.netbeans.modules" />
<property name="artifactId" value="netbeans-encoding" />
<!-- also change the version of pom.xml -->
<property name="version" value="1.6.0" />
<property name="version" value="1.7.0" />
<!-- defined maven snapshots and staging repository id and url -->
<property name="ossrh-snapshots-repository-url"
value="https://oss.sonatype.org/content/repositories/snapshots/" />
Expand Down
2 changes: 1 addition & 1 deletion manifest.mf
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Manifest-Version: 1.0
OpenIDE-Module: com.junichi11.netbeans.modules.encoding
OpenIDE-Module-Layer: com/junichi11/netbeans/modules/encoding/resources/layer.xml
OpenIDE-Module-Localizing-Bundle: com/junichi11/netbeans/modules/encoding/Bundle.properties
OpenIDE-Module-Specification-Version: 1.6.0
OpenIDE-Module-Specification-Version: 1.7.0

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.junichi11.netbeans.modules</groupId>
<artifactId>netbeans-encoding</artifactId>
<!-- change the version of build.xml -->
<version>1.6.0</version>
<version>1.7.0</version>
<packaging>nbm</packaging>
<name>NetBeans Encoding Plugin</name>
<url>https://github.com/junichi11/netbeans-encoding-plugin</url>
Expand Down

0 comments on commit f31de7c

Please sign in to comment.