Skip to content

Commit

Permalink
Prepare for next release version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hammann, Daniel - D0E01433 authored and derTobsch committed Apr 27, 2018
1 parent b4d9ccd commit 1faaca8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ jdk:

before_deploy:
- mvn -DskipTests package
- export JAR_FILE=$(ls target/frontpage-plugin-api*.jar)
- echo "deploying ${JAR_FILE} to GitHub releases"

deploy:
- provider: releases
api_key:
secure: F5nXVfVGCZEogpA1m0369Mnsg91pLaPPTuGgwUJy8sozfYkXdrpIuNZM7NJ46fYRo3GCHppyGohpd8chg5djkGGGbWap4ApoHDT15ja1kapaEspb3roDF8wy2ILB4Qh1quE6DHcSyBtb/1Gizwt2blHS7wZAdZUzlghMdfjml22PaecptMyKppw1W+gUs7kfA/ypyLxKlRowVyyDlFTeiGAccdWsyCfUmnNQDPu3Bi9ztpeCohzjcH9SY1PkyGdSe+a93I9YqqJBDRk5AHHCb4mI1c3DPwwm2UEWqZqQwYI24P/RnqvD/mMkUELIGyptrrpPL0ToviPnE1+VkcWqME+Xs8fbVesh3oQMed06FFkvLZCTeZPtZrBepEfu/j5vNtLiMxO++gphY6fxKnWujeablEJLCEkgvt9lYi6jTS6FAMJyjPfSqMwRN44tyBwPb1cJOcg2sVINrz2ZrXoFVCmkfbbSdygubIO/uy6zX7jHBCX8NtX4fpNdQQp9SVhiinEgVUIfz8WRNpGRQSZEQbvg50K06kgzv1LyyQo+vOfnFG34V9tlR/1BVziSyXjNEBfyY9tREqhRDeTvJa5mLDnOl88EYPimkqRkgA2dq0cJfqLzdEKQf5Kxo5ETsjcwbAacUlY92oPdg/q1LwQW+ZwC6KlinPqlpwIKrEiHV5M=
file: "${JAR_FILE}"
file_glob: true
file: 'target/frontpage-plugin-api-*.jar'
skip_cleanup: true
on:
tags: true
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog

## 0.5.0-SNAPSHOT
## 0.5.0

* Add
* ConfigurationFieldType for ConfigurationField
* Make ConfigurationDescription iterable

## 0.4.0

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>coffee.synyx</groupId>
<artifactId>frontpage-plugin-api</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>jar</packaging>

<name>frontpage-plugin-api</name>
Expand Down

0 comments on commit 1faaca8

Please sign in to comment.