We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 815c286 commit 427bbb5Copy full SHA for 427bbb5
build.gradle
@@ -2,7 +2,7 @@ allprojects {
2
apply plugin: 'maven'
3
4
group = 'com.unquietcode.tools.jcodemodel'
5
- version = '1.0.2'
+ version = '1.0.3'
6
}
7
8
subprojects {
codemodel/pom.xml
@@ -45,7 +45,7 @@
45
<parent>
46
<groupId>unquietcode.tools.jcodemodel</groupId>
47
<artifactId>codemodel-project</artifactId>
48
- <version>1.0.2</version>
+ <version>1.0.3</version>
49
<relativePath>../pom.xml</relativePath>
50
</parent>
51
0 commit comments