Skip to content

Commit

Permalink
Release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkosertic committed Dec 31, 2017
1 parent b5ef16b commit 20162c2
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,20 +126,26 @@
<failWhenNoMutations>false</failWhenNoMutations>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.2</version>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>default</id>
<id>attach-sources</id>
<goals>
<goal>perform</goal>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<pushChanges>false</pushChanges>
<tagNameFormat>@{project.version}</tagNameFormat>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 20162c2

Please sign in to comment.