Skip to content

Commit

Permalink
* experiment #1: fixed eclipse plugin version to v10.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkimitsa committed May 28, 2021
1 parent 516be7a commit 16f50d9
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion plugins/eclipse/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.robovm.eclipse.feature"
label="RoboVM for Eclipse"
version="2.3.14.qualifier"
version="10.1.1.qualifier"
provider-name="RoboVM AB">

<description url="http://www.robovm.com">
Expand Down
2 changes: 1 addition & 1 deletion plugins/eclipse/feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>org.robovm.eclipse.parent</artifactId>
<version>2.3.14-SNAPSHOT</version>
<version>10.1.1-SNAPSHOT</version>
</parent>

<artifactId>org.robovm.eclipse.feature</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions plugins/eclipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.robovmx</groupId>
<version>2.3.14-SNAPSHOT</version>
<version>10.1.1-SNAPSHOT</version>
<artifactId>org.robovm.eclipse.parent</artifactId>
<name>RoboVM for Eclipse</name>
<packaging>pom</packaging>
Expand All @@ -28,7 +28,7 @@
</licenses>

<properties>
<robovm.version>2.3.14-SNAPSHOT</robovm.version>
<robovm.version>10.1.1-SNAPSHOT</robovm.version>
<tycho.version>2.3.0</tycho.version>
<eclipse-site>https://download.eclipse.org/releases/photon</eclipse-site>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion plugins/eclipse/ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.jdt.junit,
org.eclipse.jdt.junit.runtime,
org.eclipse.jdt.junit4.runtime
Bundle-Version: 2.3.14.qualifier
Bundle-Version: 10.1.1.qualifier
Bundle-ManifestVersion: 2
Bundle-Activator: org.robovm.eclipse.RoboVMPlugin
Bundle-SymbolicName: org.robovm.eclipse.ui;singleton:=true
Expand Down
2 changes: 1 addition & 1 deletion plugins/eclipse/ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>org.robovm.eclipse.parent</artifactId>
<version>2.3.14-SNAPSHOT</version>
<version>10.1.1-SNAPSHOT</version>
</parent>

<artifactId>org.robovm.eclipse.ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/eclipse/update-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.robovmx</groupId>
<artifactId>org.robovm.eclipse.parent</artifactId>
<version>2.3.14-SNAPSHOT</version>
<version>10.1.1-SNAPSHOT</version>
</parent>

<artifactId>org.robovm.eclipse.update-site</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/eclipse/update-site/site.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/org.robovm.eclipse.feature_2.3.14.qualifier.jar" id="org.robovm.eclipse.feature" version="2.3.14.qualifier">
<feature url="features/org.robovm.eclipse.feature_10.1.1.qualifier.jar" id="org.robovm.eclipse.feature" version="10.1.1.qualifier">
<category name="robovm"/>
</feature>
<category-def name="robovm" label="RoboVM for Eclipse"/>
Expand Down

0 comments on commit 16f50d9

Please sign in to comment.