Skip to content

Commit

Permalink
add a missing propertu
Browse files Browse the repository at this point in the history
  • Loading branch information
shihyuho committed Jul 30, 2018
1 parent 0c7abda commit eacdb6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

mvn clean deploy -e -P release
mvn clean deploy -e -P release -X
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
<properties>
<io.spring.platform.version>Cairo-SR2</io.spring.platform.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit eacdb6e

Please sign in to comment.