Skip to content

Commit fdbbd75

Browse files
Merge pull request #357 from Spring-Framework-Java-Apps/master
deploy
2 parents 9b12c99 + ed1d2a8 commit fdbbd75

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ function main() {
6565
#boot_run
6666
}
6767

68-
# JAVA_OPTS=-XX:+UseContainerSupport -Xmx300m -Xss512k -XX:CICompilerCount=2 -Dfile.encoding=UTF-8
68+
# JAVA_OPTS='-XX:+UseContainerSupport -Xmx300m -Xss512k -XX:CICompilerCount=2 -Dfile.encoding=UTF-8'
6969

7070
main

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.woehlke</groupId>
66
<artifactId>simpleworklist</artifactId>
7-
<version>2.3.62</version>
7+
<version>2.3.62-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<parent>
@@ -17,7 +17,7 @@
1717
<connection>scm:git:git@github.com:Spring-Framework-Java-Apps/simpleworklist.git</connection>
1818
<developerConnection>scm:git:git@github.com:Spring-Framework-Java-Apps/simpleworklist.git</developerConnection>
1919
<url>https://github.com/Spring-Framework-Java-Apps/simpleworklist/tree/${project.scm.tag}</url>
20-
<tag>v2.3.62</tag>
20+
<tag>HEAD</tag>
2121
</scm>
2222

2323
<name>simpleworklist</name>
@@ -1864,7 +1864,7 @@
18641864

18651865
<profiles>
18661866

1867-
<profile>
1867+
<profile>
18681868
<id>jar</id>
18691869
<properties>
18701870
<skip.unit.tests>false</skip.unit.tests>

src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
server:
2-
port: ${SIMPLEWORKLIST_PORT}
2+
# port: ${SIMPLEWORKLIST_PORT}
33
error:
44
path: /fehler
55
compression:
@@ -197,7 +197,7 @@ spring:
197197
hibernate:
198198
ddl-auto: update
199199
server:
200-
port: 9010
200+
# port: 9010
201201
compression:
202202
enabled: true
203203
logging:

0 commit comments

Comments
 (0)