Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Mar 21, 2024
1 parent c30d621 commit 12bfb71
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/aem-caravan-jaxrs-sample/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>io.wcm.caravan</groupId>
<artifactId>io.wcm.caravan.jaxrs.publisher</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.wcm.osgi.wrapper</groupId>
Expand Down
2 changes: 1 addition & 1 deletion integration-test/launchpad-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>io.wcm.caravan</groupId>
<artifactId>io.wcm.caravan.jaxrs.publisher</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.3-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion integration-test/sample-service-1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>io.wcm.caravan</groupId>
<artifactId>io.wcm.caravan.jaxrs.publisher</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.3-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion integration-test/sample-service-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>io.wcm.caravan</groupId>
<artifactId>io.wcm.caravan.jaxrs.publisher</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.3-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit 12bfb71

Please sign in to comment.