[CONJ-224] Metadata for released driver version is erroneous Created: 2015-11-25 Updated: 2015-12-04 Resolved: 2015-12-04 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | 1.3.2 |
| Fix Version/s: | 1.3.3 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Christian Bourque | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
With the latest released driver (1.3.2) we get a SNAPSHOT version when we query the metadata: c.getMetaData().getDriverVersion() == 1.3.2-SNAPSHOT This is mostly cosmetic but I guess it could lead to potential problems if this information is used in some QA testing before releasing an application with a specific driver version... |
| Comments |
| Comment by Diego Dupin [ 2015-11-25 ] |
|
This is indeed the case. There must be a configuration error with dependency "com.google.code.maven-replacer-plugin" in pom.xml, because normally the version.class is build after the pom version. I'll check that so it does not append again |
| Comment by Diego Dupin [ 2015-12-04 ] |
|
associated commit : https://github.com/MariaDB/mariadb-connector-j/commit/749bca5fe524de0e9a6881e7aeb902e25d5459c6 travis test : https://travis-ci.org/MariaDB/mariadb-connector-j/builds/94914822 |