Skip to content

Commit 8d707ba

Browse files
committed
Update version number to 1.3.0
1 parent 19eaf69 commit 8d707ba

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
@@ -13,7 +13,7 @@
1313
<property name="groupId" value="com.junichi11.netbeans.modules" />
1414
<property name="artifactId" value="netbeans-wordpress-plugin" />
1515
<!-- also change the version of pom.xml -->
16-
<property name="version" value="1.2.0" />
16+
<property name="version" value="1.3.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,5 +2,5 @@ Manifest-Version: 1.0
22
OpenIDE-Module: org.netbeans.modules.php.wordpress
33
OpenIDE-Module-Layer: org/netbeans/modules/php/wordpress/resources/layer.xml
44
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/php/wordpress/Bundle.properties
5-
OpenIDE-Module-Specification-Version: 1.2.0
5+
OpenIDE-Module-Specification-Version: 1.3.0
66
OpenIDE-Module-Install: org/netbeans/modules/php/wordpress/WordPressModuleInstall.class

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-wordpress-plugin</artifactId>
66
<!-- change the version of build.xml -->
7-
<version>1.2.0</version>
7+
<version>1.3.0</version>
88
<packaging>nbm</packaging>
99
<name>PHP WordPress Blog/CMS</name>
1010
<url>https://github.com/junichi11/netbeans-wordpress-plugin</url>

0 commit comments

Comments
 (0)