Skip to content

Commit

Permalink
Prepared next release. Closes no issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
lreimer committed Sep 18, 2016
1 parent cf4772b commit b7432ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,7 @@ deploy:
provider: releases
api_key:
secure: ugQ0JvybZaXvYjl+CteOpvZZqtVhV/nR5M3tYmvG9sRsDMLlop26yKpVCIwYHasVaULdvtaMmai3OWnQIm63xYdu58x4zR4S0IiZsI9WQpdgwmTXNK8jZVTpCEqBXcoL9UyoZy2BkoqcT9MVX8OgQwEpIoYvmZNXk68nDqeMSNwJiGoqUKPo388sEndzsRqbnw+QOCe46EmkcIJUW/PYJHUPvjihdzeqAM1TZyh0s0+YNHxBeoyaJzXlbhWHLAg+jZQD9Fr3I6RBtakZ1jW1BTREeQy/LM0/YLuPGzRZf5UqWJj24zY9EkeXchzYx0MqC7FZDVjMNF1dEGaTY0rA5g0oU2HeDpc5RB7sYut0ub6KO13BG2I+LVlQHqODOa56yOFwfH+1Sc4uNHj4OqmQqnANwcVU5axPU8hI4W4YU9HiQpRikz9bhUgaG4fNQLHHKj08g++YxLSs1DZYj7fHYsKRvOEvHInpPuOId7xHUekazX2wC0MdEAp0bnjsUeBptCdZPBHUHumHqn66sY5/TbiuFVadsO9tKArYS8pRLcTTq969lG7Ow1g8oLzflBxpI2nBjYIyxuROlgPEA9163z21/bbYm+8oJ/RTHlVuAsHXc0z44FKF5UtsI49wOFSkoZQPXt0do04OtPorEWh1tm6SPXuAe3Bz6yHTcnRFvHE=
file: ./build/distributions/seuac-archetype-2.3.0.zip
file: ./build/distributions/seuac-archetype-2.4.0.zip
skip_cleanup: true
on:
tags: true
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,6 +1,6 @@
org.gradle.daemon=true

version=2.3.0
version=2.4.0

description=The SEU-as-code archetype and quickstart template that can be used as basis for new projects.
websiteUrl=https://github.com/seu-as-code/seu-as-code.archetype
Expand Down
4 changes: 2 additions & 2 deletions src/main/dist/build.gradle
Expand Up @@ -7,8 +7,8 @@

plugins {
id 'de.qaware.seu.as.code.base' version '2.4.0'
id 'de.qaware.seu.as.code.credentials' version '2.3.0'
id 'de.qaware.seu.as.code.git' version '2.2.0'
id 'de.qaware.seu.as.code.credentials' version '2.4.0'
id 'de.qaware.seu.as.code.git' version '2.3.0'
id 'de.qaware.seu.as.code.svn' version '2.1.1'
}

Expand Down

0 comments on commit b7432ca

Please sign in to comment.