Skip to content

Commit

Permalink
version 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Burkhardt committed Apr 18, 2016
1 parent 5eb975d commit 4d7b6af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
apply plugin: 'java'
apply plugin: 'eclipse'

version = "0.4.2.SNAPSHOT_${new Date().format("yyyyMMdd-HHmm")}";
version = '0.4.3';
// version = "0.4.3.SNAPSHOT_${new Date().format("yyyyMMdd-HHmm")}";

test {
useTestNG()
Expand Down Expand Up @@ -30,6 +31,7 @@ processResources {

jar {
version = project.version
baseName = 'JSR305CheckstylePlugin'
manifest {
attributes(
'Bundle-Name': 'JSR305CheckstylePlugin',
Expand Down Expand Up @@ -64,4 +66,3 @@ jar {

test.dependsOn(tasks[testname])
}

0 comments on commit 4d7b6af

Please sign in to comment.