Skip to content

Commit a4871af

Browse files
committed
chore: Update version to 9.4.0-SNAPSHOT
1 parent af7068d commit a4871af

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

encoders/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>au.csiro.pathling</groupId>
3333
<artifactId>pathling</artifactId>
34-
<version>9.3.1</version>
34+
<version>9.4.0-SNAPSHOT</version>
3535
</parent>
3636
<artifactId>encoders</artifactId>
3737
<packaging>jar</packaging>

fhirpath/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>au.csiro.pathling</groupId>
2626
<artifactId>pathling</artifactId>
27-
<version>9.3.1</version>
27+
<version>9.4.0-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>fhirpath</artifactId>
3030
<packaging>jar</packaging>

lib/R/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>au.csiro.pathling</groupId>
2626
<artifactId>pathling</artifactId>
27-
<version>9.3.1</version>
27+
<version>9.4.0-SNAPSHOT</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>r</artifactId>

lib/python/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>au.csiro.pathling</groupId>
2626
<artifactId>pathling</artifactId>
27-
<version>9.3.1</version>
27+
<version>9.4.0-SNAPSHOT</version>
2828
<relativePath>../../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>python</artifactId>

library-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>pathling</artifactId>
2727
<groupId>au.csiro.pathling</groupId>
28-
<version>9.3.1</version>
28+
<version>9.4.0-SNAPSHOT</version>
2929
</parent>
3030
<artifactId>library-api</artifactId>
3131
<packaging>jar</packaging>

library-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>pathling</artifactId>
2727
<groupId>au.csiro.pathling</groupId>
28-
<version>9.3.1</version>
28+
<version>9.4.0-SNAPSHOT</version>
2929
</parent>
3030
<artifactId>library-runtime</artifactId>
3131
<packaging>jar</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<modelVersion>4.0.0</modelVersion>
2323
<groupId>au.csiro.pathling</groupId>
2424
<artifactId>pathling</artifactId>
25-
<version>9.3.1</version>
25+
<version>9.4.0-SNAPSHOT</version>
2626
<packaging>pom</packaging>
2727

2828
<name>Pathling</name>

site/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>au.csiro.pathling</groupId>
2626
<artifactId>pathling</artifactId>
27-
<version>9.3.1</version>
27+
<version>9.4.0-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030
<artifactId>site</artifactId>

terminology/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>pathling</artifactId>
2727
<groupId>au.csiro.pathling</groupId>
28-
<version>9.3.1</version>
28+
<version>9.4.0-SNAPSHOT</version>
2929
</parent>
3030
<artifactId>terminology</artifactId>
3131
<packaging>jar</packaging>

utilities/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>pathling</artifactId>
2727
<groupId>au.csiro.pathling</groupId>
28-
<version>9.3.1</version>
28+
<version>9.4.0-SNAPSHOT</version>
2929
</parent>
3030
<artifactId>utilities</artifactId>
3131
<packaging>jar</packaging>

0 commit comments

Comments
 (0)