Skip to content

Commit

Permalink
Update version number to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junichi11 committed Jun 20, 2020
1 parent 326e760 commit 23c9180
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-change-line-endings-on-save" />
<!-- also change the version of pom.xml -->
<property name="version" value="0.8.0" />
<property name="version" value="0.9.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
@@ -1,5 +1,5 @@
Manifest-Version: 1.0
OpenIDE-Module: com.junichi11.netbeans.changelf
OpenIDE-Module-Localizing-Bundle: com/junichi11/netbeans/changelf/Bundle.properties
OpenIDE-Module-Specification-Version: 0.8.0
OpenIDE-Module-Specification-Version: 0.9.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-change-line-endings-on-save</artifactId>
<!-- change the version of build.xml -->
<version>0.8.0</version>
<version>0.9.0</version>
<packaging>nbm</packaging>
<name>NetBeans Change Line Endings on Save Plugin</name>
<url>https://github.com/junichi11/</url>
Expand Down

0 comments on commit 23c9180

Please sign in to comment.