Skip to content

Commit a024be3

Browse files
committed
Update version number to 1.2.0
1 parent 83cd6c5 commit a024be3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<property name="groupId" value="com.junichi11.netbeans.modules" />
1313
<property name="artifactId" value="netbeans-php-enhancements" />
1414
<!-- also change the version of pom.xml -->
15-
<property name="version" value="1.1.0" />
15+
<property name="version" value="1.2.0" />
1616
<!-- defined maven snapshots and staging repository id and url -->
1717
<property name="ossrh-snapshots-repository-url"
1818
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,5 +2,5 @@ Manifest-Version: 1.0
22
OpenIDE-Module: com.junichi11.netbeans.php.enhancements
33
OpenIDE-Module-Localizing-Bundle: com/junichi11/netbeans/php/enhancements/Bundle.properties
44
OpenIDE-Module-Requires: org.openide.windows.WindowManager
5-
OpenIDE-Module-Specification-Version: 1.1.0
5+
OpenIDE-Module-Specification-Version: 1.2.0
66

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-php-enhancements</artifactId>
66
<!-- change the version of build.xml -->
7-
<version>1.1.0</version>
7+
<version>1.2.0</version>
88
<packaging>nbm</packaging>
99
<name>NetBeans PHP Enhancements</name>
1010
<url>https://github.com/junichi11/</url>

0 commit comments

Comments
 (0)