Skip to content

Commit

Permalink
chore(develop): release 0.10.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 30, 2023
1 parent 200844d commit a3b5198
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 32 deletions.
6 changes: 2 additions & 4 deletions commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ SPDX-FileCopyrightText: 2021 RTE FRANCE
SPDX-License-Identifier: Apache-2.0
-->
<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>org.lfenergy.compas.core</groupId>
<artifactId>compas-core</artifactId>
<version>local-SNAPSHOT</version>
<version>0.10.3-SNAPSHOT</version>
</parent>

<artifactId>commons</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ SPDX-FileCopyrightText: 2021 RTE FRANCE
SPDX-License-Identifier: Apache-2.0
-->
<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>

<groupId>org.lfenergy.compas.core</groupId>
<artifactId>compas-core</artifactId>
<version>local-SNAPSHOT</version>
<version>0.10.3-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
6 changes: 2 additions & 4 deletions rest-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ SPDX-FileCopyrightText: 2021 RTE FRANCE
SPDX-License-Identifier: Apache-2.0
-->
<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>org.lfenergy.compas.core</groupId>
<artifactId>compas-core</artifactId>
<version>local-SNAPSHOT</version>
<version>0.10.3-SNAPSHOT</version>
</parent>

<artifactId>rest-commons</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions scl-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ SPDX-FileCopyrightText: 2021 Alliander N.V.
SPDX-License-Identifier: Apache-2.0
-->
<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>org.lfenergy.compas.core</groupId>
<artifactId>compas-core</artifactId>
<version>local-SNAPSHOT</version>
<version>0.10.3-SNAPSHOT</version>
</parent>

<artifactId>scl-extension</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions scl2003/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ SPDX-FileCopyrightText: 2021 RTE FRANCE
SPDX-License-Identifier: Apache-2.0
-->
<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>org.lfenergy.compas.core</groupId>
<artifactId>compas-core</artifactId>
<version>local-SNAPSHOT</version>
<version>0.10.3-SNAPSHOT</version>
</parent>

<artifactId>scl2003</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions scl2007b/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ SPDX-FileCopyrightText: 2021 RTE FRANCE
SPDX-License-Identifier: Apache-2.0
-->
<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>org.lfenergy.compas.core</groupId>
<artifactId>compas-core</artifactId>
<version>local-SNAPSHOT</version>
<version>0.10.3-SNAPSHOT</version>
</parent>

<artifactId>scl2007b</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions scl2007b4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ SPDX-FileCopyrightText: 2021 RTE FRANCE
SPDX-License-Identifier: Apache-2.0
-->
<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>org.lfenergy.compas.core</groupId>
<artifactId>compas-core</artifactId>
<version>local-SNAPSHOT</version>
<version>0.10.3-SNAPSHOT</version>
</parent>

<artifactId>scl2007b4</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions websocket-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ SPDX-FileCopyrightText: 2021 RTE FRANCE
SPDX-License-Identifier: Apache-2.0
-->
<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>org.lfenergy.compas.core</groupId>
<artifactId>compas-core</artifactId>
<version>local-SNAPSHOT</version>
<version>0.10.3-SNAPSHOT</version>
</parent>

<artifactId>websocket-commons</artifactId>
Expand Down

0 comments on commit a3b5198

Please sign in to comment.