Skip to content

Commit

Permalink
Merge pull request #1 from grails-plugins/Prepare_1_0_0_build
Browse files Browse the repository at this point in the history
Prepare 1 0 0 build
  • Loading branch information
jfrosch authored Mar 18, 2020
2 parents a651faa + 79f48af commit dfa379b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
id 'org.asciidoctor.convert' version '1.5.3'
}

version "1.0.0.M1"
version "1.0.0"
group "org.grails.plugins"

apply plugin:"org.grails.grails-plugin"
Expand All @@ -37,7 +37,7 @@ dependencies {
compile 'io.dropwizard.metrics:metrics-graphite:3.1.2'
profile "org.grails.profiles:web-plugin"
testCompile "org.grails:grails-plugin-testing"
testCompile "org.grails.plugins:dropwizard-metrics:1.0.0.M3"
testCompile "org.grails.plugins:dropwizard-metrics:1.0.0"
}

asciidoctor {
Expand Down
6 changes: 3 additions & 3 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Nov 27 23:09:32 CET 2015
#Wed Mar 18 10:26:29 CDT 2020
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-all.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
4 changes: 2 additions & 2 deletions src/docs/asciidoc/installation.ad
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ dependencies block of your build.gradle:
[source,groovy,subs="attributes"]
compile "org.grails.plugins:dropwizard-metrics-graphite:{version}"

This plugin depends on version 1.0.0.M3+ of the core Dropwizard Metrics plugin, so you will also need
This plugin depends on the core Dropwizard Metrics plugin, so you will also need
to declare the following dependency:

[source,groovy,subs="attributes"]
compile "org.grails.plugins:dropwizard-metrics-:1.0.0.M3+"
compile "org.grails.plugins:dropwizard-metrics:{version}"

0 comments on commit dfa379b

Please sign in to comment.