Skip to content

Commit 17bbf5d

Browse files
committed
[maven-release-plugin] prepare release 2.1.0
1 parent 51f94bb commit 17bbf5d

File tree

7 files changed

+16
-21
lines changed

7 files changed

+16
-21
lines changed

api-1.11/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.openmrs.module</groupId>
66
<artifactId>attachments</artifactId>
7-
<version>2.1.0-SNAPSHOT</version>
7+
<version>2.1.0</version>
88
</parent>
99

1010
<artifactId>attachments-api-1.11</artifactId>

api-2.0/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.openmrs.module</groupId>
66
<artifactId>attachments</artifactId>
7-
<version>2.1.0-SNAPSHOT</version>
7+
<version>2.1.0</version>
88
</parent>
99

1010
<artifactId>attachments-api-2.0</artifactId>

api/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>org.openmrs.module</groupId>
87
<artifactId>attachments</artifactId>
9-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.1.0</version>
109
</parent>
1110

1211
<artifactId>attachments-api</artifactId>

omod-1.10/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>org.openmrs.module</groupId>
87
<artifactId>attachments</artifactId>
9-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.1.0</version>
109
</parent>
1110

1211
<artifactId>attachments-omod-1.10</artifactId>

omod-2.0/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>org.openmrs.module</groupId>
87
<artifactId>attachments</artifactId>
9-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.1.0</version>
109
</parent>
1110

1211
<artifactId>attachments-omod-2.0</artifactId>

omod/pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>org.openmrs.module</groupId>
87
<artifactId>attachments</artifactId>
9-
<version>2.1.0-SNAPSHOT</version>
8+
<version>2.1.0</version>
109
</parent>
1110

1211
<artifactId>attachments-omod</artifactId>
@@ -247,7 +246,7 @@
247246
</goals>
248247
</pluginExecutionFilter>
249248
<action>
250-
<ignore></ignore>
249+
<ignore />
251250
</action>
252251
</pluginExecution>
253252
<pluginExecution>
@@ -260,7 +259,7 @@
260259
</goals>
261260
</pluginExecutionFilter>
262261
<action>
263-
<ignore></ignore>
262+
<ignore />
264263
</action>
265264
</pluginExecution>
266265
<pluginExecution>
@@ -279,7 +278,7 @@
279278
</goals>
280279
</pluginExecutionFilter>
281280
<action>
282-
<ignore></ignore>
281+
<ignore />
283282
</action>
284283
</pluginExecution>
285284
</pluginExecutions>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>org.openmrs.module</groupId>
76
<artifactId>attachments</artifactId>
8-
<version>2.1.0-SNAPSHOT</version>
7+
<version>2.1.0</version>
98
<packaging>pom</packaging>
109
<name>Attachments</name>
1110
<description>
@@ -27,7 +26,7 @@
2726
<connection>scm:git:git@github.com:openmrs/openmrs-module-attachments.git</connection>
2827
<developerConnection>scm:git:git@github.com:openmrs/openmrs-module-attachments.git</developerConnection>
2928
<url>https://github.com/openmrs/openmrs-module-attachments</url>
30-
<tag>HEAD</tag>
29+
<tag>2.1.0</tag>
3130
</scm>
3231

3332
<modules>

0 commit comments

Comments
 (0)