six42 / jdbcslim

JdbcSlim is the framework to easily integrate database queries and commands into Slim FitNesse testing. The design focuses to keep configuration data, test data and SQL code separate. This ensures that requirements are written independent of the implementation and understandable by business users.
Mozilla Public License 2.0
11 stars 11 forks source link

List version 1.2.1 as release on GitHub #24

Closed fhoeben closed 7 years ago

fhoeben commented 7 years ago

The latest release available in maven central is 1.2.1 (based on https://mvnrepository.com/artifact/com.github.six42/jdbcslim), but this version is not listed on the releases page in GitHub. Maybe you should also mention it is available in Maven Central somewhere in README or UserGuide?

Also, looking at the current master's build.gradle, I believe that is still building a 1.2.0. Should that be something like 1.2.2-SNAPSHOT?

six42 commented 7 years ago

Good questions. I added a release on GitHub 1.2.2 and pushed to maven central as well as a first step. Keeping the version in build.gradle up to date is currently manual. Is there a way to automate this?

fhoeben commented 7 years ago

I don't know how to automate the version update. Sorry.