Skip to content

Commit

Permalink
Switch version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
njr-11 committed Sep 30, 2019
1 parent a3b0f7a commit 2487181
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Expand Up @@ -18,12 +18,12 @@
<parent>
<groupId>org.eclipse.microprofile.context-propagation</groupId>
<artifactId>microprofile-context-propagation-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
</parent>

<artifactId>microprofile-context-propagation-api</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>

<name>MicroProfile Context Propagation</name>
<description>MicroProfile Context Propagation :: API</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -18,7 +18,7 @@
<groupId>org.eclipse.microprofile.context-propagation</groupId>
<artifactId>microprofile-context-propagation-parent</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>

<name>MicroProfile Context Propagation</name>
<description>Eclipse MicroProfile Context Propagation :: Parent POM</description>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.microprofile.context-propagation</groupId>
<artifactId>microprofile-context-propagation-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
</parent>

<artifactId>microprofile-context-propagation-spec</artifactId>
Expand Down
12 changes: 6 additions & 6 deletions spec/src/main/asciidoc/release_notes.asciidoc
Expand Up @@ -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:

Expand All @@ -38,7 +38,7 @@ To get started, add this dependency to your project:
<dependency>
<groupId>org.eclipse.microprofile.context-propagation</groupId>
<artifactId>microprofile-context-propagation-api</artifactId>
<version>1.0</version>
<version>1.1</version>
<scope>provided</scope>
</dependency>
----
Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.microprofile.context-propagation</groupId>
<artifactId>microprofile-context-propagation-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
</parent>
<artifactId>microprofile-context-propagation-tck</artifactId>
<name>microprofile-context-propagation-tck</name>
Expand Down

0 comments on commit 2487181

Please sign in to comment.