Skip to content

Commit

Permalink
[maven-release-plugin] prepare release catatumbo-2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-pullabhotla committed Dec 10, 2017
1 parent adfd62a commit cf27f27
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
@@ -1,9 +1,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/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>com.jmethods</groupId>
<artifactId>catatumbo</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<packaging>jar</packaging>
<name>Catatumbo</name>
<description>
Expand Down Expand Up @@ -32,7 +31,7 @@
<connection>scm:git:https://github.com/sai-pullabhotla/catatumbo.git</connection>
<developerConnection>scm:git:https://github.com/sai-pullabhotla/catatumbo.git</developerConnection>
<url>scm:git:https://github.com/sai-pullabhotla/catatumbo.git</url>
<tag>HEAD</tag>
<tag>catatumbo-2.4.0</tag>
</scm>
<distributionManagement>
<snapshotRepository>
Expand Down Expand Up @@ -82,7 +81,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down

0 comments on commit cf27f27

Please sign in to comment.