Skip to content

Commit a8356b5

Browse files
author
Jakarta MVC Bot
committed
[maven-release-plugin] prepare release 1.1.0-RELEASE
1 parent d0993a8 commit a8356b5

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>jakarta.mvc</groupId>
3131
<artifactId>jakarta.mvc-parent</artifactId>
32-
<version>1.1.0-SNAPSHOT</version>
32+
<version>1.1.0</version>
3333
<relativePath>../pom.xml</relativePath>
3434
</parent>
3535

@@ -122,8 +122,8 @@ Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top">
122122
<configuration>
123123
<target>
124124
<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" />
127127
</copy>
128128
</target>
129129
</configuration>

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<groupId>jakarta.mvc</groupId>
2222
<artifactId>jakarta.mvc-parent</artifactId>
23-
<version>1.1.0-SNAPSHOT</version>
23+
<version>1.1.0</version>
2424
<packaging>pom</packaging>
2525
<name>Jakarta MVC Parent</name>
2626
<description>Jakarta MVC Parent</description>
@@ -52,7 +52,8 @@
5252
<scm>
5353
<connection>scm:git:ssh://git@github.com/eclipse-ee4j/mvc-api.git</connection>
5454
<developerConnection>scm:git:ssh://git@github.com/eclipse-ee4j/mvc-api.git</developerConnection>
55-
</scm>
55+
<tag>1.1.0-RELEASE</tag>
56+
</scm>
5657

5758
<licenses>
5859
<license>
@@ -83,7 +84,7 @@
8384
<maven.deploy.skip>false</maven.deploy.skip>
8485
<spec.version>1.1</spec.version>
8586
<spec.nonFinal>false</spec.nonFinal>
86-
<spec.status></spec.status> <!-- Empty for final version -->
87+
<spec.status /> <!-- Empty for final version -->
8788
</properties>
8889

8990
<modules>

spec/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>jakarta.mvc</groupId>
3030
<artifactId>jakarta.mvc-parent</artifactId>
31-
<version>1.1.0-SNAPSHOT</version>
31+
<version>1.1.0</version>
3232
<relativePath>../pom.xml</relativePath>
3333
</parent>
3434

@@ -62,7 +62,7 @@
6262
<sourceHighlighter>highlightjs</sourceHighlighter>
6363
<backend>html5</backend>
6464
<attributes>
65-
<toc/>
65+
<toc />
6666
<linkcss>false</linkcss>
6767
<project-version>${project.version}</project-version>
6868
<revnumber>${spec.version}</revnumber>
@@ -85,7 +85,7 @@
8585
<headerFooter>true</headerFooter>
8686
<compact>false</compact>
8787
<attributes>
88-
<pagenums/>
88+
<pagenums />
8989
<project-version>${project.version}</project-version>
9090
<numbered>true</numbered>
9191
<docinfo>true</docinfo>

0 commit comments

Comments
 (0)