Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #12 from ppalaga/150203-parent-4
Browse files Browse the repository at this point in the history
Upgrade to hawkular-parent version 5
  • Loading branch information
pilhuhn committed Feb 5, 2015
2 parents 8f1f035 + f88b65d commit 91d9d72
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 37 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.hawkular</groupId>
<artifactId>hawkular-parent</artifactId>
<version>2</version>
<version>5</version>
</parent>

<artifactId>hawkular</artifactId>
Expand Down Expand Up @@ -79,9 +79,7 @@
<version.com.google.code.gson>2.2.4</version.com.google.code.gson>
<version.com.google.guava>16.0.1</version.com.google.guava>
<version.gnu.getopt>1.0.13</version.gnu.getopt>
<version.junit>4.11</version.junit>
<version.org.apache.activemq>5.10.0</version.org.apache.activemq>
<version.org.jboss.spec>1.0.0.Final</version.org.jboss.spec>
<version.org.testng>6.5.2</version.org.testng>
<version.org.wildfly>8.2.0.Final</version.org.wildfly>

Expand Down
16 changes: 0 additions & 16 deletions ui/console/defs.d.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
/*
* Copyright 2015 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* Licensed 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.
*/
/// <reference path="d.ts/includes.d.ts"/>
33 changes: 17 additions & 16 deletions ui/console/plugins/includes.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
/*
* Copyright 2015 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* Licensed 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.
*/
///
/// Copyright 2015 Red Hat, Inc. and/or its affiliates
/// and other contributors as indicated by the @author tags.
///
/// Licensed 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.
///

/// <reference path="../libs/hawtio-utilities/defs.d.ts"/>
2 changes: 0 additions & 2 deletions ui/console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<plugins>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.6</version>
<executions>
<execution>
<id>copy-resources</id>
Expand Down Expand Up @@ -128,7 +127,6 @@
<plugins>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>2.5</version>
<configuration>
<excludeDefaultDirectories>true</excludeDefaultDirectories>
<filesets>
Expand Down

0 comments on commit 91d9d72

Please sign in to comment.