diff --git a/org.jacoco.build/pom.xml b/org.jacoco.build/pom.xml index 5bf2972005..2eed5b97e6 100644 --- a/org.jacoco.build/pom.xml +++ b/org.jacoco.build/pom.xml @@ -369,6 +369,11 @@ build-helper-maven-plugin 1.5 + + org.codehaus.mojo + buildnumber-maven-plugin + 1.2 + org.codehaus.mojo xml-maven-plugin @@ -527,6 +532,7 @@ + org.codehaus.groovy.maven gmaven-plugin @@ -552,6 +558,25 @@ + + + org.codehaus.mojo + buildnumber-maven-plugin + + + validate + + create + + + + + false + false + true + 0 + + @@ -703,6 +728,9 @@ ${bundle-manifest} + + scm:git:git://github.com/jacoco/jacoco.git;path="${project.artifactId}";commitId=${buildNumber} + diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html index 9e0b027d74..102658e006 100644 --- a/org.jacoco.doc/docroot/doc/changes.html +++ b/org.jacoco.doc/docroot/doc/changes.html @@ -20,6 +20,16 @@

Change History

Trunk Build @qualified.bundle.version@ (@build.date@)

+

New Features

+ +

Fixed Bugs

+ +

Non-functional Changes

+ +

Release 0.6.1 (2012/12/23)

New Features

diff --git a/org.jacoco.doc/docroot/index.html b/org.jacoco.doc/docroot/index.html index 55dee87c09..40d98a859e 100644 --- a/org.jacoco.doc/docroot/index.html +++ b/org.jacoco.doc/docroot/index.html @@ -23,7 +23,9 @@

JaCoCo - Java Code Coverage Library

- This is the distribution of version @qualified.bundle.version@ created on @build.date@. + This is the distribution of version @qualified.bundle.version@ created on + @build.date@ based on commit + @buildNumber@.

Contents