File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 29
29
<parent >
30
30
<groupId >jakarta.mvc</groupId >
31
31
<artifactId >jakarta.mvc-parent</artifactId >
32
- <version >1.1.0-SNAPSHOT </version >
32
+ <version >1.1.0</version >
33
33
<relativePath >../pom.xml</relativePath >
34
34
</parent >
35
35
@@ -122,8 +122,8 @@ Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top">
122
122
<configuration >
123
123
<target >
124
124
<copy todir =" ${project.build.directory}/spec/" overwrite =" yes" >
125
- <fileset dir =" ../spec/target/generated-docs/" includes =" spec.pdf" />
126
- <fileset dir =" ../spec/target/tck-audit/" includes =" tck-audit.xml" />
125
+ <fileset dir =" ../spec/target/generated-docs/" includes =" spec.pdf" />
126
+ <fileset dir =" ../spec/target/tck-audit/" includes =" tck-audit.xml" />
127
127
</copy >
128
128
</target >
129
129
</configuration >
Original file line number Diff line number Diff line change 20
20
<modelVersion >4.0.0</modelVersion >
21
21
<groupId >jakarta.mvc</groupId >
22
22
<artifactId >jakarta.mvc-parent</artifactId >
23
- <version >1.1.0-SNAPSHOT </version >
23
+ <version >1.1.0</version >
24
24
<packaging >pom</packaging >
25
25
<name >Jakarta MVC Parent</name >
26
26
<description >Jakarta MVC Parent</description >
52
52
<scm >
53
53
<connection >scm:git:ssh://git@github.com/eclipse-ee4j/mvc-api.git</connection >
54
54
<developerConnection >scm:git:ssh://git@github.com/eclipse-ee4j/mvc-api.git</developerConnection >
55
- </scm >
55
+ <tag >1.1.0-RELEASE</tag >
56
+ </scm >
56
57
57
58
<licenses >
58
59
<license >
83
84
<maven .deploy.skip>false</maven .deploy.skip>
84
85
<spec .version>1.1</spec .version>
85
86
<spec .nonFinal>false</spec .nonFinal>
86
- <spec .status></ spec .status > <!-- Empty for final version -->
87
+ <spec .status / > <!-- Empty for final version -->
87
88
</properties >
88
89
89
90
<modules >
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<groupId >jakarta.mvc</groupId >
30
30
<artifactId >jakarta.mvc-parent</artifactId >
31
- <version >1.1.0-SNAPSHOT </version >
31
+ <version >1.1.0</version >
32
32
<relativePath >../pom.xml</relativePath >
33
33
</parent >
34
34
62
62
<sourceHighlighter >highlightjs</sourceHighlighter >
63
63
<backend >html5</backend >
64
64
<attributes >
65
- <toc />
65
+ <toc />
66
66
<linkcss >false</linkcss >
67
67
<project-version >${project.version} </project-version >
68
68
<revnumber >${spec.version} </revnumber >
85
85
<headerFooter >true</headerFooter >
86
86
<compact >false</compact >
87
87
<attributes >
88
- <pagenums />
88
+ <pagenums />
89
89
<project-version >${project.version} </project-version >
90
90
<numbered >true</numbered >
91
91
<docinfo >true</docinfo >
You can’t perform that action at this time.
0 commit comments