Skip to content

Commit

Permalink
* Experiment 3: Additional platforms -- preparations, version set to …
Browse files Browse the repository at this point in the history
…10.3.0-SNAPSHOT
  • Loading branch information
dkimitsa committed Jul 1, 2023
1 parent 7602de5 commit 8884e14
Show file tree
Hide file tree
Showing 32 changed files with 35 additions and 34 deletions.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
set -e
mvn clean install
./plugins/idea/gradlew -b plugins/idea/build.gradle clean buildPlugin
mvn -f plugins/eclipse/pom.xml clean install
# robovmx -- not focusing on eclipse plugin
# mvn -f plugins/eclipse/pom.xml clean install
./plugins/gradle/gradlew -b plugins/gradle/build.gradle clean assemble publishToMavenLocal
2 changes: 1 addition & 1 deletion compiler/cacerts/full/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>robovm-cacerts-parent</artifactId>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-SNAPSHOT</version>
</parent>

<artifactId>robovm-cacerts-full</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion compiler/cacerts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>robovm-compiler-parent</artifactId>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-SNAPSHOT</version>
</parent>

<artifactId>robovm-cacerts-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion compiler/cocoatouch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>robovm-compiler-parent</artifactId>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-SNAPSHOT</version>
</parent>

<artifactId>robovm-cocoatouch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion compiler/compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>robovm-compiler-parent</artifactId>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-SNAPSHOT</version>
</parent>

<artifactId>robovm-compiler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion compiler/libimobiledevice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>robovm-compiler-parent</artifactId>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-SNAPSHOT</version>
</parent>

<artifactId>robovm-libimobiledevice</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion compiler/llvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>robovm-compiler-parent</artifactId>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-SNAPSHOT</version>
</parent>

<artifactId>robovm-llvm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion compiler/objc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>robovm-compiler-parent</artifactId>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-SNAPSHOT</version>
</parent>

<artifactId>robovm-objc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>robovm-parent</artifactId>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-SNAPSHOT</version>
</parent>

<artifactId>robovm-compiler-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion compiler/rt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>robovm-compiler-parent</artifactId>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-SNAPSHOT</version>
</parent>

<artifactId>robovm-rt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist/compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>robovm-dist-parent</artifactId>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-SNAPSHOT</version>
</parent>

<artifactId>robovm-dist-compiler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist/package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>robovm-dist-parent</artifactId>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-SNAPSHOT</version>
</parent>

<artifactId>robovm-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>robovm-parent</artifactId>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-SNAPSHOT</version>
</parent>

<artifactId>robovm-dist-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/debugger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>robovm-parent</artifactId>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions plugins/gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

group = 'com.robovmx'
archivesBaseName = 'robovm-gradle-plugin'
version = '2.3.20-SNAPSHOT'
version = '10.3.0-SNAPSHOT'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand All @@ -20,7 +20,7 @@ compileJava {
}

ext {
roboVMVersion = '2.3.20-SNAPSHOT'
roboVMVersion = '10.3.0-SNAPSHOT'
nexusUsername = System.getenv('MAVEN_USERNAME')
nexusPassword = System.getenv('MAVEN_PASSWORD')
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/ibxcode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>robovm-parent</artifactId>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
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.20-SNAPSHOT'
roboVMVersion = '10.3.0-SNAPSHOT'
}

group 'com.robovmx'
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.robovmx</groupId>
<artifactId>org.robovm.idea</artifactId>
<name>RoboVM plugin for Intellij IDEA</name>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-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.20-SNAPSHOT</robovm.version>
<robovm.version>10.3.0-SNAPSHOT</robovm.version>
</properties>

<scm>
Expand Down
2 changes: 1 addition & 1 deletion plugins/junit/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>robovm-junit-parent</artifactId>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-SNAPSHOT</version>
</parent>

<artifactId>robovm-junit-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>robovm-parent</artifactId>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugins/junit/protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>robovm-junit-parent</artifactId>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-SNAPSHOT</version>
</parent>

<artifactId>robovm-junit-protocol</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/junit/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>robovm-junit-parent</artifactId>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-SNAPSHOT</version>
</parent>

<artifactId>robovm-junit-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/maven/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>robovm-maven-parent</artifactId>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-SNAPSHOT</version>
</parent>

<artifactId>robovm-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>robovm-parent</artifactId>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugins/maven/surefire/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>robovm-maven-parent</artifactId>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-SNAPSHOT</version>
</parent>

<artifactId>robovm-surefire-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/resolver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>robovm-parent</artifactId>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugins/templates/console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>robovm-templates-parent</artifactId>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-SNAPSHOT</version>
</parent>

<artifactId>robovm-templates-console</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/templates/ios-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>robovm-templates-parent</artifactId>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-SNAPSHOT</version>
</parent>

<artifactId>robovm-templates-ios-framework</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/templates/ios-single-view-no-ib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>robovm-templates-parent</artifactId>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-SNAPSHOT</version>
</parent>

<artifactId>robovm-templates-ios-single-view-no-ib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/templates/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>robovm-parent</artifactId>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion plugins/templates/templater/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>robovm-templates-parent</artifactId>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-SNAPSHOT</version>
</parent>

<artifactId>robovm-templater</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.robovmx</groupId>
<version>2.3.20-SNAPSHOT</version>
<version>10.3.0-SNAPSHOT</version>
<artifactId>robovm-parent</artifactId>
<organization>
<name>com.robovmx</name>
Expand Down

0 comments on commit 8884e14

Please sign in to comment.