Skip to content

Commit b3effcc

Browse files
committed
[maven-release-plugin] prepare release bootique-framework-parent-0.17
1 parent b5958c5 commit b3effcc

4 files changed

Lines changed: 6 additions & 7 deletions

File tree

bootique-docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.nhl.bootique</groupId>
77
<artifactId>bootique-framework-parent</artifactId>
8-
<version>0.17-SNAPSHOT</version>
8+
<version>0.17</version>
99
</parent>
1010

1111
<artifactId>bootique-docs</artifactId>

bootique-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.nhl.bootique</groupId>
77
<artifactId>bootique-framework-parent</artifactId>
8-
<version>0.17-SNAPSHOT</version>
8+
<version>0.17</version>
99
</parent>
1010

1111
<artifactId>bootique-test</artifactId>

bootique/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>com.nhl.bootique</groupId>
87
<artifactId>bootique-framework-parent</artifactId>
9-
<version>0.17-SNAPSHOT</version>
8+
<version>0.17</version>
109
</parent>
1110

1211
<artifactId>bootique</artifactId>

pom.xml

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

1111
<groupId>com.nhl.bootique</groupId>
1212
<artifactId>bootique-framework-parent</artifactId>
13-
<version>0.17-SNAPSHOT</version>
13+
<version>0.17</version>
1414
<packaging>pom</packaging>
1515

1616
<name>Parent of Bootique - a minimally opinionated framework for runnable Java apps</name>
@@ -27,7 +27,7 @@
2727
<scm>
2828
<developerConnection>scm:git:ssh://[email protected]/nhl/bootique</developerConnection>
2929
<url>https://github.com/nhl/bootique</url>
30-
<tag>HEAD</tag>
30+
<tag>bootique-framework-parent-0.17</tag>
3131
</scm>
3232

3333
<!-- Optional profile used to sign artifacts -->

0 commit comments

Comments
 (0)