Skip to content

Commit

Permalink
Prepare for 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Kulasek-Szwed committed Jan 25, 2021
1 parent 3572254 commit e80b3a3
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 @@ -20,7 +20,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.7.0-SNAPSHOT.jar
file: mokka/target/mokka-0.7.0.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.7.0-SNAPSHOT
TAG=v0.7.0

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.7.0-SNAPSHOT</version>
<version>0.7.0</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 @@ -13,7 +13,7 @@

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

Expand Down

0 comments on commit e80b3a3

Please sign in to comment.