Skip to content

Commit 4701f06

Browse files
committed
Migrate rules.xml to pom-scijava repository
Eventually, I hope to unify this entire status.scijava.org repository with the pom-scijava one. But for now, we can reference the rules.xml with a remote URL.
1 parent eebabc4 commit 4701f06

File tree

2 files changed

+1
-127
lines changed

2 files changed

+1
-127
lines changed

newest-releases.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pomFile=$(mktemp -t status.scijava.org-XXXX)
2424
curl -fs "$pomURL" > "$pomFile"
2525

2626
result=$(mvn -B -U -Dverbose=true -f "$pomFile" -s settings.xml \
27-
-Dmaven.version.rules=file://$dir/rules.xml \
27+
-Dmaven.version.rules=https://raw.githubusercontent.com/scijava/pom-scijava/master/rules.xml \
2828
versions:display-dependency-updates |
2929
# Standardize the output format for too-long G:A strings.
3030
perl -0777 -pe 's/\.\.\.\n\[INFO\] */ ... /igs' |

rules.xml

Lines changed: 0 additions & 126 deletions
This file was deleted.

0 commit comments

Comments
 (0)