Skip to content

Commit

Permalink
update project description
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-m committed Oct 25, 2016
1 parent 65a2dff commit f6f2074
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
Expand Up @@ -23,8 +23,8 @@
<name>gitflow-maven-plugin</name>
<version>1.3.1-SNAPSHOT</version>

<description>Git-Flow Maven Plugin, which runs Git and Maven commands from the command line. Supports Eclipse Plugins build with Tycho.</description>
<description>The Git-Flow Maven Plugin supports various Git workflows, including Vincent Driessen's successful Git branching model and GitHub Flow. This plugin runs Git and Maven commands from the command line. Supports Eclipse Plugins build with Tycho.</description>

<inceptionYear>2014</inceptionYear>

<licenses>
Expand All @@ -42,13 +42,13 @@
</developers>

<url>${url}</url>

<scm>
<url>${url}</url>
<connection>${scm.url}</connection>
<developerConnection>${scm.url}</developerConnection>
</scm>

<distributionManagement>
<repository>
<id>sonatype-nexus-staging</id>
Expand Down

0 comments on commit f6f2074

Please sign in to comment.