Skip to content

Commit

Permalink
Update version number to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
junichi11 committed May 26, 2021
1 parent 3981c4a commit 96691b1
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-cakephp3" />
<!-- also change the version of pom.xml -->
<property name="version" value="0.9.0" />
<property name="version" value="0.9.1" />
<!-- 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 @@ -3,4 +3,4 @@ AutoUpdate-Show-In-Client: true
OpenIDE-Module: org.netbeans.modules.php.cake3
OpenIDE-Module-Layer: org/netbeans/modules/php/cake3/resources/layer.xml
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/php/cake3/Bundle.properties
OpenIDE-Module-Specification-Version: 0.9.0
OpenIDE-Module-Specification-Version: 0.9.1
2 changes: 1 addition & 1 deletion pom/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-cakephp3</artifactId>
<!-- change the version of build.xml -->
<version>0.9.0</version>
<version>0.9.1</version>
<packaging>nbm</packaging>
<name>NetBeans CakePHP3/4 Framework</name>
<url>https://github.com/junichi11/</url>
Expand Down

0 comments on commit 96691b1

Please sign in to comment.