Skip to content

Commit

Permalink
[maven-release-plugin] prepare release composum-launcher-1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r.wunsch@ist-software.com authored and stoerr committed Jun 12, 2023
1 parent 9af6f78 commit f2a51b0
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docker/composumlauncher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.composum.platform</groupId>
<artifactId>composum-launcher-docker</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion docker/featurelauncher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.composum.platform</groupId>
<artifactId>composum-launcher-docker</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>docker</packaging>
Expand Down
2 changes: 1 addition & 1 deletion docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.composum.platform</groupId>
<artifactId>composum-launcher</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion feature/composumstarter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.composum.platform.features</groupId>
<artifactId>composum-launcher-feature</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>composum-launcher-feature-composumstarter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion feature/felixframeworkcontainer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.composum.platform.features</groupId>
<artifactId>composum-launcher-feature</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion feature/integrationtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.composum.platform.features</groupId>
<artifactId>composum-launcher-feature</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion feature/nodesstarter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.composum.platform.features</groupId>
<artifactId>composum-launcher-feature</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>composum-launcher-feature-nodesstarter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.composum.platform</groupId>
<artifactId>composum-launcher</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<groupId>com.composum.platform.features</groupId>
Expand Down
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.composum.meta.ist</groupId>
<artifactId>parent-2-public</artifactId>
<version>1.7.1</version>
<relativePath/>
<relativePath />
</parent>

<groupId>com.composum.platform</groupId>
<artifactId>composum-launcher</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -192,7 +191,7 @@
</modules>

<scm>
<tag>HEAD</tag>
<tag>composum-launcher-1.5.0</tag>
</scm>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion startup/featurelauncher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.composum.platform</groupId>
<artifactId>composum-launcher</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../..</relativePath>
</parent>

Expand Down

0 comments on commit f2a51b0

Please sign in to comment.