Skip to content

Commit ce9de8b

Browse files
committed
[maven-release-plugin] prepare release v1.1.0
1 parent f113846 commit ce9de8b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

+5-5
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.0.1-SNAPSHOT</version>
7+
<version>1.1.0</version>
98
<packaging>jar</packaging>
109

1110
<name>boxitory</name>
@@ -15,7 +14,7 @@
1514
<groupId>org.springframework.boot</groupId>
1615
<artifactId>spring-boot-starter-parent</artifactId>
1716
<version>1.5.3.RELEASE</version>
18-
<relativePath/> <!-- lookup parent from repository -->
17+
<relativePath /> <!-- lookup parent from repository -->
1918
</parent>
2019

2120
<issueManagement>
@@ -35,7 +34,8 @@
3534
<url>https://github.com/sparkoo/boxitory</url>
3635
<connection>scm:git:git://github.com/sparkoo/boxitory.git</connection>
3736
<developerConnection>scm:git:[email protected]:sparkoo/boxitory.git</developerConnection>
38-
</scm>
37+
<tag>v1.1.0</tag>
38+
</scm>
3939

4040
<properties>
4141
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)