Repository: incubator-juneau Updated Branches: refs/heads/master a80dadc39 -> c8d5f2a98
Fix Jenkins build error. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/c8d5f2a9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/c8d5f2a9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/c8d5f2a9 Branch: refs/heads/master Commit: c8d5f2a9879c85e6296506da4a633c5cface12ba Parents: a80dadc Author: JamesBognar <[email protected]> Authored: Sat Sep 2 12:39:56 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Sat Sep 2 12:39:56 2017 -0400 ---------------------------------------------------------------------- juneau-rest/juneau-microservice-template/pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/c8d5f2a9/juneau-rest/juneau-microservice-template/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-rest/juneau-microservice-template/pom.xml b/juneau-rest/juneau-microservice-template/pom.xml index 80bd15f..d376802 100644 --- a/juneau-rest/juneau-microservice-template/pom.xml +++ b/juneau-rest/juneau-microservice-template/pom.xml @@ -35,7 +35,6 @@ </parent> <artifactId>juneau-microservice-template</artifactId> - <version>6.3.2</version> <name>Apache Juneau Microservice Template</name> <description>A template project developers use to start with to create a microservice.</description>
