Skip to content

Commit

Permalink
Release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian.panek committed Sep 26, 2017
1 parent 4bfa506 commit 32a5372
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'com.cognifide.gradle'
version '2.0.4-SNAPSHOT'
version '2.0.4'
description = 'Gradle AEM Plugin'
defaultTasks = ['clean', 'publishToMavenLocal']

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}

dependencies {
classpath 'com.cognifide.gradle:aem-plugin:2.0.4-SNAPSHOT'
classpath 'com.cognifide.gradle:aem-plugin:2.0.4'
classpath "org.dm.gradle:gradle-bundle-plugin:0.10.0"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.1.4"
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}

dependencies {
classpath 'com.cognifide.gradle:aem-plugin:2.0.4-SNAPSHOT'
classpath 'com.cognifide.gradle:aem-plugin:2.0.4'
classpath 'org.dm.gradle:gradle-bundle-plugin:0.10.0'
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}

dependencies {
classpath 'com.cognifide.gradle:aem-plugin:2.0.4-SNAPSHOT'
classpath 'com.cognifide.gradle:aem-plugin:2.0.4'
}
}

Expand Down

0 comments on commit 32a5372

Please sign in to comment.