Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
version 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Hummel committed May 27, 2019
1 parent f47b8ab commit 176b09b
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion mhu-karaf-commands/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>mhus-osgi-tools</artifactId>
<groupId>de.mhus.osgi</groupId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<build>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
/**
* Copyright 2018 Mike Hummel
*
* 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.
*/
package de.mhus.karaf.commands.impl;

import java.sql.Connection;
Expand Down
2 changes: 1 addition & 1 deletion mhu-karaf-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>mhus-osgi-tools</artifactId>
<groupId>de.mhus.osgi</groupId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion mhu-karaf-xdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>mhus-osgi-tools</artifactId>
<groupId>de.mhus.osgi</groupId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion mhu-osgi-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<description>jms-commands</description>
<parent>
<groupId>de.mhus.osgi</groupId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
<artifactId>mhus-osgi-tools</artifactId>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mhu-osgi-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>mhus-osgi-tools</artifactId>
<groupId>de.mhus.osgi</groupId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
</parent>

<build>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,16 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.mhus.lib</groupId>
<version>3.6.1-SNAPSHOT</version>
<version>3.6.1</version>
<artifactId>mhus-karaf</artifactId>
</parent>
<groupId>de.mhus.osgi</groupId>
<artifactId>mhus-osgi-tools</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.6.2</version>
<packaging>pom</packaging>
<name>MHUS OSGi Tools</name>
<description>A set of tools to improve OSGi frameworks and karaf</description>
<url>http://www.mhus.de</url>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down

0 comments on commit 176b09b

Please sign in to comment.