Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 2836507

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 2fe838e commit 2836507

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>bunsen-parent</artifactId>
88
<groupId>com.cerner.bunsen</groupId>
9-
<version>0.5.10</version>
9+
<version>0.5.11-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>Bunsen Distribution Assembly</name>

bunsen-avro-records-stu3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>bunsen-parent</artifactId>
88
<groupId>com.cerner.bunsen</groupId>
9-
<version>0.5.10</version>
9+
<version>0.5.11-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>Bunsen Avro Records STU3</name>

bunsen-avro/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>bunsen-parent</artifactId>
88
<groupId>com.cerner.bunsen</groupId>
9-
<version>0.5.10</version>
9+
<version>0.5.11-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>Bunsen Avro</name>

bunsen-core-stu3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>bunsen-parent</artifactId>
88
<groupId>com.cerner.bunsen</groupId>
9-
<version>0.5.10</version>
9+
<version>0.5.11-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>Bunsen Core Stu3</name>

bunsen-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>bunsen-parent</artifactId>
88
<groupId>com.cerner.bunsen</groupId>
9-
<version>0.5.10</version>
9+
<version>0.5.11-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>Bunsen Core</name>

bunsen-spark-shaded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>bunsen-parent</artifactId>
88
<groupId>com.cerner.bunsen</groupId>
9-
<version>0.5.10</version>
9+
<version>0.5.11-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>Bunsen Shaded Assembly for Spark</name>

bunsen-spark-stu3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>bunsen-parent</artifactId>
88
<groupId>com.cerner.bunsen</groupId>
9-
<version>0.5.10</version>
9+
<version>0.5.11-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>Bunsen Spark STU3</name>

bunsen-spark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>bunsen-parent</artifactId>
88
<groupId>com.cerner.bunsen</groupId>
9-
<version>0.5.10</version>
9+
<version>0.5.11-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>Bunsen Spark</name>

bunsen-uscore-resources-stu3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>bunsen-parent</artifactId>
88
<groupId>com.cerner.bunsen</groupId>
9-
<version>0.5.10</version>
9+
<version>0.5.11-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212
<name>Bunsen US Core STU3 Resources</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.cerner.bunsen</groupId>
66
<artifactId>bunsen-parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>0.5.10</version>
8+
<version>0.5.11-SNAPSHOT</version>
99
<name>Bunsen Parent</name>
1010
<description>Use FHIR resources as native Spark data sets</description>
1111
<url>http://engineering.cerner.com/bunsen</url>
@@ -51,7 +51,7 @@
5151
<scm>
5252
<connection>${scm.connection}</connection>
5353
<url>${scm.url}</url>
54-
<tag>0.5.10</tag>
54+
<tag>HEAD</tag>
5555
</scm>
5656

5757
<developers>

0 commit comments

Comments
 (0)