diff --git a/asciidoc/dev/makerelease.adoc b/asciidoc/dev/makerelease.adoc index 3f7f5c18..ca03c539 100644 --- a/asciidoc/dev/makerelease.adoc +++ b/asciidoc/dev/makerelease.adoc @@ -128,7 +128,7 @@ ant -f build-release.xml upload-nexus Once uploaded, log in https://repository.apache.org/ with your preferred web browser (use your Apache ID). -You should find there an __open__ repository with the name of the form `orgapacheant-XXXX`. It should contain the Maven artifacts: the pom, the jar, the sources, the javadocs and the md5 and asc files. +You should find there an __open__ repository with the name of the form `orgapacheant-XXXX`. It should contain the Maven artifacts: the pom, the jar, the sources, the javadocs and the sha and asc files. Now __close__ the staging repository, with the description "Ivy 2.0.0-beta1". Closing means you finished the upload and some automatic checks will run. You can see them in the __Activity__ tab of the repository. diff --git a/build-release.xml b/build-release.xml index cc69ddde..addb0773 100644 --- a/build-release.xml +++ b/build-release.xml @@ -365,13 +365,13 @@ - + - + @@ -380,7 +380,7 @@ - + @@ -388,7 +388,7 @@ - + @@ -493,7 +493,7 @@ - + @@ -579,8 +579,8 @@ // iterate over that array print('processing ' + srcFiles.length + ' source files...'); - var xpath = javax.xml.xpath.XPathFactory.newInstance().newXPath(); + var xpath = javax.xml.xpath.XPathFactory.newInstance().newXPath(); out = new java.io.FileWriter(self.getProject().resolveFile(attributes.get("destfile"))); for (i = 0; i < srcFiles.length; i++) { try {