Skip to content

Commit

Permalink
Merge pull request #45 from sentrysoftware/release/v3.0.00
Browse files Browse the repository at this point in the history
Release v3.0.00 and prepare v3.1.00-SNAPSHOT
  • Loading branch information
bertysentry authored Dec 14, 2023
2 parents 49259bb + b4ddf82 commit cf630fb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.sentrysoftware</groupId>
<artifactId>jawk</artifactId>
<version>3.0.00-SNAPSHOT</version>
<version>3.1.00-SNAPSHOT</version>

<packaging>jar</packaging>

Expand Down Expand Up @@ -89,7 +87,7 @@

<!-- Reproducible Build -->
<!-- See https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
<project.build.outputTimestamp>2023-11-19T19:03:51Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-12-14T22:17:46Z</project.build.outputTimestamp>

</properties>

Expand Down

0 comments on commit cf630fb

Please sign in to comment.