Skip to content

Commit

Permalink
First plugin release v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso committed Sep 27, 2015
1 parent dd84514 commit 67f3634
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 @@ -6,7 +6,7 @@
<parent>
<artifactId>teamcity-fogbugz</artifactId>
<groupId>teamcity</groupId>
<version>0.2-alpha</version>
<version>1.0.0</version>
</parent>
<artifactId>build</artifactId>
<packaging>pom</packaging>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>teamcity</groupId>
<artifactId>teamcity-fogbugz-server</artifactId>
<version>0.2-alpha</version>
<version>1.0.0</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 @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>teamcity</groupId>
<artifactId>teamcity-fogbugz</artifactId>
<version>0.2-alpha</version>
<version>1.0.0</version>
<packaging>pom</packaging>
<properties>
<teamcity-version>9.1-SNAPSHOT</teamcity-version>
Expand Down
2 changes: 1 addition & 1 deletion teamcity-fogbugz-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>teamcity-fogbugz</artifactId>
<groupId>teamcity</groupId>
<version>0.2-alpha</version>
<version>1.0.0</version>
</parent>
<artifactId>teamcity-fogbugz-server</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 67f3634

Please # to comment.