We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473914e commit 0c1f3b2Copy full SHA for 0c1f3b2
jbang-catalog.json
@@ -6,7 +6,7 @@
6
},
7
"jreleaser-snapshot" : {
8
"script-ref" : "jreleaser_snapshot.java",
9
- "description" : "Release Java projects quickly and easily with JReleaser"
+ "description" : "Release projects quickly and easily with JReleaser"
10
}
11
12
jreleaser_snapshot.java
@@ -1,10 +1,10 @@
1
//usr/bin/env jbang "$0" "$@" ; exit $?
2
//JAVA 8+
3
-//REPOS jitpack
4
-//DEPS com.github.jreleaser.jreleaser:jreleaser:main-SNAPSHOT
+//DEPS com.github.jreleaser.jreleaser:jreleaser:1.4.0-SNAPSHOT
+// Generated with JReleaser 1.4.0-SNAPSHOT at 2022-12-06T11:23:52.422047383Z
5
public class jreleaser_snapshot {
public static void main(String... args) throws Exception {
org.jreleaser.cli.Main.main(args);
-}
+}
0 commit comments