Skip to content

Commit

Permalink
Update version number to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
junichi11 committed May 17, 2022
1 parent 26f1c90 commit d873c98
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 @@ -12,7 +12,7 @@
<property name="groupId" value="com.junichi11.netbeans.modules" />
<property name="artifactId" value="netbeans-php-enhancements" />
<!-- also change the version of pom.xml -->
<property name="version" value="1.3.1" />
<property name="version" value="1.3.2" />
<!-- 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 @@ -3,5 +3,5 @@ OpenIDE-Module: com.junichi11.netbeans.php.enhancements
OpenIDE-Module-Install: com/junichi11/netbeans/php/enhancements/Installer.class
OpenIDE-Module-Localizing-Bundle: com/junichi11/netbeans/php/enhancements/Bundle.properties
OpenIDE-Module-Requires: org.openide.windows.WindowManager
OpenIDE-Module-Specification-Version: 1.3.1
OpenIDE-Module-Specification-Version: 1.3.2

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-php-enhancements</artifactId>
<!-- change the version of build.xml -->
<version>1.3.1</version>
<version>1.3.2</version>
<packaging>nbm</packaging>
<name>NetBeans PHP Enhancements</name>
<url>https://github.com/junichi11/</url>
Expand Down

0 comments on commit d873c98

Please sign in to comment.