Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1.0-RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakarta MVC Bot committed Oct 3, 2020
1 parent d0993a8 commit a8356b5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>jakarta.mvc</groupId>
<artifactId>jakarta.mvc-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -122,8 +122,8 @@ Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top">
<configuration>
<target>
<copy todir="${project.build.directory}/spec/" overwrite="yes">
<fileset dir="../spec/target/generated-docs/" includes="spec.pdf"/>
<fileset dir="../spec/target/tck-audit/" includes="tck-audit.xml"/>
<fileset dir="../spec/target/generated-docs/" includes="spec.pdf" />
<fileset dir="../spec/target/tck-audit/" includes="tck-audit.xml" />
</copy>
</target>
</configuration>
Expand Down
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>jakarta.mvc</groupId>
<artifactId>jakarta.mvc-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>
<name>Jakarta MVC Parent</name>
<description>Jakarta MVC Parent</description>
Expand Down Expand Up @@ -52,7 +52,8 @@
<scm>
<connection>scm:git:ssh://[email protected]/eclipse-ee4j/mvc-api.git</connection>
<developerConnection>scm:git:ssh://[email protected]/eclipse-ee4j/mvc-api.git</developerConnection>
</scm>
<tag>1.1.0-RELEASE</tag>
</scm>

<licenses>
<license>
Expand Down Expand Up @@ -83,7 +84,7 @@
<maven.deploy.skip>false</maven.deploy.skip>
<spec.version>1.1</spec.version>
<spec.nonFinal>false</spec.nonFinal>
<spec.status></spec.status> <!-- Empty for final version -->
<spec.status /> <!-- Empty for final version -->
</properties>

<modules>
Expand Down
6 changes: 3 additions & 3 deletions spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>jakarta.mvc</groupId>
<artifactId>jakarta.mvc-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -62,7 +62,7 @@
<sourceHighlighter>highlightjs</sourceHighlighter>
<backend>html5</backend>
<attributes>
<toc/>
<toc />
<linkcss>false</linkcss>
<project-version>${project.version}</project-version>
<revnumber>${spec.version}</revnumber>
Expand All @@ -85,7 +85,7 @@
<headerFooter>true</headerFooter>
<compact>false</compact>
<attributes>
<pagenums/>
<pagenums />
<project-version>${project.version}</project-version>
<numbered>true</numbered>
<docinfo>true</docinfo>
Expand Down

0 comments on commit a8356b5

Please sign in to comment.