Skip to content

Commit 84bbc86

Browse files
committed
Merge branch 'nb122'
2 parents 285c169 + edd71ac commit 84bbc86

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<property name="groupId" value="com.junichi11.netbeans.modules" />
1414
<property name="artifactId" value="netbeans-cakephp3" />
1515
<!-- also change the version of pom.xml -->
16-
<property name="version" value="0.9.1" />
16+
<property name="version" value="0.10.1" />
1717
<!-- defined maven snapshots and staging repository id and url -->
1818
<property name="ossrh-snapshots-repository-url"
1919
value="https://oss.sonatype.org/content/repositories/snapshots/" />

manifest.mf

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ AutoUpdate-Show-In-Client: true
33
OpenIDE-Module: org.netbeans.modules.php.cake3
44
OpenIDE-Module-Layer: org/netbeans/modules/php/cake3/resources/layer.xml
55
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/php/cake3/Bundle.properties
6-
OpenIDE-Module-Specification-Version: 0.9.1
6+
OpenIDE-Module-Specification-Version: 0.10.1

nbproject/genfiles.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ build.xml.script.CRC32=99224ca9
33
build.xml.stylesheet.CRC32=[email protected]
44
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
55
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
6-
nbproject/build-impl.xml.data.CRC32=26a6082c
6+
nbproject/build-impl.xml.data.CRC32=9809b2f0
77
nbproject/build-impl.xml.script.CRC32=3e0b9a07
8-
nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.76
8+
nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.82

nbproject/project.xml

+1
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@
240240
<build-prerequisite/>
241241
<compile-dependency/>
242242
<run-dependency>
243+
<release-version>2</release-version>
243244
<implementation-version/>
244245
</run-dependency>
245246
</dependency>

pom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.junichi11.netbeans.modules</groupId>
55
<artifactId>netbeans-cakephp3</artifactId>
66
<!-- change the version of build.xml -->
7-
<version>0.9.1</version>
7+
<version>0.10.1</version>
88
<packaging>nbm</packaging>
99
<name>NetBeans CakePHP3/4 Framework</name>
1010
<url>https://github.com/junichi11/</url>

0 commit comments

Comments
 (0)