Skip to content

Commit

Permalink
chore(pom): adjust snapshot versions (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
tasso94 authored Jan 24, 2024
1 parent 4cdc546 commit c677ddb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.camunda.spin</groupId>
<artifactId>camunda-spin-bom</artifactId>
<version>1.23.0-SNAPSHOT</version>
<version>1.22.1-SNAPSHOT</version>
<name>camunda spin - bom</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.spin</groupId>
<artifactId>camunda-spin-root</artifactId>
<version>1.23.0-SNAPSHOT</version>
<version>1.22.1-SNAPSHOT</version>
</parent>

<artifactId>camunda-spin-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dataformat-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.spin</groupId>
<artifactId>camunda-spin-root</artifactId>
<version>1.23.0-SNAPSHOT</version>
<version>1.22.1-SNAPSHOT</version>
</parent>

<artifactId>camunda-spin-dataformat-all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dataformat-json-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.spin</groupId>
<artifactId>camunda-spin-root</artifactId>
<version>1.23.0-SNAPSHOT</version>
<version>1.22.1-SNAPSHOT</version>
</parent>

<artifactId>camunda-spin-dataformat-json-jackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dataformat-xml-dom-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.spin</groupId>
<artifactId>camunda-spin-root</artifactId>
<version>1.23.0-SNAPSHOT</version>
<version>1.22.1-SNAPSHOT</version>
</parent>

<artifactId>camunda-spin-dataformat-xml-dom-jakarta</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dataformat-xml-dom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.spin</groupId>
<artifactId>camunda-spin-root</artifactId>
<version>1.23.0-SNAPSHOT</version>
<version>1.22.1-SNAPSHOT</version>
</parent>

<artifactId>camunda-spin-dataformat-xml-dom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.spin</groupId>
<artifactId>camunda-spin-bom</artifactId>
<version>1.23.0-SNAPSHOT</version>
<version>1.22.1-SNAPSHOT</version>
<relativePath>bom</relativePath>
</parent>

Expand Down

0 comments on commit c677ddb

Please sign in to comment.