1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.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/xsd/maven-4.0.0.xsd" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
5
4
<groupId >io.sfjava.ui</groupId >
6
5
<artifactId >sf-java-ui</artifactId >
7
- <version >0.1.0 -SNAPSHOT</version >
6
+ <version >0.1.1 -SNAPSHOT</version >
8
7
<packaging >jar</packaging >
9
8
10
9
<name >sf-java-ui</name >
31
30
<url >https://github.com/JsonSchema-JavaUI/sf-java-ui</url >
32
31
<connection >scm:git:git://github.com/JsonSchema-JavaUI/sf-java-ui.git</connection >
33
32
<developerConnection >scm:git:git@github.com:JsonSchema-JavaUI/sf-java-ui.git</developerConnection >
34
- </scm >
33
+ <tag >sf-java-ui-0.1.0</tag >
34
+ </scm >
35
35
36
36
<properties >
37
37
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
0 commit comments