Skip to content

Commit 6b878a6

Browse files
committed
[maven-release-plugin] prepare release v1.3.0
1 parent de7a63c commit 6b878a6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Diff for: pom.xml

+5-6
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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>cz.sparko.boxitory</groupId>
76
<artifactId>boxitory</artifactId>
8-
<version>1.2.1-SNAPSHOT</version>
7+
<version>1.3.0</version>
98
<packaging>jar</packaging>
109

1110
<name>boxitory</name>
@@ -32,7 +31,7 @@
3231
<groupId>org.springframework.boot</groupId>
3332
<artifactId>spring-boot-starter-parent</artifactId>
3433
<version>1.5.3.RELEASE</version>
35-
<relativePath/> <!-- lookup parent from repository -->
34+
<relativePath /> <!-- lookup parent from repository -->
3635
</parent>
3736

3837
<issueManagement>
@@ -52,7 +51,7 @@
5251
<url>https://github.com/sparkoo/boxitory</url>
5352
<connection>scm:git:git://github.com/sparkoo/boxitory.git</connection>
5453
<developerConnection>scm:git:[email protected]:sparkoo/boxitory.git</developerConnection>
55-
<tag>HEAD</tag>
54+
<tag>v1.3.0</tag>
5655
</scm>
5756

5857
<properties>
@@ -124,7 +123,7 @@
124123
<instrumentation>
125124
<ignoreTrivial>true</ignoreTrivial>
126125
</instrumentation>
127-
<check/>
126+
<check />
128127
</configuration>
129128
</plugin>
130129
<plugin>

0 commit comments

Comments
 (0)