Skip to content

Commit

Permalink
release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfischer1108 committed Jun 15, 2023
1 parent b6e4ff0 commit 660bb79
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iridiumidentity/ngx-iridium-client",
"version": "0.1.3",
"version": "0.1.4",
"license": "Apache-2.0",
"author": "Josh Fischer <[email protected]>",
"repository": "[email protected]:IridiumIdentity/iridium.git",
Expand Down
2 changes: 1 addition & 1 deletion iridium-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>iridium</artifactId>
<groupId>software.iridium</groupId>
<version>0.1.3</version>
<version>0.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>iridium-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iridium-core-entity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>software.iridium</groupId>
<artifactId>iridium</artifactId>
<version>0.1.3</version>
<version>0.1.4</version>
</parent>

<artifactId>iridium-core-entity</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iridium-core-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>iridium</artifactId>
<groupId>software.iridium</groupId>
<version>0.1.3</version>
<version>0.1.4</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion iridium-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>iridium</artifactId>
<groupId>software.iridium</groupId>
<version>0.1.3</version>
<version>0.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>iridium-java-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iridium-server-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>iridium</artifactId>
<groupId>software.iridium</groupId>
<version>0.1.3</version>
<version>0.1.4</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
<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/xsd/maven-4.0.0.xsd">
<artifactId>iridium</artifactId>
<groupId>software.iridium</groupId>
<version>0.1.4</version>

<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<modules>
Expand All @@ -17,10 +21,6 @@
<version>3.0.6</version>
</parent>

<artifactId>iridium</artifactId>
<groupId>software.iridium</groupId>
<version>0.1.3</version>

<developers>
<developer>
<id>joshfischer</id>
Expand Down

0 comments on commit 660bb79

Please sign in to comment.