Skip to content

Commit

Permalink
[maven-release-plugin][ci skip]_prepare release pgpverify-maven-plugi…
Browse files Browse the repository at this point in the history
…n-1.1.0
  • Loading branch information
slawekjaranowski committed May 14, 2015
1 parent 6ba9002 commit fbcaf6a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,19 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<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>

<parent>
<groupId>com.github.s4u</groupId>
<artifactId>parent</artifactId>
<version>2.0.0</version>
<relativePath/>
<relativePath />
</parent>

<groupId>com.github.s4u.plugins</groupId>
<artifactId>pgpverify-maven-plugin</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>maven-plugin</packaging>

<name>Verify PGP signatures plugin</name>
Expand Down Expand Up @@ -55,7 +54,7 @@
<connection>scm:git:git@github.com:s4u/pgpverify-maven-plugin.git</connection>
<developerConnection>${project.scm.connection}</developerConnection>
<url>https://github.com/s4u/pgpverify-maven-plugin</url>
<tag>HEAD</tag>
<tag>pgpverify-maven-plugin-1.1.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit fbcaf6a

Please sign in to comment.