Skip to content

Commit

Permalink
Update version number to 1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junichi11 committed Mar 8, 2023
1 parent dc79a5d commit 8e36697
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 @@ -10,7 +10,7 @@
<property name="groupId" value="com.junichi11.netbeans.modules" />
<property name="artifactId" value="netbeans-sort-line-tools" />
<!-- also change the version of pom.xml -->
<property name="version" value="1.24" />
<property name="version" value="1.25.0" />
<!-- 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,4 +3,4 @@ OpenIDE-Module: org.netbeans.modules.linetools/1
OpenIDE-Module-Layer: org/netbeans/modules/linetools/resources/layer.xml
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/linetools/Bundle.properties
OpenIDE-Module-Requires: org.netbeans.api.javahelp.Help
OpenIDE-Module-Specification-Version: 1.24
OpenIDE-Module-Specification-Version: 1.25.0
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-sort-line-tools</artifactId>
<!-- change the version of build.xml -->
<version>1.24</version>
<version>1.25.0</version>
<packaging>nbm</packaging>
<name>NetBeans Sort Line Tools</name>
<url>https://github.com/netbeanslab/nb-sort-line-tools</url>
Expand Down

0 comments on commit 8e36697

Please sign in to comment.