Skip to content

Commit

Permalink
[maven-release-plugin] prepare release ibis-flamingo-mc-4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Jul 10, 2020
1 parent 611d2c3 commit 3ed5806
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.flamingo-mc</groupId>
<artifactId>ibis-dist</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
<packaging>pom</packaging>
<parent>
<groupId>org.flamingo-mc</groupId>
<artifactId>ibis-flamingo-mc</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
</parent>
<name>IBIS distributie</name>
<description>IBIS applicatie distributie</description>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.flamingo-mc</groupId>
<artifactId>ibis-flamingo-mc</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
<packaging>pom</packaging>
<name>IBIS Flamingo-mc</name>
<description>A Flamingo based project to provide for busines park development.</description>
Expand Down Expand Up @@ -31,7 +31,7 @@
tijdens bouwen van de .war -->
<ibis-flamingo-solr-host>bedrijventerreinen.gelderland.nl</ibis-flamingo-solr-host>
<ibis-flamingo-solr-name>https://${ibis-flamingo-solr-host}/solr/</ibis-flamingo-solr-name>
<project.build.outputTimestamp></project.build.outputTimestamp>
<project.build.outputTimestamp />
<maven.changes-plugin.version>2.12.1</maven.changes-plugin.version>
<maven.taglist-plugin.version>2.4</maven.taglist-plugin.version>
<maven.versions-plugin.version>2.7</maven.versions-plugin.version>
Expand All @@ -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.1</tag>
</scm>
<ciManagement>
<system>Travis-CI</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 @@ -6,11 +6,11 @@
<packaging>war</packaging>
<name>IBIS viewer-admin</name>
<description>Flamingo viewer-admin war overlay project voor IBIS.</description>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
<parent>
<groupId>org.flamingo-mc</groupId>
<artifactId>ibis-flamingo-mc</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</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 @@ -5,11 +5,11 @@
<packaging>war</packaging>
<name>IBIS viewer</name>
<description>Flamingo viewer war overlay project voor IBIS.</description>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
<parent>
<groupId>org.flamingo-mc</groupId>
<artifactId>ibis-flamingo-mc</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.1</version>
</parent>
<properties>
<endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>
Expand Down

0 comments on commit 3ed5806

Please sign in to comment.