This is an automated email from the ASF dual-hosted git repository. bodewig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ant-antlibs-antunit.git
The following commit(s) were added to refs/heads/master by this push: new e436acf next release will be 1.4.1 rather than 1.5 e436acf is described below commit e436acf88c08e7d131e4e008550090e55de4795c Author: Stefan Bodewig <bode...@apache.org> AuthorDate: Sat Jul 3 12:05:12 2021 +0200 next release will be 1.4.1 rather than 1.5 --- changes.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changes.xml b/changes.xml index 9ce4cbb..a54e73f 100644 --- a/changes.xml +++ b/changes.xml @@ -37,7 +37,7 @@ <title>Apache AntUnit</title> </properties> - <release version="1.5" date="unreleased"> + <release version="1.4.1" date="unreleased"> <action type="fix" issue="65315"> We didn't follow our own best practice and hard-coded the AntUnit URI inside the Antlib descriptor instead of using diff --git a/version.properties b/version.properties index d186e98..48290a2 100644 --- a/version.properties +++ b/version.properties @@ -12,4 +12,4 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -artifact.version=1.5alpha +artifact.version=1.4.1alpha