Skip to content

Commit

Permalink
Set next dev version to 1.72.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ikmdevops committed Oct 1, 2024
1 parent 3bcc7be commit 063cd2d
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion aggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.ikm.tinkar</groupId>
<artifactId>tinkar-core</artifactId>
<version>1.71.0</version>
<version>1.72.0-SNAPSHOT</version>
</parent>

<artifactId>aggregator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion collection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.ikm.tinkar</groupId>
<artifactId>tinkar-core</artifactId>
<version>1.71.0</version>
<version>1.72.0-SNAPSHOT</version>
</parent>

<artifactId>collection</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.ikm.tinkar</groupId>
<artifactId>tinkar-core</artifactId>
<version>1.71.0</version>
<version>1.72.0-SNAPSHOT</version>
</parent>

<artifactId>common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.ikm.tinkar</groupId>
<artifactId>tinkar-core</artifactId>
<version>1.71.0</version>
<version>1.72.0-SNAPSHOT</version>
</parent>

<artifactId>component</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion coordinate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.ikm.tinkar</groupId>
<artifactId>tinkar-core</artifactId>
<version>1.71.0</version>
<version>1.72.0-SNAPSHOT</version>
</parent>

<artifactId>coordinate</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion entity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.ikm.tinkar</groupId>
<artifactId>tinkar-core</artifactId>
<version>1.71.0</version>
<version>1.72.0-SNAPSHOT</version>
</parent>

<artifactId>entity</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.ikm.tinkar</groupId>
<artifactId>tinkar-core</artifactId>
<version>1.71.0</version>
<version>1.72.0-SNAPSHOT</version>
</parent>

<artifactId>integration</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion language-extensions/binding-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.ikm.tinkar</groupId>
<artifactId>language-extensions</artifactId>
<version>1.71.0</version>
<version>1.72.0-SNAPSHOT</version>
</parent>

<groupId>dev.ikm.tinkar.ext.binding</groupId>
Expand Down
2 changes: 1 addition & 1 deletion language-extensions/fhir-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.ikm.tinkar</groupId>
<artifactId>language-extensions</artifactId>
<version>1.71.0</version>
<version>1.72.0-SNAPSHOT</version>
</parent>

<groupId>dev.ikm.tinkar.fhir</groupId>
Expand Down
2 changes: 1 addition & 1 deletion language-extensions/owl-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.ikm.tinkar</groupId>
<artifactId>language-extensions</artifactId>
<version>1.71.0</version>
<version>1.72.0-SNAPSHOT</version>
</parent>

<groupId>dev.ikm.tinkar.ext.owl</groupId>
Expand Down
2 changes: 1 addition & 1 deletion language-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.ikm.tinkar</groupId>
<artifactId>tinkar-core</artifactId>
<version>1.71.0</version>
<version>1.72.0-SNAPSHOT</version>
</parent>

<artifactId>language-extensions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>dev.ikm.tinkar</groupId>
<artifactId>tinkar-core</artifactId>
<version>1.71.0</version>
<version>1.72.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>IKM tinkar core</name>
Expand Down
2 changes: 1 addition & 1 deletion provider/data-ephemeral-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.ikm.tinkar</groupId>
<artifactId>provider</artifactId>
<version>1.71.0</version>
<version>1.72.0-SNAPSHOT</version>
</parent>

<artifactId>data-ephemeral-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion provider/data-mvstore-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.ikm.tinkar</groupId>
<artifactId>provider</artifactId>
<version>1.71.0</version>
<version>1.72.0-SNAPSHOT</version>
</parent>

<artifactId>data-mvstore-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion provider/data-spinedarray-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.ikm.tinkar</groupId>
<artifactId>provider</artifactId>
<version>1.71.0</version>
<version>1.72.0-SNAPSHOT</version>
</parent>

<artifactId>data-spinedarray-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion provider/data-websocket-client-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.ikm.tinkar</groupId>
<artifactId>provider</artifactId>
<version>1.71.0</version>
<version>1.72.0-SNAPSHOT</version>
</parent>

<artifactId>data-websocket-client-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion provider/data-websocket-server-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.ikm.tinkar</groupId>
<artifactId>provider</artifactId>
<version>1.71.0</version>
<version>1.72.0-SNAPSHOT</version>
</parent>

<artifactId>data-websocket-server-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion provider/entity-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.ikm.tinkar</groupId>
<artifactId>provider</artifactId>
<version>1.71.0</version>
<version>1.72.0-SNAPSHOT</version>
</parent>

<artifactId>entity-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion provider/executor-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.ikm.tinkar</groupId>
<artifactId>provider</artifactId>
<version>1.71.0</version>
<version>1.72.0-SNAPSHOT</version>
</parent>

<artifactId>executor-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.ikm.tinkar</groupId>
<artifactId>tinkar-core</artifactId>
<version>1.71.0</version>
<version>1.72.0-SNAPSHOT</version>
</parent>

<artifactId>provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion provider/search-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.ikm.tinkar</groupId>
<artifactId>provider</artifactId>
<version>1.71.0</version>
<version>1.72.0-SNAPSHOT</version>
</parent>

<artifactId>search-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion reasoner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.ikm.tinkar</groupId>
<artifactId>tinkar-core</artifactId>
<version>1.71.0</version>
<version>1.72.0-SNAPSHOT</version>
</parent>

<artifactId>reasoner</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion reasoner/reasoner-elk-owl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.ikm.tinkar</groupId>
<artifactId>reasoner</artifactId>
<version>1.71.0</version>
<version>1.72.0-SNAPSHOT</version>
</parent>

<artifactId>reasoner-elk-owl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion reasoner/reasoner-elk-snomed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.ikm.tinkar</groupId>
<artifactId>reasoner</artifactId>
<version>1.71.0</version>
<version>1.72.0-SNAPSHOT</version>
</parent>

<artifactId>reasoner-elk-snomed</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion reasoner/reasoner-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.ikm.tinkar</groupId>
<artifactId>reasoner</artifactId>
<version>1.71.0</version>
<version>1.72.0-SNAPSHOT</version>
</parent>

<artifactId>reasoner-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion terms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.ikm.tinkar</groupId>
<artifactId>tinkar-core</artifactId>
<version>1.71.0</version>
<version>1.72.0-SNAPSHOT</version>
</parent>

<artifactId>terms</artifactId>
Expand Down

0 comments on commit 063cd2d

Please sign in to comment.