Skip to content

Commit

Permalink
Merge branch 'nb130'
Browse files Browse the repository at this point in the history
  • Loading branch information
junichi11 committed May 17, 2022
2 parents 130d9eb + 0bc1222 commit e6a842e
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-cakephp" />
<!-- 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,4 +2,4 @@ Manifest-Version: 1.0
OpenIDE-Module: org.cakephp.netbeans
OpenIDE-Module-Layer: org/cakephp/netbeans/resources/layer.xml
OpenIDE-Module-Localizing-Bundle: org/cakephp/netbeans/resources/Bundle.properties
OpenIDE-Module-Specification-Version: 1.1.0
OpenIDE-Module-Specification-Version: 1.2.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-cakephp</artifactId>
<!-- change the version of build.xml -->
<version>1.1.0</version>
<version>1.2.0</version>
<packaging>nbm</packaging>
<name>NetBeans CakePHP Framework</name>
<url>https://github.com/junichi11/</url>
Expand Down

0 comments on commit e6a842e

Please sign in to comment.