Skip to content

Commit

Permalink
[maven-release-plugin] prepare release teamcity-sdk-maven-plugin-0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nskvortsov committed Apr 14, 2014
1 parent d94b2ef commit 13bac9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.jetbrains.teamcity</groupId>
<artifactId>teamcity-sdk-maven-plugin</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
<packaging>maven-plugin</packaging>

<name>TeamCity SDK Maven Plugin</name>
Expand All @@ -29,7 +28,8 @@
<connection>scm:git:git@github.com:nskvortsov/teamcity-sdk-maven-plugin.git</connection>
<url>scm:git:git@github.com:nskvortsov/teamcity-sdk-maven-plugin.git</url>
<developerConnection>scm:git:git@github.com:nskvortsov/teamcity-sdk-maven-plugin.git</developerConnection>
</scm>
<tag>teamcity-sdk-maven-plugin-0.1</tag>
</scm>
<reporting>
<plugins>
<plugin>
Expand Down

0 comments on commit 13bac9e

Please sign in to comment.