File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ JCodeModel is a fork of the existing Sun codemodel, part of the GlassFish projec
33With java.net in ruins, it seemed liked a good time to fork this project and
44clean it up as well as add some new features (for example, Java 7 syntax).
55
6- The current release is ` 1.0 ` , and contains several fixes, cosmetic improvements to
6+ The current release is ` 1.0.2 ` , and contains several fixes, cosmetic improvements to
77the output, and some improved functionality for inner classes to support the
88development of [ Flapi] ( https://github.com/UnquietCode/Flapi ) .
99
@@ -25,6 +25,6 @@ Using Maven-style dependencies & repositories, add this information:
2525<dependency>
2626 <groupId>unquietcode.tools.jcodemodel</groupId>
2727 <artifactId>codemodel</artifactId>
28- <version>1.0</version>
28+ <version>1.0.2 </version>
2929</dependency>
3030```
You can’t perform that action at this time.
0 commit comments