Skip to content

Commit

Permalink
Corrected the group ID, will republish to version v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshsteeleAPL committed Aug 28, 2024
1 parent c29dd13 commit c3cea51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-SNAPSHOT</version>
<name>jsqrl</name>
<description>General purpose state/object save and restore utilities</description>

Expand Down

0 comments on commit c3cea51

Please sign in to comment.