Skip to content

Commit

Permalink
[10] Solved (in theory)
Browse files Browse the repository at this point in the history
  • Loading branch information
kendarorg committed May 2, 2024
1 parent 1b3587f commit 289ec0f
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion jacoco/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.kendar.protocol</groupId>
<artifactId>protocol-master</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</parent>

<artifactId>jacoco</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.kendar.protocol</groupId>
<artifactId>protocol-master</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -22,7 +22,7 @@
</modules>

<properties>
<project.version>1.2.0</project.version>
<project.version>1.2.1</project.version>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<testcontainers.version>1.19.1</testcontainers.version>
Expand Down
2 changes: 1 addition & 1 deletion protocol-amqp-091/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.kendar.protocol</groupId>
<artifactId>protocol-master</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</parent>

<artifactId>protocol-amqp-091</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion protocol-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.kendar.protocol</groupId>
<artifactId>protocol-master</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</parent>

<artifactId>protocol-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion protocol-mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.kendar.protocol</groupId>
<artifactId>protocol-master</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</parent>

<artifactId>protocol-mongo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion protocol-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.kendar.protocol</groupId>
<artifactId>protocol-master</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</parent>

<artifactId>protocol-mysql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion protocol-postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.kendar.protocol</groupId>
<artifactId>protocol-master</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</parent>

<artifactId>protocol-postgres</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion protocol-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kendar.protocol</groupId>
<artifactId>protocol-master</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</parent>

<groupId>org.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion protocol-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.kendar.protocol</groupId>
<artifactId>protocol-master</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion todo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.kendar.protocol</groupId>
<artifactId>todo</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion todo/protocol-amqp-100/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kendar.protocol</groupId>
<artifactId>todo</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</parent>

<groupId>org.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion todo/protocol-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kendar.protocol</groupId>
<artifactId>todo</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</parent>

<groupId>org.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion todo/protocol-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kendar.protocol</groupId>
<artifactId>todo</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</parent>

<groupId>org.example</groupId>
Expand Down

0 comments on commit 289ec0f

Please sign in to comment.