Skip to content

Commit

Permalink
moved to jgitflow for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Congiu committed Jan 23, 2014
1 parent d13083a commit aa12cca
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.openx.data</groupId>
<artifactId>json-serde</artifactId>
<version>1.1.7</version>
<version>1.1.8-SNAPSHOT</version>
<packaging>jar</packaging>

<name>openx-json-serde</name>
Expand Down Expand Up @@ -47,6 +47,19 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<groupId>com.atlassian.maven.plugins</groupId>
<artifactId>maven-jgitflow-plugin</artifactId>
<version>1.0-alpha20</version>
<configuration>
<allowSnapshots>false</allowSnapshots>
<enableFeatureVersions>false</enableFeatureVersions>
<pushFeatures>false</pushFeatures>
<pushReleases>true</pushReleases>
<allowUntracked>true</allowUntracked>
</configuration>
</plugin>

<!-- Assembly Plugin -->
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
Expand Down

0 comments on commit aa12cca

Please sign in to comment.