Icremented release to 1.0.3

This commit is contained in:
iadgovuser26 2019-01-11 12:52:47 -05:00
parent b40094373b
commit c8ac152d4b
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
root.level=
root.level=error
hirs.level=
org.hibernate.level=
org.hibernate.level=error
org.springframework.level=
org.apache.activemq.level=
tpm2_provisioner.level=
tpm2_provisioner.level=

View File

@ -1 +1 @@
1.0.2
1.0.3

View File

@ -29,7 +29,7 @@ allprojects {
}
group = 'hirs'
version = new File('./VERSION').text.trim() + "-SNAPSHOT"
version = new File('./VERSION').text.trim()
}
subprojects {