Skip to content

Commit

Permalink
Prepare for 0.3.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Kulasek-Szwed committed Sep 29, 2019
1 parent 12db370 commit 87b6f5d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ deploy:
api_key:
secure: N7obXL0TL+XczhZGjobVRYzWoSt01bjYQntMWdUXrg6TnD91fWqfdTJS23ZhE5pPrS640rLguaH/P0yJXwylWxCw1SJEOkei/+L7fLH1PxJtxIznDRsamdc+rDgqksgoAIYFUv66XpXf99zju5C9Z4jHmvGAjSir/wnbnFplKrFfPoJE3VwutpcujwLpykTMtPTO+SG+VLEJ1rXoJV0aai0qPIeAdglYOwU4eh78PnzUme4zLhwfhJAVOhGeE9+HFxB+38a6p4c7ItLpUtTyAxOf3P2V6vtMopyUCC3GS/M2xPd3MXYbq5ARCEorGwMSFdKVcoAONmcnm7Y9LP2nsBLPPp+JamEcX5DJ2XsEySzQUw3alRKraX61nqXZi7Lz6om0qI6vhhD2iDlgZnmeqOq/qo9QWwvjTst7H/yQuj51eYJmTEywbwIB/Rmne4S6I7s6STbG1i2vx3gpseOXwD4tgblcahTKGwlRToXshdGy5t47PSUTBpcb+T1hlzW/n5HoCoSgXlYNiMFEVIqEbzUkanlk8Lv/j4UkxQRkXEBkyjxqkmNl/t5cpK1ufv7nmZ3MIUFGR9SnvjXAGAcvCWHh4qDIcLMQ8JXh7fLb9RybbdvlCxwO/mivoB8YYrJAkfHvaimpTGZPdcf5MJNfmhPpakd7cIcY01J4ScYxZQc=
skip_cleanup: true
file: mokka/target/mokka-0.3.2-SNAPSHOT.jar
file: mokka/target/mokka-0.3.3-SNAPSHOT.jar

on:
tags: true
2 changes: 1 addition & 1 deletion bin/release-tag.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

TAG=v0.3.2-SNAPSHOT
TAG=v0.3.3-SNAPSHOT

echo -e "Delete existing $TAG tag first."
git tag -d $TAG
Expand Down
2 changes: 1 addition & 1 deletion src/mokka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>mokka-parent</artifactId>
<groupId>pl.hycom.mokka</groupId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.3-SNAPSHOT</version>
</parent>

<artifactId>mokka</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>pl.hycom.mokka</groupId>
<artifactId>mokka-parent</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Mokka :: Parent</name>

Expand Down

0 comments on commit 87b6f5d

Please sign in to comment.