mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
[eclipse/xtext#2034] bump xtext-gradle-plugin
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
afb54c0bdf
commit
3abc5ac122
6 changed files with 7 additions and 7 deletions
|
@ -7,5 +7,5 @@ version = '2.26.0-SNAPSHOT'
|
|||
ext.versions = [
|
||||
'xtext': version,
|
||||
'xtext_bootstrap': '2.26.0.M3',
|
||||
'xtext_gradle_plugin': '3.0.0'
|
||||
'xtext_gradle_plugin': '3.0.1'
|
||||
]
|
||||
|
|
|
@ -4,7 +4,7 @@ buildscript {
|
|||
gradlePluginPortal()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.xtext:xtext-gradle-plugin:3.0.0'
|
||||
classpath 'org.xtext:xtext-gradle-plugin:3.0.1'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ buildscript {
|
|||
gradlePluginPortal()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.xtext:xtext-gradle-plugin:3.0.0'
|
||||
classpath 'org.xtext:xtext-gradle-plugin:3.0.1'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ buildscript {
|
|||
gradlePluginPortal()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.xtext:xtext-gradle-plugin:3.0.0'
|
||||
classpath 'org.xtext:xtext-gradle-plugin:3.0.1'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ buildscript {
|
|||
gradlePluginPortal()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.xtext:xtext-gradle-plugin:3.0.0'
|
||||
classpath 'org.xtext:xtext-gradle-plugin:3.0.1'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* Copyright (c) 2015, 2021 itemis AG (http://www.itemis.eu) and others.
|
||||
* Copyright (c) 2015, 2022 itemis AG (http://www.itemis.eu) and others.
|
||||
* This program and the accompanying materials are made available under the
|
||||
* terms of the Eclipse Public License 2.0 which is available at
|
||||
* http://www.eclipse.org/legal/epl-2.0.
|
||||
|
@ -45,7 +45,7 @@ public class XtextVersion {
|
|||
}
|
||||
|
||||
public String getXtextGradlePluginVersion() {
|
||||
return "3.0.0";
|
||||
return "3.0.1";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue