Skip to content

Commit 7d8aca4

Browse files
Upgrade Xtext/Xtend to 2.40 (#4981)
* Upgrade Xtext/Xtend to 2.40 * Upgrade Xtext/Xtend from 2.39 to 2.40 * Upgrade gson from 2.11.0 to 2.13.1 * Upgrade classgraph 4.8.176 to 4.8.180 * Change repo from org.eclipse.xtend to org.eclipse.xtext Signed-off-by: Holger Friedrich <mail@holger-friedrich.de> * Add error_prone_annotations as dependency for gson Signed-off-by: Holger Friedrich <mail@holger-friedrich.de> --------- Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
1 parent 3d0ec78 commit 7d8aca4

44 files changed

Lines changed: 88 additions & 89 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bom/compile-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
<dependency>
135135
<groupId>io.github.classgraph</groupId>
136136
<artifactId>classgraph</artifactId>
137-
<version>4.8.176</version>
137+
<version>4.8.180</version>
138138
<scope>compile</scope>
139139
</dependency>
140140

bom/compile/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<dependency>
134134
<groupId>com.google.code.gson</groupId>
135135
<artifactId>gson</artifactId>
136-
<version>2.11.0</version>
136+
<version>2.13.1</version>
137137
<scope>compile</scope>
138138
</dependency>
139139

bom/runtime/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@
462462
<dependency>
463463
<groupId>com.google.code.gson</groupId>
464464
<artifactId>gson</artifactId>
465-
<version>2.11.0</version>
465+
<version>2.13.1</version>
466466
<scope>compile</scope>
467467
</dependency>
468468

@@ -813,7 +813,7 @@
813813
<dependency>
814814
<groupId>io.github.classgraph</groupId>
815815
<artifactId>classgraph</artifactId>
816-
<version>4.8.176</version>
816+
<version>4.8.180</version>
817817
<scope>compile</scope>
818818
</dependency>
819819
<dependency>
@@ -843,13 +843,13 @@
843843
<scope>compile</scope>
844844
</dependency>
845845
<dependency>
846-
<groupId>org.eclipse.xtend</groupId>
846+
<groupId>org.eclipse.xtext</groupId>
847847
<artifactId>org.eclipse.xtend.lib</artifactId>
848848
<version>${xtext.version}</version>
849849
<scope>compile</scope>
850850
</dependency>
851851
<dependency>
852-
<groupId>org.eclipse.xtend</groupId>
852+
<groupId>org.eclipse.xtext</groupId>
853853
<artifactId>org.eclipse.xtend.lib.macro</artifactId>
854854
<version>${xtext.version}</version>
855855
<scope>compile</scope>

bundles/org.openhab.core.model.item.ide/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</executions>
4545
</plugin>
4646
<plugin>
47-
<groupId>org.eclipse.xtend</groupId>
47+
<groupId>org.eclipse.xtext</groupId>
4848
<artifactId>xtend-maven-plugin</artifactId>
4949
</plugin>
5050
</plugins>

bundles/org.openhab.core.model.item/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
</executions>
9999
</plugin>
100100
<plugin>
101-
<groupId>org.eclipse.xtend</groupId>
101+
<groupId>org.eclipse.xtext</groupId>
102102
<artifactId>xtend-maven-plugin</artifactId>
103103
</plugin>
104104
</plugins>

bundles/org.openhab.core.model.persistence.ide/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</executions>
4444
</plugin>
4545
<plugin>
46-
<groupId>org.eclipse.xtend</groupId>
46+
<groupId>org.eclipse.xtext</groupId>
4747
<artifactId>xtend-maven-plugin</artifactId>
4848
</plugin>
4949
</plugins>

bundles/org.openhab.core.model.persistence/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
</executions>
9999
</plugin>
100100
<plugin>
101-
<groupId>org.eclipse.xtend</groupId>
101+
<groupId>org.eclipse.xtext</groupId>
102102
<artifactId>xtend-maven-plugin</artifactId>
103103
</plugin>
104104
</plugins>

bundles/org.openhab.core.model.rule.ide/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</executions>
4949
</plugin>
5050
<plugin>
51-
<groupId>org.eclipse.xtend</groupId>
51+
<groupId>org.eclipse.xtext</groupId>
5252
<artifactId>xtend-maven-plugin</artifactId>
5353
</plugin>
5454
</plugins>

bundles/org.openhab.core.model.rule/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
</executions>
109109
</plugin>
110110
<plugin>
111-
<groupId>org.eclipse.xtend</groupId>
111+
<groupId>org.eclipse.xtext</groupId>
112112
<artifactId>xtend-maven-plugin</artifactId>
113113
<configuration>
114114
<useXbaseGenerated>false</useXbaseGenerated>

bundles/org.openhab.core.model.script.ide/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</executions>
4444
</plugin>
4545
<plugin>
46-
<groupId>org.eclipse.xtend</groupId>
46+
<groupId>org.eclipse.xtext</groupId>
4747
<artifactId>xtend-maven-plugin</artifactId>
4848
</plugin>
4949
</plugins>

0 commit comments

Comments
 (0)