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

Commit

Permalink
version 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Hummel committed Feb 25, 2019
1 parent f44f8c4 commit cbc2350
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 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.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<build>
Expand Down
7 changes: 1 addition & 6 deletions mhu-karaf-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,9 @@
<parent>
<artifactId>mhus-osgi-tools</artifactId>
<groupId>de.mhus.osgi</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<properties>
<servlettools.version>1.5.0-SNAPSHOT</servlettools.version>
<crypttools.version>1.5.0-SNAPSHOT</crypttools.version>
</properties>

<build>
<pluginManagement>
<plugins>
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.5.0-SNAPSHOT</version>
<version>1.5.0</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.5.0-SNAPSHOT</version>
<version>1.5.0</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.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<build>
Expand Down
15 changes: 10 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.mhus.osgi</groupId>
<artifactId>mhus-osgi-tools</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>pom</packaging>
<name>MHUS OSGi Tools</name>
<description>A set of tools to improve OSGi frameworks and karaf</description>
Expand All @@ -47,10 +47,13 @@
</developer>
</developers>
<properties>
<mhulib.version>3.5.0-SNAPSHOT</mhulib.version>
<ports.version>1.3.6</ports.version>
<ports.vaadin.version>1.3.6</ports.vaadin.version>

<mhulib.version>3.5.0</mhulib.version>
<ports.version>1.3.7</ports.version>
<ports.vaadin.version>1.3.7</ports.vaadin.version>
<!-- only used in features -->
<servlettools.version>1.5.0</servlettools.version>
<crypttools.version>1.5.0</crypttools.version>
<!-- END -->
<scr.packages>*</scr.packages>
<felix.scr.version>2.1.14</felix.scr.version>
<karaf.version>4.2.3</karaf.version>
Expand Down Expand Up @@ -261,7 +264,9 @@
<module>mhu-osgi-jms</module>
<module>mhu-karaf-xdb</module>
<module>mhu-karaf-commands</module>
<!-- could not deploy the feature ...
<module>mhu-karaf-feature</module>
-->
</modules>

<distributionManagement>
Expand Down

0 comments on commit cbc2350

Please sign in to comment.