Skip to content

Commit

Permalink
chore(main): release 0.3.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 26, 2024
1 parent d75f3b0 commit 7f2fe36
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 16 deletions.
6 changes: 2 additions & 4 deletions app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ SPDX-FileCopyrightText: 2023 Alliander N.V.
SPDX-License-Identifier: Apache-2.0
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.lfenergy.compas.sitipe</groupId>
<artifactId>compas-sitipe-service</artifactId>
<version>local-SNAPSHOT</version>
<version>0.3.2-SNAPSHOT</version>
</parent>

<artifactId>app</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ SPDX-FileCopyrightText: 2023 Alliander N.V.
SPDX-License-Identifier: Apache-2.0
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.lfenergy.compas.sitipe</groupId>
<artifactId>compas-sitipe-service</artifactId>
<version>local-SNAPSHOT</version>
<version>0.3.2-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
6 changes: 2 additions & 4 deletions repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ SPDX-FileCopyrightText: 2023 Alliander N.V.
SPDX-License-Identifier: Apache-2.0
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.lfenergy.compas.sitipe</groupId>
<artifactId>compas-sitipe-service</artifactId>
<version>local-SNAPSHOT</version>
<version>0.3.2-SNAPSHOT</version>
</parent>

<artifactId>repository</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ SPDX-FileCopyrightText: 2023 Alliander N.V.
SPDX-License-Identifier: Apache-2.0
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.lfenergy.compas.sitipe</groupId>
<artifactId>compas-sitipe-service</artifactId>
<version>local-SNAPSHOT</version>
<version>0.3.2-SNAPSHOT</version>
</parent>

<artifactId>service</artifactId>
Expand Down

0 comments on commit 7f2fe36

Please sign in to comment.