Skip to content

Commit

Permalink
set next snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
coremedia-ci committed Nov 29, 2023
1 parent a50c920 commit 6453fab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion feedback-hub-searchmetrics-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.coremedia.labs.plugins</groupId>
<artifactId>feedback-hub-searchmetrics-lib</artifactId>
<version>2.0.3</version>
<version>2.0.4-SNAPSHOT</version>
<packaging>jar</packaging>
<description>Lib for Feedback Hub's Searchmetrics Adapter</description>

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 @@

<groupId>com.coremedia.labs.plugins</groupId>
<artifactId>feedback-hub-adapter-searchmetrics</artifactId>
<version>2.0.3</version>
<version>2.0.4-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@coremedia-labs/studio-client.main.feedback-hub-adapter-searchmetrics",
"author": "CoreMedia GmbH",
"license": "CoreMedia Open Source License",
"version": "2.0.3",
"version": "2.0.4-SNAPSHOT",
"private": true,
"dependencies": {
"@coremedia/studio-client.cap-rest-client": "2207.1.0",
Expand Down
4 changes: 2 additions & 2 deletions studio-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.coremedia.labs.plugins</groupId>
<artifactId>studio-server.feedback-hub-adapter-searchmetrics</artifactId>
<version>2.0.3</version>
<version>2.0.4-SNAPSHOT</version>
<packaging>coremedia-plugin</packaging>

<properties>
Expand Down Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>com.coremedia.labs.plugins</groupId>
<artifactId>feedback-hub-searchmetrics-lib</artifactId>
<version>2.0.3</version>
<version>2.0.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.coremedia.cms</groupId>
Expand Down

0 comments on commit 6453fab

Please sign in to comment.