Codebase list apache-pom / ac3ad80
New upstream version 29 Emmanuel Bourg 1 year, 4 months ago
5 changed file(s) with 49 addition(s) and 92 deletion(s). Raw diff Collapse all Expand all
2121 - java
2222 - build-management
2323 - maven
24 enabled_merge_buttons:
25 squash: true
26 merge: false
27 rebase: true
28 autolink_jira:
29 - MPOM
2424 <!-- for more information, see the documentation of this POM: http://maven.apache.org/pom/asf/ -->
2525 <groupId>org.apache</groupId>
2626 <artifactId>apache</artifactId>
27 <version>28</version>
27 <version>29</version>
2828 <packaging>pom</packaging>
2929
3030 <name>The Apache Software Foundation</name>
4242 </organization>
4343 <licenses>
4444 <license>
45 <name>Apache License, Version 2.0</name>
45 <name>Apache-2.0</name>
4646 <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
4747 <distribution>repo</distribution>
4848 </license>
6262 <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-apache-parent.git</connection>
6363 <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-apache-parent.git</developerConnection>
6464 <url>https://github.com/apache/maven-apache-parent/tree/${project.scm.tag}</url>
65 <tag>apache-28</tag>
65 <tag>apache-29</tag>
6666 </scm>
6767
6868 <distributionManagement>
9595 <surefire.version>2.22.2</surefire.version><!-- for surefire, failsafe and surefire-report -->
9696 <maven.plugin.tools.version>3.7.0</maven.plugin.tools.version><!-- for m-plugin-p and maven-plugin-annotations -->
9797 <assembly.tarLongFileMode>posix</assembly.tarLongFileMode>
98 <project.build.outputTimestamp>2022-11-14T22:50:41Z</project.build.outputTimestamp>
98 <project.build.outputTimestamp>2022-12-11T19:18:10Z</project.build.outputTimestamp>
9999 </properties>
100100
101101 <dependencyManagement>
156156 <plugin>
157157 <groupId>org.apache.maven.plugins</groupId>
158158 <artifactId>maven-dependency-plugin</artifactId>
159 <version>3.3.0</version>
159 <version>3.4.0</version>
160160 </plugin>
161161 <plugin>
162162 <groupId>org.apache.maven.plugins</groupId>
166166 <plugin>
167167 <groupId>org.apache.maven.plugins</groupId>
168168 <artifactId>maven-ear-plugin</artifactId>
169 <version>3.2.0</version>
169 <version>3.3.0</version>
170170 </plugin>
171171 <plugin>
172172 <groupId>org.apache.maven.plugins</groupId>
196196 <plugin>
197197 <groupId>org.apache.maven.plugins</groupId>
198198 <artifactId>maven-install-plugin</artifactId>
199 <version>3.0.1</version>
199 <version>3.1.0</version>
200200 </plugin>
201201 <plugin>
202202 <groupId>org.apache.maven.plugins</groupId>
248248 <plugin>
249249 <groupId>org.apache.maven.plugins</groupId>
250250 <artifactId>maven-release-plugin</artifactId>
251 <version>3.0.0-M6</version>
251 <version>3.0.0-M7</version>
252252 <configuration>
253253 <useReleaseProfile>false</useReleaseProfile>
254254 <goals>deploy</goals>
2424 <parent>
2525 <groupId>org.apache</groupId>
2626 <artifactId>apache</artifactId>
27 <version>28</version>
27 <version>29</version>
2828 <relativePath>./pom.xml</relativePath>
2929 </parent>
3030
163163
164164 #if( $project.version.endsWith( "SNAPSHOT" ) )
165165 master: {{{https://github.com/apache/maven-apache-parent/tree/master/pom.xml}$project.version}}
166 ({{{https://github.com/apache/maven-apache-parent/compare/apache-28...master}diff}})
166 ({{{https://github.com/apache/maven-apache-parent/compare/apache-29...master}diff}})
167167 #end
168168 #macro ( display $version $date )
169169 #**##set( $prev = $version - 1 )
174174 *--------------+------------+
175175 || <<Version>> || <<Release Date>> ||
176176 *--------------+------------+
177 #display( 29, '2022-12-11' )
178 *--------------+------------+
177179 #display( 28, '2022-11-14' )
178180 *--------------+------------+
179181 #display( 27, '2022-07-10' )
2222 <properties>
2323 <title>Download ${project.name} Source</title>
2424 </properties>
25
2526 <body>
2627 <section name="Download ${project.name} ${project.version} Source">
2728
28 <p>${project.name} ${project.version} is distributed in source format. Use a source archive if you intend to build
29 ${project.name} yourself. Otherwise, simply use the ready-made binary artifacts from central repository.</p>
29 <p><strong>${project.name} ${project.version}</strong> is distributed in source format.</p>
3030
31 <p>You will be prompted for a mirror - if the file is not found on yours, please be patient, as it may take 24
32 hours to reach all mirrors.<p/>
31 <p>Use a source archive if you intend to build <strong>${project.name}</strong> yourself.</p>
3332
34 <p>In order to guard against corrupted downloads/installations, it is highly recommended to
35 <a href="https://www.apache.org/dev/release-signing#verifying-signature">verify the signature</a>
36 of the release bundles against the public <a href="https://www.apache.org/dist/maven/KEYS">KEYS</a> used by the Apache Maven
37 developers.</p>
33 <p>Otherwise, simply use the ready-made binary artifacts from <strong>central repository</strong>.</p>
3834
39 <p>${project.name} is distributed under the <a href="https://www.apache.org/licenses/">Apache License, version 2.0</a>.</p>
35 <p><strong>${project.name}</strong> is distributed under the <a href="https://www.apache.org/licenses/">Apache License, version 2.0</a>.</p>
4036
41 <p></p>We <b>strongly</b> encourage our users to configure a Maven repository mirror closer to their location, please read <a href="/guides/mini/guide-mirror-settings.html">How to Use Mirrors for Repositories</a>.</p>
37 <subsection name="Files">
38
39 <p>This is the current stable version of <strong>${project.name}</strong>.</p>
4240
43 <a name="mirror"/>
44 <subsection name="Mirror">
41 <table>
42 <thead>
43 <tr>
44 <th></th>
45 <th>Link</th>
46 <th>Checksum</th>
47 <th>Signature</th>
48 </tr>
49 </thead>
50 <tbody>
51 <tr>
52 <td>${project.name} ${project.version} (Source zip)</td>
53 <td><a href="[preferred]maven/pom/apache-${project.version}-source-release.zip">apache-${project.version}-source-release.zip</a></td>
54 <td><a href="https://downloads.apache.org/maven/pom/apache-${project.version}-source-release.zip.sha512">apache-${project.version}-source-release.zip.sha512</a></td>
55 <td><a href="https://downloads.apache.org/maven/pom/apache-${project.version}-source-release.zip.asc">apache-${project.version}-source-release.zip.asc</a></td>
56 </tr>
57 </tbody>
58 </table>
4559
46 <p>
47 [if-any logo]
48 <a href="[link]">
49 <img align="right" src="[logo]" border="0"
50 alt="logo"/>
51 </a>
52 [end]
53 The currently selected mirror is
54 <b>[preferred]</b>.
55 If you encounter a problem with this mirror,
56 please select another mirror.
57 If all mirrors are failing, there are
58 <i>backup</i>
59 mirrors
60 (at the end of the mirrors list) that should be available.
61 </p>
62
63 <form action="[location]" method="get" id="SelectMirror">
64 Other mirrors:
65 <select name="Preferred">
66 [if-any http]
67 [for http]
68 <option value="[http]">[http]</option>
69 [end]
70 [end]
71 [if-any ftp]
72 [for ftp]
73 <option value="[ftp]">[ftp]</option>
74 [end]
75 [end]
76 [if-any backup]
77 [for backup]
78 <option value="[backup]">[backup] (backup)</option>
79 [end]
80 [end]
81 </select>
82 <input type="submit" value="Change"/>
83 </form>
84
85 <p>
86 You may also consult the
87 <a href="https://www.apache.org/mirrors/">complete list of
88 mirrors.</a>
60 <p>It is essential that you <a href="https://www.apache.org/info/verification.html">verify the integrity</a> of the downloaded file
61 using the checksum (.sha512 file)
62 or using the signature (.asc file) against the public <a href="https://downloads.apache.org/maven/KEYS">KEYS</a> used by the Apache Maven developers.
8963 </p>
9064
9165 </subsection>
92
93 <subsection name="${project.name} ${project.version}">
94
95 <p>This is the current stable version of ${project.name}.</p>
96
97 <table>
98 <thead>
99 <tr>
100 <th></th>
101 <th>Link</th>
102 <th>Checksum</th>
103 <th>Signature</th>
104 </tr>
105 </thead>
106 <tbody>
107 <tr>
108 <td>${project.name} ${project.version} (Source zip)</td>
109 <td><a href="[preferred]maven/pom/apache-${project.version}-source-release.zip">maven/pom/apache-${project.version}-source-release.zip</a></td>
110 <td><a href="https://www.apache.org/dist/maven/pom/apache-${project.version}-source-release.zip.sha512">maven/pom/apache-${project.version}-source-release.zip.sha512</a></td>
111 <td><a href="https://www.apache.org/dist/maven/pom/apache-${project.version}-source-release.zip.asc">maven/pom/apache-${project.version}-source-release.zip.asc</a></td>
112 </tr>
113 </tbody>
114 </table>
115 </subsection>
11666
11767 <subsection name="Previous Versions">
118
119 <p>Older non-recommended releases can be found on our <a href="https://archive.apache.org/dist/maven/pom/">archive site</a>.</p>
120
68 <p>It is strongly recommended to use the latest release version of <strong>${project.name}</strong> to take advantage of the newest features and bug fixes.</p>
69 <p>Older non-recommended releases can be found on our <a href="https://archive.apache.org/dist/maven/pom/">archive site</a>.</p>
12170 </subsection>
12271 </section>
12372 </body>