Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Commit

Permalink
Set to final release
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuchss committed Jul 28, 2022
1 parent 64c47b4 commit 64d4891
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion project/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>rekit</groupId>
<artifactId>parent</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.3</version>
</parent>
<artifactId>basic</artifactId>
<name>Basic Pack</name>
Expand Down
2 changes: 1 addition & 1 deletion project/game/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>rekit</groupId>
<artifactId>parent</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.3</version>
</parent>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion project/global/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>rekit</groupId>
<artifactId>parent</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.3</version>
</parent>
<artifactId>global</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion project/gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>rekit</groupId>
<artifactId>parent</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.3</version>
</parent>
<artifactId>gui</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion project/logic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>rekit</groupId>
<artifactId>parent</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.3</version>
</parent>
<artifactId>logic</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion project/persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>rekit</groupId>
<artifactId>parent</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.3</version>
</parent>
<artifactId>persistence</artifactId>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>parent</artifactId>
<version>1.2.4-SNAPSHOT</version>
<version>1.3</version>
<packaging>pom</packaging>
<name>ReKiT</name>
<prerequisites>
Expand Down Expand Up @@ -102,7 +102,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>copy-dependencies</id>
Expand Down

0 comments on commit 64d4891

Please sign in to comment.