Skip to content

Commit

Permalink
Merge pull request #40 from eclipse/update-pom-jsonb
Browse files Browse the repository at this point in the history
updated MicroProfile refs to 2.0.1
  • Loading branch information
kwsutter authored Jul 10, 2018
2 parents d4bdde4 + 800b36b commit ee86488
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile</artifactId>
<packaging>pom</packaging>
<version>2.1-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>

<name>MicroProfile</name>
<description>The MicroProfile Specification and Information Repository</description>
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
</parent>

<groupId>org.eclipse.microprofile</groupId>
Expand Down
17 changes: 10 additions & 7 deletions spec/src/main/asciidoc/architecture.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ Only this Specification will be generated and maintained to document the content

In reverse chronological order, here's the specification for each MicroProfile release.

[[microprofile2.0]]
=== MicroProfile 2.0 (2Q2018)
[[microprofile2.0.1]]
=== MicroProfile 2.0.1 (3Q2018)

MicroProfile 2.0 is the sixth release for the https://projects.eclipse.org/projects/technology.microprofile[Eclipse MicroProfile project].
MicroProfile 2.0.1 [1] is the sixth release for the https://projects.eclipse.org/projects/technology.microprofile[Eclipse MicroProfile project].
This is a major new release for MicroProfile since the Java EE dependencies are now based on Java EE 8.
If you are still dependent on Java EE 7, please consider using the https://github.com/eclipse/microprofile/tree/1.x-branch[1.x branch of MicroProfile].

Based on our time-boxed process, the content for MicroProfile 2.0 will be MicroProfile 1.4 plus Java EE 8.
Thus, the complete list of functional components for MicroProfile 2.0 includes...
Based on our time-boxed process, the content for MicroProfile 2.0.1 will be MicroProfile 1.4 plus Java EE 8.
Thus, the complete list of functional components for MicroProfile 2.0.1 includes...

- https://github.com/eclipse/microprofile-config/releases/tag/1.3[MicroProfile Config 1.3]
- https://github.com/eclipse/microprofile-fault-tolerance/releases/tag/1.1[MicroProfile Fault Tolerance 1.1]
Expand All @@ -54,15 +54,18 @@ Thus, the complete list of functional components for MicroProfile 2.0 includes..
- https://jcp.org/en/jsr/detail?id=367[JSON-B 1.0]
- https://jcp.org/en/jsr/detail?id=374[JSON-P 1.1]

[1] *Note:* MicroProfile 2.0.1 corrected the maven coordinates for JSON-B 1.0 in the pom.xml file.
The intended content for MicroProfile 2.0 did not change -- just a minor update to the pom.xml file.

The Maven coordinates for this Eclipse release are as follows:
----
<dependency>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile</artifactId>
<version>2.0</version>
<version>2.0.1</version>
<type>pom</type>
<scope>provided</scope>
</dependency>
----

Here is the link to https://github.com/eclipse/microprofile/releases/tag/2.0[the github repository] for this Eclipse-based project.
Here is the link to https://github.com/eclipse/microprofile/releases/tag/2.0.1[the github repository] for this Eclipse-based project.
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/required-apis.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
[[required-apis]]
== Required APIs

Compliant implementations of Eclipse MicroProfile 2.0 must provide at least the following APIs and minimum versions.
Compliant implementations of Eclipse MicroProfile 2.0.1 must provide at least the following APIs and minimum versions.
These APIs and versions guarantee application developers a minimum set of APIs and are not intended to be restrictive.
Implementations may include APIs not listed below as well they may support more recent versions than what is listed below.

Expand Down

0 comments on commit ee86488

Please sign in to comment.