Skip to content

Commit

Permalink
Fix problem for releasing a new version INFRA-588
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Mansilla committed Mar 9, 2016
1 parent b6ddfde commit 8428c1e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pom.xml
Expand Up @@ -83,4 +83,21 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.6</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http</artifactId>
<version>2.10</version>
<type>jar</type>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 8428c1e

Please sign in to comment.