Codebase list commons-parent / 279780f
Update upstream source from tag 'upstream/56' Update to upstream version '56' with Debian dir 6ab7f7f0809032334f12a731b7bc86ffbdd253e8 Pierre Gruet 1 year, 3 months ago
7 changed file(s) with 67 addition(s) and 28 deletion(s). Raw diff Collapse all Expand all
3333 # experimental: true
3434
3535 steps:
36 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
36 - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
3737 with:
3838 persist-credentials: false
39 - uses: actions/cache@v3.0.11
39 - uses: actions/cache@v3.2.2
4040 with:
4141 path: ~/.m2/repository
4242 key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
4343 restore-keys: |
4444 ${{ runner.os }}-maven-
4545 - name: Set up JDK ${{ matrix.java }}
46 uses: actions/setup-java@v3.6.0
46 uses: actions/setup-java@v3.9.0
4747 with:
4848 distribution: 'temurin'
4949 java-version: ${{ matrix.java }}
3939 steps:
4040
4141 - name: "Checkout code"
42 uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # 3.1.0
42 uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # 3.2.0
4343 with:
4444 persist-credentials: false
4545
4646 - name: "Run analysis"
47 uses: ossf/scorecard-action@99c53751e09b9529366343771cc321ec74e9bd3d # 2.0.6
47 uses: ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # 2.1.2
4848 with:
4949 results_file: results.sarif
5050 results_format: sarif
6363 retention-days: 5
6464
6565 - name: "Upload to code-scanning"
66 uses: github/codeql-action/upload-sarif@b2a92eb56d8cb930006a1c6ed86b0782dd8a4297 # 2.1.35
66 uses: github/codeql-action/upload-sarif@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # 2.1.37
6767 with:
6868 sarif_file: results.sarif
6565 <dependency>
6666 <groupId>org.apache.commons</groupId>
6767 <artifactId>commons-parent</artifactId>
68 <version>55</version>
68 <version>56</version>
6969 </dependency>
7070 ```
7171
0 Apache Commons Parent 56
1 RELEASE NOTES
2
3 The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 56.
4
5 The Apache Commons Parent POM provides common settings for all Apache Commons components.
6
7 Version 56: Maintenance and update dependencies
8
9 Changes in this version include:
10
11 Fixed Bugs:
12 o Add Privacy link to site.xml
13
14 Changes:
15 o Bump apache from 28 to 29 #182. Thanks to Dependabot.
16 o Bump versions-maven-plugin from 2.13.0 to 2.14.2 #181, #187, #191. Thanks to Dependabot.
17 o Bump wagon-ssh from 3.5.2 to 3.5.3 #190. Thanks to Dependabot.
18
19
20 Historical list of changes: https://commons.apache.org/proper/commons-parent/changes-report.html
21
22 For complete information on Apache Commons Parent, including instructions on how to submit bug reports,
23 patches, or suggestions for improvement, see the Apache Apache Commons Parent website:
24
25 https://commons.apache.org/proper/commons-parent/
26
27 -----------------------------------------------------------------------------
28
029 Apache Commons Parent 55
130 RELEASE NOTES
231
2222 <parent>
2323 <groupId>org.apache</groupId>
2424 <artifactId>apache</artifactId>
25 <version>28</version>
25 <version>29</version>
2626 </parent>
2727 <groupId>org.apache.commons</groupId>
2828 <artifactId>commons-parent</artifactId>
29 <version>55</version>
29 <version>56</version>
3030 <packaging>pom</packaging>
3131 <name>Apache Commons Parent</name>
3232 <description>The Apache Commons Parent POM provides common settings for all Apache Commons components.</description>
8888 <minimalMavenBuildVersion>3.3.9</minimalMavenBuildVersion>
8989 <!-- configuration bits for cutting a release candidate, must be overridden by components -->
9090 <!-- TODO How can we make project.build.outputTimestamp and changes.xml's release data the same? -->
91 <project.build.outputTimestamp>2022-12-07T19:24:41Z</project.build.outputTimestamp>
91 <project.build.outputTimestamp>2022-12-30T16:12:53Z</project.build.outputTimestamp>
9292 <commons.release.version>${project.version}</commons.release.version>
9393 <commons.rc.version>RC1</commons.rc.version>
9494 <commons.jira.id>COMMONSSITE</commons.jira.id>
9595 <!-- Commons Release Plugin -->
96 <commons.bc.version>54</commons.bc.version>
96 <commons.bc.version>55</commons.bc.version>
9797 <commons.release.isDistModule>true</commons.release.isDistModule>
9898 <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>
9999 <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
195195 <commons.spotbugs.impl.version>4.7.3</commons.spotbugs.impl.version>
196196 <commons.surefire-report.version>3.0.0-M7</commons.surefire-report.version>
197197 <commons.surefire.version>3.0.0-M7</commons.surefire.version>
198 <commons.wagon-ssh.version>3.5.2</commons.wagon-ssh.version>
198 <commons.wagon-ssh.version>3.5.3</commons.wagon-ssh.version>
199199
200200 <!-- Default values for the download-page generation by commons-build-plugin -->
201201 <commons.release.name>${project.artifactId}-${commons.release.version}</commons.release.name>
681681 <groupId>org.codehaus.mojo</groupId>
682682 <artifactId>versions-maven-plugin</artifactId>
683683 <!-- Version 2.2 causes an NPE with Maven 3.3.9 -->
684 <version>2.13.0</version>
684 <version>2.14.2</version>
685685 </plugin>
686686 <plugin>
687687 <groupId>org.jacoco</groupId>
5959 -->
6060
6161 <body>
62 <release version="56" date="2022-12-30" description="Version 56: Maintenance and update dependencies">
63 <!-- FIX -->
64 <action type="fix" dev="sebb">Add Privacy link to site.xml</action>
65 <!-- UPDATE -->
66 <action type="update" dev="ggregory" due-to="Dependabot">Bump apache from 28 to 29 #182.</action>
67 <action type="update" dev="ggregory" due-to="Dependabot">Bump versions-maven-plugin from 2.13.0 to 2.14.2 #181, #187, #191.</action>
68 <action type="update" dev="ggregory" due-to="Dependabot">Bump wagon-ssh from 3.5.2 to 3.5.3 #190.</action>
69 </release>
6270 <release version="55" date="2022-12-07" description="Version 55: Maintenance and update dependencies">
63 <!-- FIX -->
6471 <action type="update" dev="ggregory" due-to="Gary Gregory">Make CycloneDX work better with multi-module projects.</action>
6572 <action type="update" dev="ggregory" due-to="Gary Gregory">New interface methods must be default methods to maintain BC.</action>
6673 <!-- ADD -->
8181
8282 <!-- Should agree with commons-site -->
8383 <menu name="General Information" inherit="bottom">
84 <item name="Security" href="https://commons.apache.org/security.html"/>
85 <item name="Volunteering" href="https://commons.apache.org/volunteering.html" />
86 <item name="Contributing Patches" href="https://commons.apache.org/patches.html" />
87 <item name="Building Components" href="https://commons.apache.org/building.html" />
88 <item name="Commons Parent Pom" href="https://commons.apache.org/commons-parent-pom.html" />
89 <item name="Commons Build Plugin" href="https://commons.apache.org/build-plugin/index.html" />
90 <item name="Releasing Components" href="https://commons.apache.org/releases/index.html" />
91 <item name="Wiki" href="https://cwiki.apache.org/confluence/display/commons/FrontPage" />
84 <item name="Security" href="https://commons.apache.org/security.html"/>
85 <item name="Volunteering" href="https://commons.apache.org/volunteering.html" />
86 <item name="Contributing Patches" href="https://commons.apache.org/patches.html" />
87 <item name="Building Components" href="https://commons.apache.org/building.html" />
88 <item name="Commons Parent POM" href="https://commons.apache.org/commons-parent-pom.html" />
89 <item name="Commons Build Plugin" href="https://commons.apache.org/build-plugin/index.html" />
90 <item name="Commons Release Plugin" href="/release-plugin/index.html" />
91 <item name="Site Publication" href="/site-publish.html" />
92 <item name="Releasing Components" href="https://commons.apache.org/releases/index.html" />
93 <item name="Wiki" href="https://cwiki.apache.org/confluence/display/commons/FrontPage" />
9294 </menu>
9395
9496 <!-- Should agree with commons-site -->
9597 <menu name="ASF" inherit="bottom">
96 <item name="How the ASF works" href="https://www.apache.org/foundation/how-it-works.html" />
97 <item name="Get Involved" href="https://www.apache.org/foundation/getinvolved.html" />
98 <item name="Developer Resources" href="https://www.apache.org/dev/" />
99 <item name="Code of Conduct" href="https://www.apache.org/foundation/policies/conduct.html" />
100 <item name="Sponsorship" href="https://www.apache.org/foundation/sponsorship.html" />
101 <item name="Thanks" href="https://www.apache.org/foundation/thanks.html" />
98 <item name="How the ASF works" href="https://www.apache.org/foundation/how-it-works.html" />
99 <item name="Get Involved" href="https://www.apache.org/foundation/getinvolved.html" />
100 <item name="Developer Resources" href="https://www.apache.org/dev/" />
101 <item name="Code of Conduct" href="https://www.apache.org/foundation/policies/conduct.html" />
102 <item name="Privacy" href="https://privacy.apache.org/policies/privacy-policy-public.html" />
103 <item name="Sponsorship" href="https://www.apache.org/foundation/sponsorship.html" />
104 <item name="Thanks" href="https://www.apache.org/foundation/thanks.html" />
102105 </menu>
103106 </body>
104107