Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f6290ef

Browse files
working on prepare release
1 parent 8045e1a commit f6290ef

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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/

‎pom.xml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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>
@@ -30,8 +31,8 @@
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>
@@ -169,6 +170,10 @@
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>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /