Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 618b011

Browse files
committed
0.6.3 release
Signed-off-by: Ken Sipe <[email protected]>
1 parent aa98ade commit 618b011

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*.class
22
http.log*
3+
.DS_Store
34

45
# Package Files #
56
*.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.mesosphere</groupId>
55
<artifactId>marathon-client</artifactId>
66
<packaging>jar</packaging>
7-
<version>0.6.2</version>
7+
<version>0.6.3</version>
88
<name>marathon-client</name>
99
<description>A Java API client for Mesosphere's Marathon.</description>
1010
<url>https://github.com/mesosphere/marathon-client</url>

0 commit comments

Comments
 (0)