Skip to content

Commit

Permalink
Merge pull request #444 from jensborch/release/1.0.1
Browse files Browse the repository at this point in the history
Release version 1.0.1
  • Loading branch information
jensborch committed Sep 3, 2024
2 parents 2a0c13c + 4e574e0 commit 1cec4fe
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.jensborch.webhooks4j</groupId>
<artifactId>webhooks4j</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>webhook4j-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mongodb/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.jensborch.webhooks4j</groupId>
<artifactId>webhook4j-mongodb</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>webhook4j-mongodb-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.jensborch.webhooks4j</groupId>
<artifactId>webhooks4j</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>webhook4j-mongodb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mongodb/publisher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.jensborch.webhooks4j</groupId>
<artifactId>webhook4j-mongodb</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>webhook4j-mongodb-publisher</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mongodb/subscriber/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.jensborch.webhooks4j</groupId>
<artifactId>webhook4j-mongodb</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>webhook4j-mongodb-subscriber</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.jensborch.webhooks4j</groupId>
<artifactId>webhooks4j</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>pom</packaging>

<name>Webhooks4j</name>
Expand Down
2 changes: 1 addition & 1 deletion publisher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.jensborch.webhooks4j</groupId>
<artifactId>webhooks4j</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>webhook4j-publisher</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion subscriber/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.jensborch.webhooks4j</groupId>
<artifactId>webhooks4j</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>webhook4j-subscriber</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.jensborch.webhooks4j</groupId>
<artifactId>webhooks4j</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>webhook4j-test</artifactId>
Expand Down

0 comments on commit 1cec4fe

Please sign in to comment.