Skip to content

Commit

Permalink
Version 2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
klakegg committed Nov 15, 2018
1 parent c445ec8 commit f03784a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -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
11 changes: 11 additions & 0 deletions docs/specification/changelog.adoc
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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`.
Expand Down Expand Up @@ -42,3 +51,5 @@ Contributors:
* Bård Langöy, Pagero
* Even Østvold, Difi
* Rune Kjørlaug, Difi

:sectnums:
2 changes: 1 addition & 1 deletion docs/specification/main.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= OpenPEPPOL AS4 Profile
OpenPEPPOL AISBL
v2.0.0 RC2
v2.0.0
:doctype: book
:icons: font
:toc: left
Expand Down

0 comments on commit f03784a

Please sign in to comment.