From 2487181bd9f70e7c978efcb832606401a996f8a0 Mon Sep 17 00:00:00 2001 From: Nathan Rauh Date: Tue, 3 Sep 2019 10:57:43 -0500 Subject: [PATCH] Switch version to 1.1 --- api/pom.xml | 4 ++-- pom.xml | 2 +- spec/pom.xml | 2 +- spec/src/main/asciidoc/release_notes.asciidoc | 12 ++++++------ tck/pom.xml | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index e49a8c8..ab5ddb0 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -18,12 +18,12 @@ org.eclipse.microprofile.context-propagation microprofile-context-propagation-parent - 1.0-SNAPSHOT + 1.1-SNAPSHOT microprofile-context-propagation-api jar - 1.0-SNAPSHOT + 1.1-SNAPSHOT MicroProfile Context Propagation MicroProfile Context Propagation :: API diff --git a/pom.xml b/pom.xml index 2a2508d..2a6a9a1 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ org.eclipse.microprofile.context-propagation microprofile-context-propagation-parent pom - 1.0-SNAPSHOT + 1.1-SNAPSHOT MicroProfile Context Propagation Eclipse MicroProfile Context Propagation :: Parent POM diff --git a/spec/pom.xml b/spec/pom.xml index 81d0df0..276e0b4 100644 --- a/spec/pom.xml +++ b/spec/pom.xml @@ -21,7 +21,7 @@ org.eclipse.microprofile.context-propagation microprofile-context-propagation-parent - 1.0-SNAPSHOT + 1.1-SNAPSHOT microprofile-context-propagation-spec diff --git a/spec/src/main/asciidoc/release_notes.asciidoc b/spec/src/main/asciidoc/release_notes.asciidoc index bf9b830..c6a24ab 100644 --- a/spec/src/main/asciidoc/release_notes.asciidoc +++ b/spec/src/main/asciidoc/release_notes.asciidoc @@ -16,12 +16,12 @@ // See the License for the specific language governing permissions and // limitations under the License. -[[release_notes_10]] -== Release Notes for MicroProfile Context Propagation 1.0 +[[release_notes_1_1]] +== Release Notes for MicroProfile Context Propagation 1.1 -http://download.eclipse.org/microprofile/microprofile-context-propagation-1.0/microprofile-context-propagation.pdf[MicroProfile Context Propagation Spec PDF] -http://download.eclipse.org/microprofile/microprofile-context-propagation-1.0/microprofile-context-propagation.html[MicroProfile Context Propagation Spec HTML] -http://download.eclipse.org/microprofile/microprofile-context-propagation-1.0/apidocs/[MicroProfile Context Propagation Spec Javadocs] +http://download.eclipse.org/microprofile/microprofile-context-propagation-1.1/microprofile-context-propagation.pdf[MicroProfile Context Propagation Spec PDF] +http://download.eclipse.org/microprofile/microprofile-context-propagation-1.1/microprofile-context-propagation.html[MicroProfile Context Propagation Spec HTML] +http://download.eclipse.org/microprofile/microprofile-context-propagation-1.1/apidocs/[MicroProfile Context Propagation Spec Javadocs] Key features: @@ -38,7 +38,7 @@ To get started, add this dependency to your project: org.eclipse.microprofile.context-propagation microprofile-context-propagation-api - 1.0 + 1.1 provided ---- diff --git a/tck/pom.xml b/tck/pom.xml index ca4d5d5..418d437 100644 --- a/tck/pom.xml +++ b/tck/pom.xml @@ -16,7 +16,7 @@ org.eclipse.microprofile.context-propagation microprofile-context-propagation-parent - 1.0-SNAPSHOT + 1.1-SNAPSHOT microprofile-context-propagation-tck microprofile-context-propagation-tck