3 Commits
v1.0.0 ... main

Author SHA1 Message Date
Josh Steele
c4b5469eb8 Updating the pom version to 1.0.1 2024-08-28 09:11:41 -04:00
Josh Steele
611f19b4d9 Updated README pom version for pending release 2024-08-28 09:07:56 -04:00
Josh Steele
c3cea51fd9 Corrected the group ID, will republish to version v1.0.1 2024-08-28 09:06:45 -04:00
2 changed files with 4 additions and 4 deletions

View File

@@ -13,9 +13,9 @@ Jsqrl is available as a jar at [Maven Central](https://central.sonatype.com/arti
```
<dependency>
<groupId>edu.jhuapl.ses.jsqrl>/groupId>
<groupId>edu.jhuapl.ses</groupId>
<artifactId>jsqrl</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

View File

@@ -3,10 +3,10 @@
xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>edu.jhuapl.ses.jsqrl</groupId>
<groupId>edu.jhuapl.ses</groupId>
<artifactId>jsqrl</artifactId>
<packaging>jar</packaging>
<version>1.0.0</version>
<version>1.0.1</version>
<name>jsqrl</name>
<description>General purpose state/object save and restore utilities</description>