Repository: qpid-dispatch Updated Branches: refs/heads/master 5f843abcc -> 08dd0644c
DISPATCH-307: Adding artifact war file and updated pom.xml Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/08dd0644 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/08dd0644 Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/08dd0644 Branch: refs/heads/master Commit: 08dd0644c317b8619bc99d10cb30629bc1329797 Parents: 5f843ab Author: Ernest Allen <eal...@redhat.com> Authored: Thu May 19 12:28:10 2016 -0400 Committer: Ernest Allen <eal...@redhat.com> Committed: Thu May 19 12:28:10 2016 -0400 ---------------------------------------------------------------------- console/hawtio/dispatch-hawtio-console-0.6.0.war | Bin 0 -> 607657 bytes console/hawtio/pom.xml | 16 +++++++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/08dd0644/console/hawtio/dispatch-hawtio-console-0.6.0.war ---------------------------------------------------------------------- diff --git a/console/hawtio/dispatch-hawtio-console-0.6.0.war b/console/hawtio/dispatch-hawtio-console-0.6.0.war new file mode 100644 index 0000000..304dc28 Binary files /dev/null and b/console/hawtio/dispatch-hawtio-console-0.6.0.war differ http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/08dd0644/console/hawtio/pom.xml ---------------------------------------------------------------------- diff --git a/console/hawtio/pom.xml b/console/hawtio/pom.xml index 9d34ac4..6cc9a4c 100644 --- a/console/hawtio/pom.xml +++ b/console/hawtio/pom.xml @@ -1,4 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> @@ -10,7 +24,7 @@ <groupId>org.apache.qpid</groupId> <artifactId>dispatch-hawtio-console</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <packaging>war</packaging> <inceptionYear>2016</inceptionYear> <url>https://qpid.apache.org</url> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org