Skip to content

Commit 63ec4f5

Browse files
committed
Upgrade jdbld.
1 parent 8183d7a commit 63ec4f5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.jdbld.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ jdbldDirectory = _jdbld
33
extensionsSnapshotRepository = https://central.sonatype.com/repository/maven-snapshots/
44
buildExtensions = \
55
org.jdrupes.gitversioning:core:0.1.1,\
6-
org.jdrupes:jdbld-ext-bnd:0.1.0
6+
org.jdrupes:jdbld-ext-bnd:0.3.0
77

88
javaHome = /usr/lib/jvm/java-25

jdbld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/bash
22

3-
releaseVersion="0.1.0"
3+
releaseVersion="0.3.0"
44
propertiesFile=".jdbld.properties"
55

66
if [ ! -r "$propertiesFile" ]; then

0 commit comments

Comments
 (0)