Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ashitikov committed Apr 25, 2017
1 parent d472101 commit 46c478b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,19 +192,16 @@ And add the dependency:
```
dependencies {
// Use compile for processor instead of apt if you haven't apt dependency.
apt 'com.github.trollsoftware.jcomposition:processor:1.1.3'
compile 'com.github.trollsoftware.jcomposition:api:1.1.3'
apt 'com.github.trollsoftware.jcomposition:processor:1.2.0'
compile 'com.github.trollsoftware.jcomposition:api:1.2.0'
}
```

## Ideas
1. Support of final class
2. Custom constructor support
3. Optional type casting in advanced generics
4. Refactor merge conflict policy. It's better to use policy objects that contains logic how to merge instead of enum and many if-else checks.
5. Check how jcomposition works on java 8-9
6. Inherit java docs in generated files
7. Add more documentation and examples
1. Custom constructor support
2. Check how jcomposition works on java 8-9
3. Inherit java docs in generated files
4. Add more documentation and examples

## License
This library is distributed under the Apache 2.0 license found in the [LICENSE](./LICENSE) file.
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'trollsoftware'
version '1.1.3-SNAPSHOT'
version '1.2.0-SNAPSHOT'

apply plugin: 'java'

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'trollsoftware'
version '1.1.3-SNAPSHOT'
version '1.2.0-SNAPSHOT'

task wrapper(type: Wrapper) {
gradleVersion = '2.5'
Expand Down
2 changes: 1 addition & 1 deletion processor/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'trollsoftware'
version '1.1.3-SNAPSHOT'
version '1.2.0-SNAPSHOT'

apply plugin: 'java'

Expand Down

0 comments on commit 46c478b

Please sign in to comment.