Skip to content

Commit 43471df

Browse files
committed
Add changelog and bump version
1 parent 5d513c9 commit 43471df

File tree

26 files changed

+31
-25
lines changed

26 files changed

+31
-25
lines changed

hapi-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>hapi</artifactId>
44
<groupId>ca.uhn.hapi</groupId>
5-
<version>2.6.0-SNAPSHOT</version>
5+
<version>2.6.0</version>
66
<relativePath>../pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

hapi-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>hapi</artifactId>
1010
<groupId>ca.uhn.hapi</groupId>
11-
<version>2.6.0-SNAPSHOT</version>
11+
<version>2.6.0</version>
1212
</parent>
1313

1414
<dependencyManagement>

hapi-dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>hapi</artifactId>
66
<groupId>ca.uhn.hapi</groupId>
7-
<version>2.6.0-SNAPSHOT</version>
7+
<version>2.6.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

hapi-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>hapi</artifactId>
55
<groupId>ca.uhn.hapi</groupId>
6-
<version>2.6.0-SNAPSHOT</version>
6+
<version>2.6.0</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

hapi-hl7overhttp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>hapi</artifactId>
44
<groupId>ca.uhn.hapi</groupId>
5-
<version>2.6.0-SNAPSHOT</version>
5+
<version>2.6.0</version>
66
<relativePath>../pom.xml</relativePath>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>

hapi-osgi-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>hapi</artifactId>
55
<groupId>ca.uhn.hapi</groupId>
6-
<version>2.6.0-SNAPSHOT</version>
6+
<version>2.6.0</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

hapi-sourcegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>hapi</artifactId>
55
<groupId>ca.uhn.hapi</groupId>
6-
<version>2.6.0-SNAPSHOT</version>
6+
<version>2.6.0</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

hapi-structures-superstructures/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>hapi</artifactId>
55
<groupId>ca.uhn.hapi</groupId>
6-
<version>2.6.0-SNAPSHOT</version>
6+
<version>2.6.0</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

hapi-structures-v21/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>hapi</artifactId>
55
<groupId>ca.uhn.hapi</groupId>
6-
<version>2.6.0-SNAPSHOT</version>
6+
<version>2.6.0</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

hapi-structures-v22/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>hapi</artifactId>
55
<groupId>ca.uhn.hapi</groupId>
6-
<version>2.6.0-SNAPSHOT</version>
6+
<version>2.6.0</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

0 commit comments

Comments
 (0)