|
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.2-SNAPSHOT</version> |
| 6 | + <version>0.1.2</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 | | - <tag>sf-java-ui-0.1.1</tag> |
| 33 | + <tag>sf-java-ui-0.1.2</tag> |
35 | 34 | </scm>
|
36 | 35 |
|
37 | 36 | <properties>
|
|
0 commit comments