Skip to content

Commit

Permalink
Update version number to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junichi11 committed Feb 7, 2021
1 parent ff2ad56 commit c735a01
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-wordpress-plugin" />
<!-- also change the version of pom.xml -->
<property name="version" value="1.1.0" />
<property name="version" value="1.2.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: org.netbeans.modules.php.wordpress
OpenIDE-Module-Layer: org/netbeans/modules/php/wordpress/resources/layer.xml
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/php/wordpress/Bundle.properties
OpenIDE-Module-Specification-Version: 1.1.0
OpenIDE-Module-Specification-Version: 1.2.0
OpenIDE-Module-Install: org/netbeans/modules/php/wordpress/WordPressModuleInstall.class
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-wordpress-plugin</artifactId>
<!-- change the version of build.xml -->
<version>1.1.0</version>
<version>1.2.0</version>
<packaging>nbm</packaging>
<name>PHP WordPress Blog/CMS</name>
<url>https://github.com/junichi11/netbeans-wordpress-plugin</url>
Expand Down

0 comments on commit c735a01

Please sign in to comment.