Skip to content

Commit

Permalink
Release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdasaur authored and Sean Phillips committed Sep 21, 2020
1 parent 818b432 commit 65da7c8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions litfx-controls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>LitFX</artifactId>
<groupId>com.github.birdasaur.litfx</groupId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>com.github.birdasaur.litfx</groupId>
<artifactId>litfx-core</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion litfx-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>LitFX</artifactId>
<groupId>com.github.birdasaur.litfx</groupId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions litfx-demos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>LitFX</artifactId>
<groupId>com.github.birdasaur.litfx</groupId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.github.birdasaur.litfx</groupId>
<artifactId>litfx-core</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</dependency>

<dependency>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>com.github.birdasaur.litfx</groupId>
<artifactId>litfx-controls</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.birdasaur.litfx</groupId>
<artifactId>LitFX</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>

<modules>
<module>litfx-core</module>
Expand Down Expand Up @@ -68,7 +68,7 @@
<connection>scm:git:git://github.com/Birdasaur/LitFX.git</connection>
<developerConnection>scm:git:git@github.com:Birdasaur/LitFX.git</developerConnection>
<url>https://github.com/Birdasaur/LitFX</url>
<tag>LitFX-0.0.5-SNAPSHOT</tag>
<tag>LitFX-0.0.5</tag>
</scm>

<build>
Expand Down

0 comments on commit 65da7c8

Please sign in to comment.