Skip to content

Commit

Permalink
Move to release version
Browse files Browse the repository at this point in the history
  • Loading branch information
kislay authored and kislay committed Jun 13, 2020
1 parent c0e8ebf commit 510d624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.kislayverma.rulette</groupId>
<artifactId>rulette-server</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>jar</packaging>
<name>rulette-server</name>
<description>Rulette-as-a-Service</description>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/sample-application.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
server.port: 8081

logging:
file: ./logs/rulette-server.log
level:
root: DEBUG

Expand Down

0 comments on commit 510d624

Please sign in to comment.