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

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Hummel committed May 6, 2020
1 parent 2fd2836 commit c2eb8d6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lib-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>mhus-lib</artifactId>
<groupId>de.mhus.lib</groupId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion lib-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>de.mhus.lib</groupId>
<artifactId>mhus-lib</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
</parent>

<build>
Expand Down
2 changes: 1 addition & 1 deletion lib-j2ee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>de.mhus.lib</groupId>
<artifactId>mhus-lib</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
</parent>

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

<build>
Expand Down
2 changes: 1 addition & 1 deletion lib-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>de.mhus.lib</groupId>
<artifactId>mhus-lib</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
</parent>

<dependencies>
Expand Down
11 changes: 4 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
Copyright 2018 Mike Hummel
Expand All @@ -15,17 +14,15 @@
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">
--><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">

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.mhus.lib</groupId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
<artifactId>mhus-oss</artifactId>
</parent>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
<artifactId>mhus-lib</artifactId>
<packaging>pom</packaging>
<description>Library with useful tools and frameworks to rapid develop fast and stable applications</description>
Expand Down

0 comments on commit c2eb8d6

Please sign in to comment.