jcabi/jcabi-xml

remove hard-coded link to saxon

yegor256 opened this issue · 5 comments

remove hard-coded link to saxon

@rultor release, tag is 0.23.2

@rultor release, tag is 0.23.2

@yegor256 OK, I will release it now. Please check the progress here

@rultor stop

@yegor256 OK, I'll try to stop current task.

@rultor stop

@yegor256 Sorry, I failed to stop the previous command, however it has the following result: Oops, I failed. You can see the full log here (spent 21min)

[INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.2.2/gson-2.2.2.pom
[INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.2.2/gson-2.2.2.pom (7.6 kB at 32 kB/s)
[INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0/guava-14.0.pom
[INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0/guava-14.0.pom (5.4 kB at 16 kB/s)
[INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/14.0/guava-parent-14.0.pom
[INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent/14.0/guava-parent-14.0.pom (2.6 kB at 11 kB/s)
[INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.1/plexus-utils-3.0.1.pom
[INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.1/plexus-utils-3.0.1.pom (2.5 kB at 10 kB/s)
[INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/github/github-maven-core/0.12/github-maven-core-0.12.jar
[INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.1/plexus-utils-3.0.1.jar
[INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/eclipse/mylyn/github/org.eclipse.egit.github.core/3.1.0.201310021548-r/org.eclipse.egit.github.core-3.1.0.201310021548-r.jar
[INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.2.2/gson-2.2.2.jar
[INFO] Downloading from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0/guava-14.0.jar
[INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/github/github/github-maven-core/0.12/github-maven-core-0.12.jar (12 kB at 41 kB/s)
[INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.1/plexus-utils-3.0.1.jar (227 kB at 795 kB/s)
[INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/guava/guava/14.0/guava-14.0.jar (2.2 MB at 4.7 MB/s)
[INFO] Downloaded from oss.sonatype.org: https://oss.sonatype.org/content/groups/public/com/google/code/gson/gson/2.2.2/gson-2.2.2.jar (189 kB at 317 kB/s)
[INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/mylyn/github/org.eclipse.egit.github.core/3.1.0.201310021548-r/org.eclipse.egit.github.core-3.1.0.201310021548-r.jar
[INFO] Downloading from egit: https://repo.eclipse.org/content/repositories/egit-releases/org/eclipse/mylyn/github/org.eclipse.egit.github.core/3.1.0.201310021548-r/org.eclipse.egit.github.core-3.1.0.201310021548-r.jar
[INFO] Downloaded from egit: https://repo.eclipse.org/content/repositories/egit-releases/org/eclipse/mylyn/github/org.eclipse.egit.github.core/3.1.0.201310021548-r/org.eclipse.egit.github.core-3.1.0.201310021548-r.jar (222 kB at 294 kB/s)
[INFO] Creating 168 blobs
[INFO] Creating tree with 168 blob entries
[INFO] Merging with tree 28dd340859ca68898c141a583b0d252309cb0952
[INFO] Creating commit with SHA-1: 1688ea75f8dd76407589e84cf682f790727463df
[INFO] Updating reference refs/heads/gh-pages from e18b94518b1c2abb2e6e2587967f031f9a337575 to 1688ea75f8dd76407589e84cf682f790727463df
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10:23 min
[INFO] Finished at: 2021-12-18T10:46:10Z
[INFO] ------------------------------------------------------------------------
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
+ git checkout __rultor
Already on '__rultor'
+ git tag 0.23.2 -m '0.23.2: tagged by rultor.com'
+ git reset --hard
HEAD is now at 126a8c7 0.23.2
+ git clean -fd
+ git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
+ git branch -D __rultor
Deleted branch __rultor (was 126a8c7).
+ git push --all origin
To git@github.com:jcabi/jcabi-xml.git
 ! [rejected]        master -> master (fetch first)
error: failed to push some refs to 'git@github.com:jcabi/jcabi-xml.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
container e06e32bd4f4f15ab357152b9d0b5cd4f2ac610dab6642a9d617de752cf417d9c is dead
Sat Dec 18 11:46:29 CET 2021