Skip to content

Commit 130d9eb

Browse files
committed
Merge branch 'netbeans122'
2 parents 132bb65 + 416a0bc commit 130d9eb

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
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-cakephp" />
1515
<!-- also change the version of pom.xml -->
16-
<property name="version" value="1.0.0" />
16+
<property name="version" value="1.1.0" />
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Manifest-Version: 1.0
22
OpenIDE-Module: org.cakephp.netbeans
33
OpenIDE-Module-Layer: org/cakephp/netbeans/resources/layer.xml
44
OpenIDE-Module-Localizing-Bundle: org/cakephp/netbeans/resources/Bundle.properties
5-
OpenIDE-Module-Specification-Version: 1.0.0
5+
OpenIDE-Module-Specification-Version: 1.1.0

nbproject/genfiles.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ build.xml.script.CRC32=509b06b8
33
build.xml.stylesheet.CRC32=15ca8a54@2.75.1
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=3b01f477
6+
nbproject/build-impl.xml.data.CRC32=e0dd007a
77
nbproject/build-impl.xml.script.CRC32=66d0a2dd
8-
nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.75.1
8+
nbproject/build-impl.xml.stylesheet.CRC32=49aa68b0@2.82

nbproject/project.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@
239239
<build-prerequisite/>
240240
<compile-dependency/>
241241
<run-dependency>
242+
<release-version>2</release-version>
242243
<implementation-version/>
243244
</run-dependency>
244245
</dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.junichi11.netbeans.modules</groupId>
55
<artifactId>netbeans-cakephp</artifactId>
66
<!-- change the version of build.xml -->
7-
<version>1.0.0</version>
7+
<version>1.1.0</version>
88
<packaging>nbm</packaging>
99
<name>NetBeans CakePHP Framework</name>
1010
<url>https://github.com/junichi11/</url>

0 commit comments

Comments
 (0)