Skip to content

Commit 2009120

Browse files
committed
beginning 1.0.4 development
1 parent 427bbb5 commit 2009120

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
#JCodeModel (v1.0.2)
1+
#JCodeModel (v1.0.3)
22

33
[![Tip with Gratipay](https://assets.gratipay.com/gratipay.svg)](https://gratipay.com/UnquietCode) [![Tip with Bitcoin](http://www.unquietcode.com/e_e/bitcoin.png)](https://blockchain.info/address/1Ec6mzLpJQvuzXqhxfJz1h9ZwJmoHMW9BX)**Bitcoin**
44

55
JCodeModel is a fork of the existing Sun codemodel, part of the GlassFish project.
66
With java.net in ruins, it seemed liked a good time to fork this project and
77
clean it up as well as add some new features (for example, Java 7 syntax).
88

9-
The current release is `1.0.2`, and contains several fixes, cosmetic improvements to
9+
The current release is `1.0.3`, and contains several fixes, cosmetic improvements to
1010
the output, and some improved functionality for inner classes to support the
1111
development of [Flapi](https://github.com/UnquietCode/Flapi).
1212

@@ -20,13 +20,13 @@ The dependencies are deployed to Maven Central. To use, add the following to you
2020
<dependency>
2121
<groupId>com.unquietcode.tools.jcodemodel</groupId>
2222
<artifactId>codemodel</artifactId>
23-
<version>1.0.2</version>
23+
<version>1.0.3</version>
2424
</dependency>
2525
```
2626

2727
### Gradle
2828
```groovy
2929
dependencies {
30-
compile 'com.unquietcode.tools.jcodemodel:codemodel:1.0.2'
30+
compile 'com.unquietcode.tools.jcodemodel:codemodel:1.0.3'
3131
}
3232
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ allprojects {
22
apply plugin: 'maven'
33

44
group = 'com.unquietcode.tools.jcodemodel'
5-
version = '1.0.3'
5+
version = '1.0.4'
66
}
77

88
subprojects {

codemodel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<parent>
4646
<groupId>unquietcode.tools.jcodemodel</groupId>
4747
<artifactId>codemodel-project</artifactId>
48-
<version>1.0.3</version>
48+
<version>1.0.4</version>
4949
<relativePath>../pom.xml</relativePath>
5050
</parent>
5151

0 commit comments

Comments
 (0)