Skip to content

Commit

Permalink
Changelo prep v6.2.11-rc-1 and close #19
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Feb 6, 2017
1 parent 114717b commit a8ea4cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Added

- Artifacts available on Maven central under io.soluble.pjb group.
- Artifacts available on Maven central under io.soluble.pjb group. [#19](https://github.com/belgattitude/php-java-bridge/issues/19)
- Build: Gradle support (still relying on ant build.xml for generating old php client - genAll and cleanGen tasks), see [#5](https://github.com/belgattitude/php-java-bridge/issues/5) and [#9](https://github.com/belgattitude/php-java-bridge/pull/9)
- Build: Jacoco coverage with 'jacocoTestReport' task, see P/R [#9](https://github.com/belgattitude/php-java-bridge/pull/9)
- Test: Resurrect existing server unit tests
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ apply plugin: 'maven-publish'

group = "io.soluble.pjb"
archivesBaseName = 'php-java-bridge'
version = "6.2.11-rc-1"
//version = "6.2.11-rc-1"
//version = "6.2.11-SNAPSHOT"
description = "PHPJavaBridge server (soluble fork)"

ext {
Expand Down

0 comments on commit a8ea4cc

Please sign in to comment.