Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Prepare 0.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ysb33r committed May 8, 2019
1 parent da364cc commit a788125
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:issue: link:https://github.com/ysb33r/ivypot-gradle-plugin/issues/
:contributor: link:https://github.com/

== 0.10 - Roadmap
== 0.10

=== Improvements

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ buildScan {

apply from: 'gradle/integration-tests.gradle'

version = '0.10-SNAPSHOT'
version = '0.10'
group = 'org.ysb33r.gradle'
sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down Expand Up @@ -167,4 +167,4 @@ task release {

pluginManager.withPlugin('idea') {
tasks.ideaModule.dependsOn processResources
}
}

0 comments on commit a788125

Please sign in to comment.