|
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"> |
| 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"> |
2 | 3 | <modelVersion>4.0.0</modelVersion>
|
3 | 4 |
|
4 | 5 | <groupId>io.sfjava.ui</groupId>
|
5 | 6 | <artifactId>sf-java-ui</artifactId>
|
6 | | - <version>0.1.2</version> |
| 7 | + <version>0.1.2-SNAPSHOT</version> |
7 | 8 | <packaging>jar</packaging>
|
8 | 9 |
|
9 | 10 | <name>sf-java-ui</name>
|
|
30 | 31 | <url>https://github.com/JsonSchema-JavaUI/sf-java-ui</url>
|
31 | 32 | <connection>scm:git:git://github.com/JsonSchema-JavaUI/sf-java-ui.git</connection>
|
32 | 33 | <developerConnection>scm:git:git@github.com:JsonSchema-JavaUI/sf-java-ui.git</developerConnection>
|
33 | | - <tag>sf-java-ui-0.1.2</tag> |
34 | | -</scm> |
| 34 | + <tag>sf-java-ui-0.1.1</tag> |
| 35 | +</scm> |
35 | 36 |
|
36 | 37 | <properties>
|
37 | 38 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
169 | 170 | <groupId>org.apache.maven.plugins</groupId>
|
170 | 171 | <artifactId>maven-release-plugin</artifactId>
|
171 | 172 | <version>2.5.1</version>
|
| 173 | + <configuration> |
| 174 | + <localCheckout>true</localCheckout> |
| 175 | + <pushChanges>false</pushChanges> |
| 176 | + </configuration> |
172 | 177 | <dependencies>
|
173 | 178 | <dependency>
|
174 | 179 | <groupId>org.apache.maven.shared</groupId>
|
|
0 commit comments