Skip to content

Commit

Permalink
Added the SCM plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicroland committed Jan 26, 2016
1 parent 3948f99 commit e56bae2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions droid4me/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,14 @@
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>1.9.4</version>
<configuration>
<connectionType>developerConnection</connectionType>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit e56bae2

Please sign in to comment.