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

Commit

Permalink
Preparing Release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuchss committed Feb 7, 2021
1 parent 38fb200 commit e6e9173
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.3-SNAPSHOT</version>
<version>1.2.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.3-SNAPSHOT</version>
<version>1.2.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.3-SNAPSHOT</version>
<version>1.2.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.3-SNAPSHOT</version>
<version>1.2.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.3-SNAPSHOT</version>
<version>1.2.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.3-SNAPSHOT</version>
<version>1.2.3</version>
</parent>
<artifactId>persistence</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion 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.3-SNAPSHOT</version>
<version>1.2.3</version>
<packaging>pom</packaging>
<name>ReKiT</name>
<prerequisites>
Expand Down

0 comments on commit e6e9173

Please sign in to comment.