Skip to content

Commit

Permalink
prepare for next dev iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
oehme committed Mar 13, 2014
1 parent a03f45a commit 2edcec7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.xtext:xtext-gradle-plugin:0.0.1'
classpath 'org.xtext:xtext-gradle-plugin:0.0.2'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ subprojects {
apply from: '../mavenRelease.gradle'

group = "org.xtext"
version = "0.0.2"
version = "0.0.3"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class XtextPlugin implements Plugin<Project> {

project.afterEvaluate{
project.dependencies.add("xtextTooling", "org.eclipse.xtext:org.eclipse.xtext:${xtext.version}")
project.dependencies.add("xtextTooling", "org.xtext:xtext-gradle-lib:0.0.2")
project.dependencies.add("xtextTooling", "org.xtext:xtext-gradle-lib:0.0.3")

def XtextGenerate generatorTask = project.tasks.create("xtextGenerate", XtextGenerate)
def JavaPluginConvention java = project.convention.findPlugin(JavaPluginConvention)
Expand Down

0 comments on commit 2edcec7

Please sign in to comment.