Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a1f70f1

Browse files
lzdanskilzdanski
authored andcommitted
Merge remote-tracking branch 'refs/remotes/IBM-Bluemix/master'
2 parents c297f67 + 690de22 commit a1f70f1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ applications:
33
- name: GetStartedJava
44
random-route: true
55
path: target/GetStartedJava.war
6-
memory: 512M
6+
memory: 256M
77
instances: 1

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
<plugin>
7070
<groupId>org.apache.maven.plugins</groupId>
7171
<artifactId>maven-war-plugin</artifactId>
72+
<version>2.6</version>
7273
<configuration>
7374
<failOnMissingWebXml>false</failOnMissingWebXml>
7475
<warName>GetStartedJava</warName>

0 commit comments

Comments
 (0)