Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

Commit 4e7540c

Browse files
committed
[maven-release-plugin] prepare release gameoflife-1.0.0
1 parent e8c14b2 commit 4e7540c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.oneandone</groupId>
55
<artifactId>gameoflife</artifactId>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
77
<name>Game of Life</name>
88
<description>Game of Life swing GUI</description>
99
<packaging>jar</packaging>
@@ -29,7 +29,7 @@
2929
<url>https://github.com/1and1/game-of-life.git</url>
3030
<connection>scm:git:git@github.com:1and1/game-of-life.git</connection>
3131
<developerConnection>scm:git:git@github.com:1and1/game-of-life.git</developerConnection>
32-
<tag>HEAD</tag>
32+
<tag>gameoflife-1.0.0</tag>
3333
</scm>
3434
<properties>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)