File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -123,3 +123,4 @@ hs_err_pid*
123123
124124# End of https://www.gitignore.io/api/java,bower,eclipse,angular
125125/target /
126+ /EMBEDDED /
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" 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" >
23 <modelVersion >4.0.0</modelVersion >
34
45 <groupId >io.sfjava.ui</groupId >
56 <artifactId >sf-java-ui</artifactId >
6- <version >0.1.2</version >
7+ <version >0.1.2-SNAPSHOT </version >
78 <packaging >jar</packaging >
89
910 <name >sf-java-ui</name >
3031 <url >https://github.com/JsonSchema-JavaUI/sf-java-ui</url >
3132 <connection >scm:git:git://github.com/JsonSchema-JavaUI/sf-java-ui.git</connection >
3233 <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 >
3536
3637 <properties >
3738 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
169170 <groupId >org.apache.maven.plugins</groupId >
170171 <artifactId >maven-release-plugin</artifactId >
171172 <version >2.5.1</version >
173+ <configuration >
174+ <localCheckout >true</localCheckout >
175+ <pushChanges >false</pushChanges >
176+ </configuration >
172177 <dependencies >
173178 <dependency >
174179 <groupId >org.apache.maven.shared</groupId >
You can’t perform that action at this time.
0 commit comments