Skip to content

Commit

Permalink
[maven-release-plugin] prepare release aws-sqs-1.001
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgrealy committed Sep 20, 2016
1 parent b16c9a2 commit eef7d53
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions pom.xml
@@ -1,22 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_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/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.3</version>
<relativePath/>
<relativePath />
</parent>

<groupId>io.relution.jenkins</groupId>
<url>https://wiki.jenkins-ci.org/display/JENKINS/AWS+SQS+Plugin</url>
<artifactId>aws-sqs</artifactId>
<version>1.001-SNAPSHOT</version>
<version>1.001</version>
<packaging>hpi</packaging>

<name>AWS SQS Build Trigger Plugin</name>
Expand All @@ -30,7 +27,8 @@
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/${project.artifactId}-plugin.git
</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
</scm>
<tag>aws-sqs-1.001</tag>
</scm>

<properties>
<jenkins.version>1.651.2</jenkins.version>
Expand Down Expand Up @@ -177,7 +175,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit eef7d53

Please sign in to comment.