Skip to content

Commit c3b12c5

Browse files
openmrs-botibacher
authored andcommitted
[maven-release-plugin] prepare release 2.6.0
1 parent b8d308d commit c3b12c5

File tree

11 files changed

+12
-48
lines changed

11 files changed

+12
-48
lines changed

api-2.5/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>fhir2</artifactId>
55
<groupId>org.openmrs.module</groupId>
6-
<version>2.6.0-SNAPSHOT</version>
6+
<version>2.6.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -42,10 +42,6 @@
4242

4343
<build>
4444
<plugins>
45-
<plugin>
46-
<groupId>org.apache.maven.plugins</groupId>
47-
<artifactId>maven-source-plugin</artifactId>
48-
</plugin>
4945
<plugin>
5046
<groupId>org.jacoco</groupId>
5147
<artifactId>jacoco-maven-plugin</artifactId>

api-2.6/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>fhir2</artifactId>
55
<groupId>org.openmrs.module</groupId>
6-
<version>2.6.0-SNAPSHOT</version>
6+
<version>2.6.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -48,10 +48,6 @@
4848

4949
<build>
5050
<plugins>
51-
<plugin>
52-
<groupId>org.apache.maven.plugins</groupId>
53-
<artifactId>maven-source-plugin</artifactId>
54-
</plugin>
5551
<plugin>
5652
<groupId>org.jacoco</groupId>
5753
<artifactId>jacoco-maven-plugin</artifactId>

api-2.7/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>fhir2</artifactId>
55
<groupId>org.openmrs.module</groupId>
6-
<version>2.6.0-SNAPSHOT</version>
6+
<version>2.6.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -42,10 +42,6 @@
4242

4343
<build>
4444
<plugins>
45-
<plugin>
46-
<groupId>org.apache.maven.plugins</groupId>
47-
<artifactId>maven-source-plugin</artifactId>
48-
</plugin>
4945
<plugin>
5046
<groupId>org.jacoco</groupId>
5147
<artifactId>jacoco-maven-plugin</artifactId>

api/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.openmrs.module</groupId>
55
<artifactId>fhir2</artifactId>
6-
<version>2.6.0-SNAPSHOT</version>
6+
<version>2.6.0</version>
77
</parent>
88

99
<artifactId>fhir2-api</artifactId>
@@ -82,10 +82,6 @@
8282

8383
<build>
8484
<plugins>
85-
<plugin>
86-
<groupId>org.apache.maven.plugins</groupId>
87-
<artifactId>maven-source-plugin</artifactId>
88-
</plugin>
8985
<plugin>
9086
<groupId>org.jacoco</groupId>
9187
<artifactId>jacoco-maven-plugin</artifactId>

e2e-tests/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>fhir2</artifactId>
55
<groupId>org.openmrs.module</groupId>
6-
<version>2.6.0-SNAPSHOT</version>
6+
<version>2.6.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -92,10 +92,6 @@
9292
<skip>true</skip>
9393
</configuration>
9494
</plugin>
95-
<plugin>
96-
<groupId>org.apache.maven.plugins</groupId>
97-
<artifactId>maven-source-plugin</artifactId>
98-
</plugin>
9995
<plugin>
10096
<groupId>org.jacoco</groupId>
10197
<artifactId>jacoco-maven-plugin</artifactId>

integration-tests-2.6/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>fhir2</artifactId>
55
<groupId>org.openmrs.module</groupId>
6-
<version>2.6.0-SNAPSHOT</version>
6+
<version>2.6.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -107,10 +107,6 @@
107107
<skip>true</skip>
108108
</configuration>
109109
</plugin>
110-
<plugin>
111-
<groupId>org.apache.maven.plugins</groupId>
112-
<artifactId>maven-source-plugin</artifactId>
113-
</plugin>
114110
<plugin>
115111
<groupId>org.jacoco</groupId>
116112
<artifactId>jacoco-maven-plugin</artifactId>

integration-tests-2.7/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>fhir2</artifactId>
55
<groupId>org.openmrs.module</groupId>
6-
<version>2.6.0-SNAPSHOT</version>
6+
<version>2.6.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -107,10 +107,6 @@
107107
<skip>true</skip>
108108
</configuration>
109109
</plugin>
110-
<plugin>
111-
<groupId>org.apache.maven.plugins</groupId>
112-
<artifactId>maven-source-plugin</artifactId>
113-
</plugin>
114110
<plugin>
115111
<groupId>org.jacoco</groupId>
116112
<artifactId>jacoco-maven-plugin</artifactId>

integration-tests/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>fhir2</artifactId>
55
<groupId>org.openmrs.module</groupId>
6-
<version>2.6.0-SNAPSHOT</version>
6+
<version>2.6.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -103,10 +103,6 @@
103103
<skip>true</skip>
104104
</configuration>
105105
</plugin>
106-
<plugin>
107-
<groupId>org.apache.maven.plugins</groupId>
108-
<artifactId>maven-source-plugin</artifactId>
109-
</plugin>
110106
<plugin>
111107
<groupId>org.jacoco</groupId>
112108
<artifactId>jacoco-maven-plugin</artifactId>

omod/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.openmrs.module</groupId>
55
<artifactId>fhir2</artifactId>
6-
<version>2.6.0-SNAPSHOT</version>
6+
<version>2.6.0</version>
77
</parent>
88

99
<artifactId>fhir2-omod</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.openmrs.module</groupId>
66
<artifactId>fhir2</artifactId>
7-
<version>2.6.0-SNAPSHOT</version>
7+
<version>2.6.0</version>
88
<packaging>pom</packaging>
99
<name>FHIR2</name>
1010
<description>Implementation of FHIR R4 for OpenMRS</description>
@@ -32,7 +32,7 @@
3232
<connection>scm:git:git@github.com:openmrs/openmrs-module-fhir2.git</connection>
3333
<developerConnection>scm:git:git@github.com:openmrs/openmrs-module-fhir2.git</developerConnection>
3434
<url>https://github.com/openmrs/openmrs-module-fhir2/</url>
35-
<tag>HEAD</tag>
35+
<tag>2.6.0</tag>
3636
</scm>
3737

3838
<modules>

0 commit comments

Comments
 (0)