Repository: incubator-juneau Updated Branches: refs/heads/master d0cfe8f6b -> 4c171412b
Fix build issue in juneau-microservice-template. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/4c171412 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/4c171412 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/4c171412 Branch: refs/heads/master Commit: 4c171412bc462aa75942f2e61014928421e5037f Parents: d0cfe8f Author: JamesBognar <[email protected]> Authored: Mon Nov 28 17:53:09 2016 -0500 Committer: JamesBognar <[email protected]> Committed: Mon Nov 28 17:53:09 2016 -0500 ---------------------------------------------------------------------- juneau-microservice-template/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/4c171412/juneau-microservice-template/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-microservice-template/pom.xml b/juneau-microservice-template/pom.xml index 9eda37d..5952ff0 100644 --- a/juneau-microservice-template/pom.xml +++ b/juneau-microservice-template/pom.xml @@ -28,7 +28,7 @@ <name>Apache Juneau Microservice Template</name> <description>A template project developers use to start with to create a microservice.</description> <properties> - <juneau.version>6.0.0-incubating-SNAPSHOT</juneau.version> + <juneau.version>6.0.1-incubating-SNAPSHOT</juneau.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <encoding>UTF-8</encoding> </properties>
