Skip to content

Commit

Permalink
[release] 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ConduktorBot committed Oct 27, 2023
1 parent 945a1d8 commit 1b1e8cc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gateway-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.conduktor</groupId>
<artifactId>conduktor-gateway-oss</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions gateway-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.conduktor</groupId>
<artifactId>conduktor-gateway-oss</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>io.conduktor</groupId>
<artifactId>gateway-core</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion interceptor-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>conduktor-gateway-oss</artifactId>
<groupId>io.conduktor</groupId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions logger-interceptor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.conduktor</groupId>
<artifactId>logger-interceptor</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>

<packaging>jar</packaging>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>io.conduktor</groupId>
<artifactId>interceptor-framework</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
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>io.conduktor</groupId>
<artifactId>conduktor-gateway-oss</artifactId>
<packaging>pom</packaging>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<modules>
<module>gateway-core</module>
<module>gateway-test</module>
Expand Down Expand Up @@ -118,7 +118,7 @@
<connection>scm:git:${project.scm.url}</connection>
<developerConnection>scm:git:${project.scm.url}</developerConnection>
<url>https://github.com/conduktor/conduktor-gateway.git</url>
<tag>HEAD</tag>
<tag>2.2.0</tag>
</scm>


Expand Down

0 comments on commit 1b1e8cc

Please sign in to comment.