From 176b09bf4d3ee5fb841e47e4fae82b9ec20634e4 Mon Sep 17 00:00:00 2001
From: Mike Hummel <>
Date: Mon, 27 May 2019 23:40:21 +0200
Subject: [PATCH] version 1.6.2
---
mhu-karaf-commands/pom.xml | 2 +-
.../mhus/karaf/commands/impl/CmdJdbcMetadata.java | 15 +++++++++++++++
mhu-karaf-feature/pom.xml | 2 +-
mhu-karaf-xdb/pom.xml | 2 +-
mhu-osgi-jms/pom.xml | 2 +-
mhu-osgi-services/pom.xml | 2 +-
pom.xml | 5 ++---
7 files changed, 22 insertions(+), 8 deletions(-)
diff --git a/mhu-karaf-commands/pom.xml b/mhu-karaf-commands/pom.xml
index ffc9bab6..fe03fd38 100644
--- a/mhu-karaf-commands/pom.xml
+++ b/mhu-karaf-commands/pom.xml
@@ -25,7 +25,7 @@
mhus-osgi-tools
de.mhus.osgi
- 1.6.2-SNAPSHOT
+ 1.6.2
diff --git a/mhu-karaf-commands/src/main/java/de/mhus/karaf/commands/impl/CmdJdbcMetadata.java b/mhu-karaf-commands/src/main/java/de/mhus/karaf/commands/impl/CmdJdbcMetadata.java
index b41c85a8..64917826 100644
--- a/mhu-karaf-commands/src/main/java/de/mhus/karaf/commands/impl/CmdJdbcMetadata.java
+++ b/mhu-karaf-commands/src/main/java/de/mhus/karaf/commands/impl/CmdJdbcMetadata.java
@@ -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;
diff --git a/mhu-karaf-feature/pom.xml b/mhu-karaf-feature/pom.xml
index f034388f..b85f0a7e 100644
--- a/mhu-karaf-feature/pom.xml
+++ b/mhu-karaf-feature/pom.xml
@@ -24,7 +24,7 @@
mhus-osgi-tools
de.mhus.osgi
- 1.6.2-SNAPSHOT
+ 1.6.2
diff --git a/mhu-karaf-xdb/pom.xml b/mhu-karaf-xdb/pom.xml
index 946cf426..286a20d4 100644
--- a/mhu-karaf-xdb/pom.xml
+++ b/mhu-karaf-xdb/pom.xml
@@ -25,7 +25,7 @@
mhus-osgi-tools
de.mhus.osgi
- 1.6.2-SNAPSHOT
+ 1.6.2
diff --git a/mhu-osgi-jms/pom.xml b/mhu-osgi-jms/pom.xml
index 544caeea..17e98120 100644
--- a/mhu-osgi-jms/pom.xml
+++ b/mhu-osgi-jms/pom.xml
@@ -24,7 +24,7 @@
jms-commands
de.mhus.osgi
- 1.6.2-SNAPSHOT
+ 1.6.2
mhus-osgi-tools
diff --git a/mhu-osgi-services/pom.xml b/mhu-osgi-services/pom.xml
index 8452f119..192a1c84 100644
--- a/mhu-osgi-services/pom.xml
+++ b/mhu-osgi-services/pom.xml
@@ -25,7 +25,7 @@
mhus-osgi-tools
de.mhus.osgi
- 1.6.2-SNAPSHOT
+ 1.6.2
diff --git a/pom.xml b/pom.xml
index 05a91883..8e93dc0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,17 +21,16 @@
4.0.0
de.mhus.lib
- 3.6.1-SNAPSHOT
+ 3.6.1
mhus-karaf
de.mhus.osgi
mhus-osgi-tools
- 1.6.2-SNAPSHOT
+ 1.6.2
pom
MHUS OSGi Tools
A set of tools to improve OSGi frameworks and karaf
http://www.mhus.de
-
The Apache Software License, Version 2.0