Skip to content

Commit

Permalink
Release v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and maxbehr801 committed Feb 9, 2024
1 parent 5663af0 commit 18f580b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/api-carbon-aware-computing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.envite.greenbpm.api</groupId>
<artifactId>api</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<artifactId>api-carbon-aware-computing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion api/api-carbon-aware/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>api</artifactId>
<groupId>de.envite.greenbpm.api</groupId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.envite.greenbpm</groupId>
<artifactId>CarbonReductorConnector</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<groupId>de.envite.greenbpm.api</groupId>
Expand Down
2 changes: 1 addition & 1 deletion camunda-carbon-reductor-c7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.envite.greenbpm</groupId>
<artifactId>CarbonReductorConnector</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<groupId>de.envite.greenbpm.carbonreductorconnector</groupId>
Expand Down
2 changes: 1 addition & 1 deletion camunda-carbon-reductor-c8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>CarbonReductorConnector</artifactId>
<groupId>de.envite.greenbpm</groupId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion carbon-reductor-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>CarbonReductorConnector</artifactId>
<groupId>de.envite.greenbpm</groupId>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>de.envite.greenbpm</groupId>
<artifactId>CarbonReductorConnector</artifactId>
<packaging>pom</packaging>
<version>2.1.1-SNAPSHOT</version>
<version>2.1.1</version>

<modules>
<module>api</module>
Expand Down Expand Up @@ -53,7 +53,7 @@
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<url>${project.scm.url}</url>
<tag>HEAD</tag>
<tag>v2.1.1</tag>
</scm>

<build>
Expand Down

0 comments on commit 18f580b

Please sign in to comment.