1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 07:32:46 +00:00

[maven-release-plugin] prepare for next development iteration

This commit is contained in:
2011-12-13 00:52:21 -02:00
parent 544e7bae5a
commit 3ee0639ebd
4 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>com.l2jserver</groupId> <groupId>com.l2jserver</groupId>
<artifactId>l2jserver2</artifactId> <artifactId>l2jserver2</artifactId>
<version>0.0.1</version> <version>0.0.2-SNAPSHOT</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>l2jserver2-common</artifactId> <artifactId>l2jserver2-common</artifactId>

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>com.l2jserver</groupId> <groupId>com.l2jserver</groupId>
<artifactId>l2jserver2</artifactId> <artifactId>l2jserver2</artifactId>
<version>0.0.1</version> <version>0.0.2-SNAPSHOT</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>l2jserver2-gameserver</artifactId> <artifactId>l2jserver2-gameserver</artifactId>
@@ -35,7 +35,7 @@
<dependency> <dependency>
<groupId>com.l2jserver</groupId> <groupId>com.l2jserver</groupId>
<artifactId>l2jserver2-common</artifactId> <artifactId>l2jserver2-common</artifactId>
<version>0.0.1</version> <version>0.0.2-SNAPSHOT</version>
</dependency> </dependency>
<!-- junit --> <!-- junit -->

View File

@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>com.l2jserver</groupId> <groupId>com.l2jserver</groupId>
<artifactId>l2jserver2</artifactId> <artifactId>l2jserver2</artifactId>
<version>0.0.1</version> <version>0.0.2-SNAPSHOT</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>l2jserver2-loginserver</artifactId> <artifactId>l2jserver2-loginserver</artifactId>
@@ -16,7 +16,7 @@
<dependency> <dependency>
<groupId>com.l2jserver</groupId> <groupId>com.l2jserver</groupId>
<artifactId>l2jserver2-common</artifactId> <artifactId>l2jserver2-common</artifactId>
<version>0.0.1</version> <version>0.0.2-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>

View File

@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.l2jserver</groupId> <groupId>com.l2jserver</groupId>
<artifactId>l2jserver2</artifactId> <artifactId>l2jserver2</artifactId>
<version>0.0.1</version> <version>0.0.2-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>L2JServer 2</name> <name>L2JServer 2</name>