Skip to content

Commit

Permalink
Updated version to 1.9.1-SNAPSHOT.
Browse files Browse the repository at this point in the history
Upgraded json dependency for tests.
  • Loading branch information
gbevin committed Mar 12, 2024
1 parent 1e04c3d commit 31f9dc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/bld/java/rife/BldBuild.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public BldBuild()

repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
scope(test)
.include(dependency("org.json", "json", version(20240205)));
.include(dependency("org.json", "json", version(20240303)));

var core_directory = new File(workDirectory(), "core");
var core_src_directory = new File(core_directory, "src");
Expand Down Expand Up @@ -105,7 +105,6 @@ public BldBuild()
new PublishArtifact(zipBldOperation.destinationFile(), "", "zip"));
}


final ZipOperation zipBldOperation = new ZipOperation();
@BuildCommand(value = "zip-bld", summary = "Creates the bld zip archive")
public void zipBld()
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/BLD_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.0
1.9.1-SNAPSHOT

0 comments on commit 31f9dc3

Please sign in to comment.