Skip to content

Commit 40195ef

Browse files
committed
Set next development version of IDEA plugin, 2.3.24
1 parent 60d094b commit 40195ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/idea/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
ext {
7-
roboVMVersion = '2.3.23'
7+
roboVMVersion = '2.3.24-SNAPSHOT'
88
}
99

1010
group 'com.mobidevelop.robovm'

plugins/idea/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<groupId>com.mobidevelop.robovm</groupId>
55
<artifactId>org.robovm.idea</artifactId>
66
<name>RoboVM plugin for Intellij IDEA</name>
7-
<version>2.3.23-SNAPSHOT</version>
7+
<version>2.3.24-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<properties>
1111
<ij.plugin>true</ij.plugin>
1212
<ij.pluginDescriptor>src/main/resources/META-INF/plugin.xml</ij.pluginDescriptor>
13-
<robovm.version>2.3.23-SNAPSHOT</robovm.version>
13+
<robovm.version>2.3.24-SNAPSHOT</robovm.version>
1414
</properties>
1515

1616
<scm>

0 commit comments

Comments
 (0)