Skip to content

Commit

Permalink
[maven-release-plugin] prepare release ibis-flamingo-mc-4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdstruijk committed Aug 1, 2023
1 parent 4b6f979 commit 5ed8c00
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<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>
<artifactId>ibis-dist</artifactId>
<version>4.8-SNAPSHOT</version>
<version>4.8</version>
<packaging>pom</packaging>
<parent>
<groupId>org.flamingo-mc</groupId>
<artifactId>ibis-flamingo-mc</artifactId>
<version>4.8-SNAPSHOT</version>
<version>4.8</version>
</parent>
<name>IBIS distributie</name>
<description>IBIS applicatie distributie</description>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<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>
<artifactId>ibis-flamingo-mc</artifactId>
<version>4.8-SNAPSHOT</version>
<version>4.8</version>
<packaging>pom</packaging>
<name>IBIS Flamingo-MC</name>
<description>A Flamingo based project to provide for business park development.</description>
Expand Down Expand Up @@ -44,7 +44,7 @@
<connection>scm:git:[email protected]:B3Partners/flamingo-ibis.git</connection>
<developerConnection>scm:git:[email protected]:B3Partners/flamingo-ibis.git</developerConnection>
<url>https://github.com/B3Partners/flamingo-ibis/</url>
<tag>HEAD</tag>
<tag>ibis-flamingo-mc-4.8</tag>
</scm>
<ciManagement>
<system>Jenkins</system>
Expand Down
4 changes: 2 additions & 2 deletions viewer-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<packaging>war</packaging>
<name>IBIS viewer-admin</name>
<description>Flamingo viewer-admin war overlay project voor IBIS.</description>
<version>4.8-SNAPSHOT</version>
<version>4.8</version>
<parent>
<groupId>org.flamingo-mc</groupId>
<artifactId>ibis-flamingo-mc</artifactId>
<version>4.8-SNAPSHOT</version>
<version>4.8</version>
</parent>
<properties>
<endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>
Expand Down
4 changes: 2 additions & 2 deletions viewer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<packaging>war</packaging>
<name>IBIS viewer</name>
<description>Flamingo viewer war overlay project voor IBIS.</description>
<version>4.8-SNAPSHOT</version>
<version>4.8</version>
<parent>
<groupId>org.flamingo-mc</groupId>
<artifactId>ibis-flamingo-mc</artifactId>
<version>4.8-SNAPSHOT</version>
<version>4.8</version>
</parent>
<properties>
<endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>
Expand Down

0 comments on commit 5ed8c00

Please sign in to comment.