From f03784af64a9d93dd58c1cde9bbe1d8d6449829b Mon Sep 17 00:00:00 2001 From: Erlend Klakegg Bergheim Date: Thu, 15 Nov 2018 20:14:01 +0100 Subject: [PATCH] Version 2.0.0. --- .travis.yml | 5 +++-- build.sh | 3 +++ docs/specification/changelog.adoc | 11 +++++++++++ docs/specification/main.adoc | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 build.sh diff --git a/.travis.yml b/.travis.yml index 85f4fd9..7f7c214 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,14 +6,15 @@ services: - docker script: -- docker run --rm -i -v $(pwd)/docs:/documents -v $(pwd)/target/site:/target difi/asciidoctor -- docker run --rm -i -v $(pwd)/target:/src -w /src/site kramos/alpine-zip -r /src/ticc-as4-$TRAVIS_BRANCH.zip . +- sh build.sh deploy: provider: releases api_key: secure: V4QBx4EtkgrJvpsCYZELmHoGroH+IIfGid39Jif6LvPO5aifx5gBlsCKBvJfdya1Z4utIJcy965UBwz9J6V8hiZziOISv4uygn7fO4fh6YvbWWN4z8knFThVx6RQpUwakWfCRjT7WeZp5r84hzPhSvrtnN2H4evK5m087m+h6eCxzNbPn6I2T5uacX8gJcKMAWFXxUZm3Y82XrGZENHquEjPFDRCUXvIWOTdga9MZQTdnE2GTK0/4hlRO5hAmTB/uzKHLYU9VBtu8P/vdRQ7PMMftBrKp8BVNveCqcu1qzP4cqPJhr3uDlLMq88EVfqgfBbsOt6tDFp3s9/tw7uVECNF8cBq+5c0rTdch+SuPivi9ovrowFGipUF9IR4xuwtOYMTyQF11iaX+NVZPIW9kO+I5j62nRjuWQG68kEcRhgkYeObo5AdOfp4RZg1I91cS0l6OyuaePxYLp1699/3chU1sguS7Bt5nH/7Zc/SkOKoRltF/rnF26hPG38WrI75wqham5E4KVstqIbOV8DOAaV9aVLVwPqGdfLbt+TeZ2NwiFPf9mTqy0DmTKJGzf4ZHCql5fsKvzb8Bm4Dju223m9mwE7eCuUd27XE3QLlrdHAuEaXL54r5YeRj4hB+s7mpuOr+wL4ZwkewYLlOhMkqj/dAFAp0Ozyr4P1c7QKoEA= + file_glob: true file: target/*.zip + skip_cleanup: true on: repo: OpenPEPPOL/edelivery-as4 tags: true diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..2256291 --- /dev/null +++ b/build.sh @@ -0,0 +1,3 @@ +docker run --rm -i -v $(pwd)/docs:/documents -v $(pwd)/target/site:/target difi/asciidoctor +docker run --rm -i -v $(pwd)/target:/src -w /src/site kramos/alpine-zip -r /src/ticc-as4-$TRAVIS_BRANCH.zip . +docker run --rm -i -v $(pwd):/src alpine:3.8 chown -R $(id -g $USER).$(id -g $USER) /src/target diff --git a/docs/specification/changelog.adoc b/docs/specification/changelog.adoc index cfd01cc..5ea252c 100644 --- a/docs/specification/changelog.adoc +++ b/docs/specification/changelog.adoc @@ -1,5 +1,12 @@ = Changelog +:sectnums!: + +== Version 2.0.0 + +Final version 2.0.0. + + == Version 2.0.0 RC2 * Based on CEF eDelivery AS4 Profile v1.14 @@ -14,7 +21,9 @@ Contributors * Erlend Klakegg Bergheim, Difi * Jerry Dimitriou, OpenPEPPOL Operating Office + == Version 2.0.0 RC1 + Changes: * Changing SMP transport profile identifier from `peppol-transport-as4-v1_0` to `peppol-transport-as4-v2_0`. @@ -42,3 +51,5 @@ Contributors: * Bård Langöy, Pagero * Even Østvold, Difi * Rune Kjørlaug, Difi + +:sectnums: diff --git a/docs/specification/main.adoc b/docs/specification/main.adoc index eecc5c6..3eb7d59 100644 --- a/docs/specification/main.adoc +++ b/docs/specification/main.adoc @@ -1,6 +1,6 @@ = OpenPEPPOL AS4 Profile OpenPEPPOL AISBL -v2.0.0 RC2 +v2.0.0 :doctype: book :icons: font :toc: left