Skip to content

Commit 2f24db2

Browse files
committed
[maven-release-plugin] prepare release v1.1.2
1 parent d1647be commit 2f24db2

File tree

4 files changed

+9
-17
lines changed

4 files changed

+9
-17
lines changed

domain/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
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">
1+
<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">
42

53
<modelVersion>4.0.0</modelVersion>
64

@@ -13,7 +11,7 @@
1311
<parent>
1412
<groupId>org.folio</groupId>
1513
<artifactId>spring-module-core</artifactId>
16-
<version>1.1.2-SNAPSHOT</version>
14+
<version>1.1.2</version>
1715
</parent>
1816

1917
<dependencies>

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53

64
<modelVersion>4.0.0</modelVersion>
75

86
<groupId>org.folio</groupId>
97
<artifactId>spring-module-core</artifactId>
10-
<version>1.1.2-SNAPSHOT</version>
8+
<version>1.1.2</version>
119

1210
<name>Spring Okapi Module Core</name>
1311
<description>Okapi module core for Spring Boot development</description>
@@ -236,7 +234,7 @@
236234
<url>https://github.com/folio-org/spring-module-core</url>
237235
<connection>scm:git:git://github.com:folio-org/spring-module-core.git</connection>
238236
<developerConnection>scm:git:git@github.com:folio-org/spring-module-core.git</developerConnection>
239-
<tag>HEAD</tag>
237+
<tag>v1.1.2</tag>
240238
</scm>
241239

242240
</project>

tenant/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
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">
1+
<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">
42

53
<modelVersion>4.0.0</modelVersion>
64

@@ -13,7 +11,7 @@
1311
<parent>
1412
<groupId>org.folio</groupId>
1513
<artifactId>spring-module-core</artifactId>
16-
<version>1.1.2-SNAPSHOT</version>
14+
<version>1.1.2</version>
1715
</parent>
1816

1917
<dependencies>

web/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
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">
1+
<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">
42

53
<modelVersion>4.0.0</modelVersion>
64

@@ -13,7 +11,7 @@
1311
<parent>
1412
<groupId>org.folio</groupId>
1513
<artifactId>spring-module-core</artifactId>
16-
<version>1.1.2-SNAPSHOT</version>
14+
<version>1.1.2</version>
1715
</parent>
1816

1917
<dependencies>

0 commit comments

Comments
 (0)