Repository: wicket Updated Branches: refs/heads/wicket-7.x b0fb2c0e4 -> 3f032223d
Typo / AspectJ 1.8.9 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/3f032223 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/3f032223 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/3f032223 Branch: refs/heads/wicket-7.x Commit: 3f032223d85bf5a14291899d9b5494f96dd54600 Parents: b0fb2c0 Author: Tobias Soloschenko <[email protected]> Authored: Mon Mar 21 20:20:10 2016 +0100 Committer: Tobias Soloschenko <[email protected]> Committed: Mon Mar 21 20:20:10 2016 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- wicket-user-guide/src/docs/guide/monitoring.gdoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/3f032223/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 496056b..c9c8b21 100644 --- a/pom.xml +++ b/pom.xml @@ -142,7 +142,7 @@ <objenesis.version>2.1</objenesis.version> <!-- do not increase the version - wicket-user-guide requires 2.2.4 --> <grails.version>2.2.4</grails.version> - <aspectj.version>1.8.8</aspectj.version> + <aspectj.version>1.8.9</aspectj.version> <metrics.version>3.1.2</metrics.version> </properties> <dependencyManagement> http://git-wip-us.apache.org/repos/asf/wicket/blob/3f032223/wicket-user-guide/src/docs/guide/monitoring.gdoc ---------------------------------------------------------------------- diff --git a/wicket-user-guide/src/docs/guide/monitoring.gdoc b/wicket-user-guide/src/docs/guide/monitoring.gdoc index 28124bd..db39971 100644 --- a/wicket-user-guide/src/docs/guide/monitoring.gdoc +++ b/wicket-user-guide/src/docs/guide/monitoring.gdoc @@ -6,4 +6,4 @@ The module itself is using "Metrics of dropwizard":https://dropwizard.github.io/ to your web application. -Keep in mind that AspectJ is licensed under the Eclipse Public License and should provide the required license information. \ No newline at end of file +Keep in mind that AspectJ is licensed under the Eclipse Public License and you should provide the required license information. \ No newline at end of file
