Skip to content

Commit 6fe204c

Browse files
committed
[exo-release](exo-swf) continuous-release-template-exo: ide prepare release 7.1.0-exo-20250617
1 parent 7abdc09 commit 6fe204c

File tree

4 files changed

+9
-12
lines changed

4 files changed

+9
-12
lines changed

ide-packaging/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@
2020
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2121
2222
-->
23-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
23+
<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">
2524
<modelVersion>4.0.0</modelVersion>
2625
<parent>
2726
<groupId>io.meeds.ide</groupId>
2827
<artifactId>ide</artifactId>
29-
<version>7.1.x-exo-SNAPSHOT</version>
28+
<version>7.1.0-exo-20250617</version>
3029
</parent>
3130
<artifactId>ide-packaging</artifactId>
3231
<packaging>pom</packaging>

ide-service/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@
2020
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2121
2222
-->
23-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23+
<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">
2524
<modelVersion>4.0.0</modelVersion>
2625
<parent>
2726
<groupId>io.meeds.ide</groupId>
2827
<artifactId>ide</artifactId>
29-
<version>7.1.x-exo-SNAPSHOT</version>
28+
<version>7.1.0-exo-20250617</version>
3029
</parent>
3130
<artifactId>ide-service</artifactId>
3231
<packaging>jar</packaging>

ide-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.meeds.ide</groupId>
2727
<artifactId>ide</artifactId>
28-
<version>7.1.x-exo-SNAPSHOT</version>
28+
<version>7.1.0-exo-20250617</version>
2929
</parent>
3030
<artifactId>ide-webapp</artifactId>
3131
<packaging>war</packaging>

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,17 @@
2020
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2121
2222
-->
23-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23+
<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">
2524
<modelVersion>4.0.0</modelVersion>
2625
<parent>
2726
<artifactId>addons-parent-pom</artifactId>
2827
<groupId>io.meeds.addons</groupId>
2928
<version>19-M02</version>
30-
<relativePath/>
29+
<relativePath />
3130
</parent>
3231
<groupId>io.meeds.ide</groupId>
3332
<artifactId>ide</artifactId>
34-
<version>7.1.x-exo-SNAPSHOT</version>
33+
<version>7.1.0-exo-20250617</version>
3534
<packaging>pom</packaging>
3635
<name>Meeds - IDE - Parent POM</name>
3736
<description>IDE addon for Meeds based Web Application</description>
@@ -44,7 +43,7 @@
4443
<connection>scm:git:git://github.com/meeds-io/ide.git</connection>
4544
<developerConnection>scm:git:ssh://git@github.com/meeds-io/ide.git</developerConnection>
4645
<url>https://github.com/meeds-io/ide</url>
47-
<tag>HEAD</tag>
46+
<tag>7.1.0-exo-20250617</tag>
4847
</scm>
4948
<properties>
5049
<io.meeds.social.version>7.1.0-exo-20250617</io.meeds.social.version>

0 commit comments

Comments
 (0)