This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-shaded.git
commit d99dd8c98f69c53e600618489404bd03b5c12a94 Author: zentol <[email protected]> AuthorDate: Mon Jun 26 14:50:18 2017 +0200 Extend version for minor version --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 13ad9a6..e5ad57f 100644 --- a/pom.xml +++ b/pom.xml @@ -30,10 +30,10 @@ under the License. <groupId>org.apache.flink</groupId> <artifactId>flink-shaded</artifactId> - <version>1</version> + <version>1.0</version> <properties> - <shaded.version>1</shaded.version> + <shaded.version>1.0</shaded.version> </properties> <name>flink-shaded</name>
