Repository: incubator-juneau Updated Branches: refs/heads/master 23f5ab5fc -> fe073626a
Fix version in microservice template pom. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/fe073626 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/fe073626 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/fe073626 Branch: refs/heads/master Commit: fe073626a0a4bdc8a50a23e002885f2dee01b6bd Parents: 23f5ab5 Author: JamesBognar <[email protected]> Authored: Fri Dec 2 13:29:48 2016 -0500 Committer: JamesBognar <[email protected]> Committed: Fri Dec 2 13:29:48 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/fe073626/juneau-microservice-template/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-microservice-template/pom.xml b/juneau-microservice-template/pom.xml index 5952ff0..0d8be4c 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.1-incubating-SNAPSHOT</juneau.version> + <juneau.version>6.0.2-incubating-SNAPSHOT</juneau.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <encoding>UTF-8</encoding> </properties>
