Skip to content

Commit 0c1f3b2

Browse files
jreleaserbotrunner
authored and
runner
committedDec 6, 2022
jreleaser early-access
1 parent 473914e commit 0c1f3b2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎jbang-catalog.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"jreleaser-snapshot" : {
88
"script-ref" : "jreleaser_snapshot.java",
9-
"description" : "Release Java projects quickly and easily with JReleaser"
9+
"description" : "Release projects quickly and easily with JReleaser"
1010
}
1111
}
1212
}

‎jreleaser_snapshot.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
//usr/bin/env jbang "$0" "$@" ; exit $?
22
//JAVA 8+
3-
//REPOS jitpack
4-
//DEPS com.github.jreleaser.jreleaser:jreleaser:main-SNAPSHOT
3+
//DEPS com.github.jreleaser.jreleaser:jreleaser:1.4.0-SNAPSHOT
4+
// Generated with JReleaser 1.4.0-SNAPSHOT at 2022-12-06T11:23:52.422047383Z
55

66
public class jreleaser_snapshot {
77
public static void main(String... args) throws Exception {
88
org.jreleaser.cli.Main.main(args);
99
}
10-
}
10+
}

0 commit comments

Comments
 (0)