File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?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" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
6
5
<groupId >cz.sparko.boxitory</groupId >
7
6
<artifactId >boxitory</artifactId >
8
- <version >1.2.1-SNAPSHOT </version >
7
+ <version >1.3.0 </version >
9
8
<packaging >jar</packaging >
10
9
11
10
<name >boxitory</name >
32
31
<groupId >org.springframework.boot</groupId >
33
32
<artifactId >spring-boot-starter-parent</artifactId >
34
33
<version >1.5.3.RELEASE</version >
35
- <relativePath /> <!-- lookup parent from repository -->
34
+ <relativePath /> <!-- lookup parent from repository -->
36
35
</parent >
37
36
38
37
<issueManagement >
52
51
<url >https://github.com/sparkoo/boxitory</url >
53
52
<connection >scm:git:git://github.com/sparkoo/boxitory.git</connection >
54
53
<
developerConnection >scm:git:
[email protected] :sparkoo/boxitory.git</
developerConnection >
55
- <tag >HEAD </tag >
54
+ <tag >v1.3.0 </tag >
56
55
</scm >
57
56
58
57
<properties >
124
123
<instrumentation >
125
124
<ignoreTrivial >true</ignoreTrivial >
126
125
</instrumentation >
127
- <check />
126
+ <check />
128
127
</configuration >
129
128
</plugin >
130
129
<plugin >
You can’t perform that action at this time.
0 commit comments