Skip to content

Commit e3b14b5

Browse files
committed
Merge branch 'release'
2 parents 60f1b0d + ed0c2cd commit e3b14b5

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</parent>
2626
<artifactId>commons-release-plugin</artifactId>
2727
<packaging>maven-plugin</packaging>
28-
<version>1.9.0-SNAPSHOT</version>
28+
<version>1.9.1-SNAPSHOT</version>
2929
<name>Apache Commons Release Plugin</name>
3030

3131
<description>
@@ -125,7 +125,7 @@
125125
<project.build.sourceEncoding>${commons.encoding}</project.build.sourceEncoding>
126126
<!-- This is used by reporting plugins -->
127127
<project.reporting.outputEncoding>${commons.encoding}</project.reporting.outputEncoding>
128-
<project.build.outputTimestamp>2024-11-09T12:49:32Z</project.build.outputTimestamp>
128+
<project.build.outputTimestamp>2025-01-11T13:42:12Z</project.build.outputTimestamp>
129129
<commons.release.isDistModule>true</commons.release.isDistModule>
130130
<commons.release.version>1.9.0</commons.release.version>
131131
<commons.release.next>1.9.1</commons.release.next>

src/assembly/bin.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
<includes>
4242
<include>*.jar</include>
4343
</includes>
44+
<fileMode>644</fileMode>
4445
</fileSet>
4546
<fileSet>
4647
<directory>target/site/apidocs</directory>

src/changes/changes.xml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
<author email="[email protected]">Apache Commons Developers</author>
2525
</properties>
2626
<body>
27+
<release version="1.9.1" date="YYYY-MM-DD" description="Version 1.9.1.">
28+
<!-- FIX -->
29+
<!-- ADD -->
30+
<!-- UPDATE -->
31+
</release>
2732
<release version="1.9.0" date="2025-01-08" description="Version 1.9.0">
2833
<!-- UPDATES -->
2934
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-build-plugin from 1.14.0 to 1.14.1 #341.</action>
@@ -122,7 +127,6 @@
122127
<action type="update" dev="kinow" due-to="Dependabot">Bump junit-vintage-engine from 5.7.2 to 5.8.2 #70, #75, #90.</action>
123128
<action type="update" dev="kinow" due-to="Dependabot">Bump taglist-maven-plugin from 2.4 to 3.0.0 #100.</action>
124129
</release>
125-
126130
<release version="1.7" date="2019-08-30" description="Version 1.7">
127131
<action type="update" dev="chtompki">checkstyle.version from 8.10.1 to 8.18</action>
128132
<action type="update" dev="ggregory">VOTE.txt: Sample git clone command should checkout in a folder named after the tag</action>
@@ -140,12 +144,10 @@
140144
<action type="update" dev="ggregory">Update Apache Commons Collections from 4.3 to 4.4</action>
141145
<action type="update" dev="ggregory">Update Apache Commons Compress from 1.18 to 1.19</action>
142146
</release>
143-
144147
<release version="1.6" date="2019-03-08" description="Version 1.6">
145148
<action issue="COMMONSSITE-128" type="add" dev="chtompki">Release plugin cleans up staging area before staging</action>
146149
<action type="update" dev="ggregory">Update Apache Commons Codec from 1.11 to 1.12.</action>
147150
</release>
148-
149151
<release version="1.5" date="2019-01-26" description="Version 1.5">
150152
<action type="update" dev="chtompki">vote-txt, use github as opposed to git-wip</action>
151153
<action type="fix" dev="chtompki">ReadmeHtmlVelocityDelegate, accommodate for artifactIds ending in numbers</action>
@@ -155,35 +157,29 @@
155157
<action issue="COMMONSSITE-123" type="add" dev="mbenson">introduce configuration parameter to perform distribution checkin using Maven settings server credentials</action>
156158
<action issue="COMMONSSITE-122" type="fix" dev="mbenson">stage-distributions mojo assumes site directory has basename 'site'</action>
157159
</release>
158-
159160
<release version="1.4" date="2018-08-29" description="Version 1.4">
160161
<action type="update" dev="ggregory">Better error message when files cannot be checked in to the SCM.</action>
161162
<action type="fix" dev="ggregory">Check the result of checking out files from the SCM.</action>
162163
<action issue="COMMONSSITE-120" type="update" dev="ggregory">[release-plugin] Use SHA-256 and SHA-512, not MD5, not SHA-1.</action>
163164
<action type="update" dev="ggregory">Update Apache Commons Compress from 1.17 to 1.18.</action>
164165
<action type="update" dev="ggregory">Drop SHA-256 code, leaving only SHA-512.</action>
165166
</release>
166-
167167
<release version="1.3" date="2018-06-15" description="Version 1.3">
168168
<action issue="COMMONSSITE-117" type="update" dev="chtompki">Remove md5 signatures from release artifacts.</action>
169169
<action issue="COMMONSSITE-113" type="update" dev="chtompki">Put unpacked site in scm dev dist directory for navigating purposes.</action>
170170
<action issue="COMMONSSITE-112" type="add" dev="ggregory">Add a vote.txt file.</action>
171171
<action issue="COMMONSSITE-108" type="add" dev="chtompki">Adding README.html and HEADER.html to staged release</action>
172172
<action type="update" dev="ggregory">Update platform requirement from Java 7 to Java 8.</action>
173173
</release>
174-
175174
<release version="1.2" date="2018-04-02" description="Version 1.2">
176175
<action issue="COMMONSSITE-107" type="fix" dev="chtompki">Adding ./target/commons-release-plugin/scm/RELEASE-NOTES.txt to svn as opposed to ./RELEASE-NOTES.txt</action>
177176
</release>
178-
179177
<release version="1.1" date="2018-02-28" description="1.1">
180178
<action issue="COMMONSSITE-104" type="fix" dev="chtompki">Sha1 signature files now reflect actual signatures.</action>
181179
<action issue="COMMONSSITE-98" type="add" dev="chtompki">Making the project more multi-module compatible</action>
182180
<action issue="COMMONSSITE-102" type="fix" dev="chtompki">Commons Release Plugin doesn't work with Commons Release Plugin</action>
183181
<action issue="COMMONSSITE-101" type="fix" dev="chtompki">Make -Dcommons.release.dryRun=true our commit toggle</action>
184182
</release>
185-
186-
187183
<release version="1.0" date="2018-01-10" description="Initial release">
188184
<action issue="COMMONSSITE-96" type="add" dev="chtompki">Create commons-release-component project skeleton.</action>
189185
<action issue="COMMONSSITE-99" type="add" dev="chtompki">Prepare Standard Build integrations, travis, jacoco, checkstyle, etc.</action>

0 commit comments

Comments
 (0)