Skip to content

Commit

Permalink
prepare documentation for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Dec 5, 2022
1 parent 2eb1671 commit 7fdccb5
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion doxia-tools/site-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ under the License.
<!-- we need to have a different gav for pom.xml and site-pom.xml -->
<!-- dot at the end is on purpose -->
<artifactId>maven-parent.</artifactId>
<version>38</version>
<version>39-SNAPSHOT</version>
<relativePath>../site-pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion maven-extensions/site-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ under the License.
<!-- we need to have a different gav for pom.xml and site-pom.xml -->
<!-- dot at the end is on purpose -->
<artifactId>maven-parent.</artifactId>
<version>38</version>
<version>39-SNAPSHOT</version>
<relativePath>../site-pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion maven-plugins/site-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ under the License.
<!-- we need to have a different gav for pom.xml and site-pom.xml -->
<!-- dot at the end is on purpose -->
<artifactId>maven-parent.</artifactId>
<version>38</version>
<version>39-SNAPSHOT</version>
<relativePath>../site-pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion maven-shared-components/site-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ under the License.
<!-- we need to have a different gav for pom.xml and site-pom.xml -->
<!-- dot at the end is on purpose -->
<artifactId>maven-parent.</artifactId>
<version>38</version>
<version>39-SNAPSHOT</version>
<relativePath>../site-pom.xml</relativePath>
</parent>

Expand Down
7 changes: 5 additions & 2 deletions maven-shared-components/src/site-docs/apt/index.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,15 @@ mvn -Preporting site-deploy
| ({{{https://github.com/apache/maven-parent/compare/maven-parent-$prev...maven-parent-$version#diff}diff}}) | $date |
#end

As of version 34, this POM sets the Java source and target versions to 1.7. Thus, as any plugin (or other component)
moved to version 34+ of this POM, it moves to requiring Java 1.7 (was Java 1.5 since version 21, and Java 1.6 since version 27).
As of version 38, this POM sets the Java source and target versions to 1.8. Thus, as any plugin (or other component)
moved to version 38+ of this POM, it moves to requiring Java 1.8 (was Java 1.5 since version 21, Java 1.6 since
version 27, and Java 1.7 since version 34).

*--------------+------------+
|| <<Version>> || <<Release Date>> ||
*--------------+------------+
#display( 38, '2022-11-21' )
*--------------+------------+
#display( 37, '2022-07-20' )
*--------------+------------+
#display( 36, '2022-04-18' )
Expand Down
2 changes: 1 addition & 1 deletion maven-skins/site-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ under the License.
<!-- we need to have a different gav for pom.xml and site-pom.xml -->
<!-- dot at the end is on purpose -->
<artifactId>maven-parent.</artifactId>
<version>38</version>
<version>39-SNAPSHOT</version>
<relativePath>../site-pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion site-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>38</version>
<version>39-SNAPSHOT</version>
<relativePath>./pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 7fdccb5

Please sign in to comment.