Skip to content

Commit 67f3634

Browse files
committed
First plugin release v1.0
1 parent dd84514 commit 67f3634

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>teamcity-fogbugz</artifactId>
88
<groupId>teamcity</groupId>
9-
<version>0.2-alpha</version>
9+
<version>1.0.0</version>
1010
</parent>
1111
<artifactId>build</artifactId>
1212
<packaging>pom</packaging>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>teamcity</groupId>
2222
<artifactId>teamcity-fogbugz-server</artifactId>
23-
<version>0.2-alpha</version>
23+
<version>1.0.0</version>
2424
</dependency>
2525
</dependencies>
2626
<build>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>teamcity</groupId>
77
<artifactId>teamcity-fogbugz</artifactId>
8-
<version>0.2-alpha</version>
8+
<version>1.0.0</version>
99
<packaging>pom</packaging>
1010
<properties>
1111
<teamcity-version>9.1-SNAPSHOT</teamcity-version>

teamcity-fogbugz-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>teamcity-fogbugz</artifactId>
88
<groupId>teamcity</groupId>
9-
<version>0.2-alpha</version>
9+
<version>1.0.0</version>
1010
</parent>
1111
<artifactId>teamcity-fogbugz-server</artifactId>
1212
<packaging>jar</packaging>

0 commit comments

Comments
 (0)