File tree Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"spec" : {
3
- "latest" : " 1.0-edr2 " ,
3
+ "latest" : " 1.0-pr " ,
4
4
"develop" : " 1.0-SNAPSHOT"
5
5
},
6
6
"ozark" : {
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public class HelloController {
45
45
46
46
# Releases
47
47
48
- Early Draft Release 2. Available via Maven:
48
+ The Public Review version is available via Maven:
49
49
50
50
``` xml
51
51
<dependency >
Original file line number Diff line number Diff line change @@ -5,14 +5,22 @@ template: page.html
5
5
6
6
## MVC 1.0 (JSR 371)
7
7
8
- ### Drafts
9
-
10
- #### Latest version
8
+ ### Latest version
11
9
12
10
* [ Specification] ( https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=javax.mvc&a=javax.mvc-api&v=LATEST&c=spec&p=pom&e=pdf )
13
- * [ Javadocs] ( https://javadoc.io/doc/javax.mvc/javax.mvc-api/ )
14
11
15
- #### Early Draft Review 2 (EDR2)
12
+ ### Public Review (PR)
13
+
14
+ * [ Specification] ( https://repo1.maven.org/maven2/javax/mvc/javax.mvc-api/1.0-pr/javax.mvc-api-1.0-pr-spec.pdf )
15
+ * [ Javadocs] ( https://javadoc.io/doc/javax.mvc/javax.mvc-api/1.0-pr )
16
+
17
+ ### Early Draft Review 2 (EDR2)
18
+
19
+ * [ Specifcation] ( https://jcp.org/aboutJava/communityprocess/edr/jsr371/index2.html )
20
+ * [ Javadocs] ( https://javadoc.io/doc/javax.mvc/javax.mvc-api/1.0-edr2 )
21
+
22
+ ### Early Draft Review (EDR)
16
23
17
- * [ Download via jcp.org] ( https://jcp.org/aboutJava/communityprocess/edr/jsr371/index2.html )
24
+ * [ Specifcation] ( https://jcp.org/aboutJava/communityprocess/edr/jsr371/index2.html )
25
+ * [ Javadocs] ( https://javadoc.io/doc/javax.mvc/javax.mvc-api/1.0-edr1 )
18
26
You can’t perform that action at this time.
0 commit comments