Skip to content

Commit

Permalink
Set next development version of IDEA plugin, 2.3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Ski committed Sep 22, 2024
1 parent 12ab3ab commit 3bc5097
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/idea/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 4,7 @@ plugins {
}

ext {
roboVMVersion = '2.3.22'
roboVMVersion = '2.3.23-SNAPSHOT'
}

group 'com.mobidevelop.robovm'
Expand Down
4 changes: 2 additions & 2 deletions plugins/idea/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 4,13 @@
<groupId>com.mobidevelop.robovm</groupId>
<artifactId>org.robovm.idea</artifactId>
<name>RoboVM plugin for Intellij IDEA</name>
<version>2.3.22-SNAPSHOT</version>
<version>2.3.23-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
<ij.plugin>true</ij.plugin>
<ij.pluginDescriptor>src/main/resources/META-INF/plugin.xml</ij.pluginDescriptor>
<robovm.version>2.3.22-SNAPSHOT</robovm.version>
<robovm.version>2.3.23-SNAPSHOT</robovm.version>
</properties>

<scm>
Expand Down

0 comments on commit 3bc5097

Please sign in to comment.