|
24 | 24 | < author email= "[email protected]">Apache Commons Developers</ author> |
25 | 25 | </properties> |
26 | 26 | <body> |
| 27 | + <release version="1.9.1" date="YYYY-MM-DD" description="Version 1.9.1."> |
| 28 | + <!-- FIX --> |
| 29 | + <!-- ADD --> |
| 30 | + <!-- UPDATE --> |
| 31 | + </release> |
27 | 32 | <release version="1.9.0" date="2025-01-08" description="Version 1.9.0"> |
28 | 33 | <!-- UPDATES --> |
29 | 34 | <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 | 127 | <action type="update" dev="kinow" due-to="Dependabot">Bump junit-vintage-engine from 5.7.2 to 5.8.2 #70, #75, #90.</action> |
123 | 128 | <action type="update" dev="kinow" due-to="Dependabot">Bump taglist-maven-plugin from 2.4 to 3.0.0 #100.</action> |
124 | 129 | </release> |
125 | | - |
126 | 130 | <release version="1.7" date="2019-08-30" description="Version 1.7"> |
127 | 131 | <action type="update" dev="chtompki">checkstyle.version from 8.10.1 to 8.18</action> |
128 | 132 | <action type="update" dev="ggregory">VOTE.txt: Sample git clone command should checkout in a folder named after the tag</action> |
|
140 | 144 | <action type="update" dev="ggregory">Update Apache Commons Collections from 4.3 to 4.4</action> |
141 | 145 | <action type="update" dev="ggregory">Update Apache Commons Compress from 1.18 to 1.19</action> |
142 | 146 | </release> |
143 | | - |
144 | 147 | <release version="1.6" date="2019-03-08" description="Version 1.6"> |
145 | 148 | <action issue="COMMONSSITE-128" type="add" dev="chtompki">Release plugin cleans up staging area before staging</action> |
146 | 149 | <action type="update" dev="ggregory">Update Apache Commons Codec from 1.11 to 1.12.</action> |
147 | 150 | </release> |
148 | | - |
149 | 151 | <release version="1.5" date="2019-01-26" description="Version 1.5"> |
150 | 152 | <action type="update" dev="chtompki">vote-txt, use github as opposed to git-wip</action> |
151 | 153 | <action type="fix" dev="chtompki">ReadmeHtmlVelocityDelegate, accommodate for artifactIds ending in numbers</action> |
|
155 | 157 | <action issue="COMMONSSITE-123" type="add" dev="mbenson">introduce configuration parameter to perform distribution checkin using Maven settings server credentials</action> |
156 | 158 | <action issue="COMMONSSITE-122" type="fix" dev="mbenson">stage-distributions mojo assumes site directory has basename 'site'</action> |
157 | 159 | </release> |
158 | | - |
159 | 160 | <release version="1.4" date="2018-08-29" description="Version 1.4"> |
160 | 161 | <action type="update" dev="ggregory">Better error message when files cannot be checked in to the SCM.</action> |
161 | 162 | <action type="fix" dev="ggregory">Check the result of checking out files from the SCM.</action> |
162 | 163 | <action issue="COMMONSSITE-120" type="update" dev="ggregory">[release-plugin] Use SHA-256 and SHA-512, not MD5, not SHA-1.</action> |
163 | 164 | <action type="update" dev="ggregory">Update Apache Commons Compress from 1.17 to 1.18.</action> |
164 | 165 | <action type="update" dev="ggregory">Drop SHA-256 code, leaving only SHA-512.</action> |
165 | 166 | </release> |
166 | | - |
167 | 167 | <release version="1.3" date="2018-06-15" description="Version 1.3"> |
168 | 168 | <action issue="COMMONSSITE-117" type="update" dev="chtompki">Remove md5 signatures from release artifacts.</action> |
169 | 169 | <action issue="COMMONSSITE-113" type="update" dev="chtompki">Put unpacked site in scm dev dist directory for navigating purposes.</action> |
170 | 170 | <action issue="COMMONSSITE-112" type="add" dev="ggregory">Add a vote.txt file.</action> |
171 | 171 | <action issue="COMMONSSITE-108" type="add" dev="chtompki">Adding README.html and HEADER.html to staged release</action> |
172 | 172 | <action type="update" dev="ggregory">Update platform requirement from Java 7 to Java 8.</action> |
173 | 173 | </release> |
174 | | - |
175 | 174 | <release version="1.2" date="2018-04-02" description="Version 1.2"> |
176 | 175 | <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> |
177 | 176 | </release> |
178 | | - |
179 | 177 | <release version="1.1" date="2018-02-28" description="1.1"> |
180 | 178 | <action issue="COMMONSSITE-104" type="fix" dev="chtompki">Sha1 signature files now reflect actual signatures.</action> |
181 | 179 | <action issue="COMMONSSITE-98" type="add" dev="chtompki">Making the project more multi-module compatible</action> |
182 | 180 | <action issue="COMMONSSITE-102" type="fix" dev="chtompki">Commons Release Plugin doesn't work with Commons Release Plugin</action> |
183 | 181 | <action issue="COMMONSSITE-101" type="fix" dev="chtompki">Make -Dcommons.release.dryRun=true our commit toggle</action> |
184 | 182 | </release> |
185 | | - |
186 | | - |
187 | 183 | <release version="1.0" date="2018-01-10" description="Initial release"> |
188 | 184 | <action issue="COMMONSSITE-96" type="add" dev="chtompki">Create commons-release-component project skeleton.</action> |
189 | 185 | <action issue="COMMONSSITE-99" type="add" dev="chtompki">Prepare Standard Build integrations, travis, jacoco, checkstyle, etc.</action> |
|
0 commit comments