Skip to content
This repository has been archived by the owner on Oct 27, 2019. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Ilgner committed Sep 3, 2013
1 parent 532b355 commit 7e80db6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>redmine</artifactId>
<groupId>com.marcusilgner</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.1</version>
</parent>
<artifactId>build</artifactId>
<packaging>pom</packaging>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>com.marcusilgner</groupId>
<artifactId>redmine-server</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.marcusilgner</groupId>
<artifactId>redmine</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1</version>

<packaging>pom</packaging>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion redmine-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>redmine</artifactId>
<groupId>com.marcusilgner</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.1</version>
</parent>
<artifactId>redmine-server</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 7e80db6

Please sign in to comment.