Skip to content

Commit

Permalink
Idem.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucboudreau committed Dec 17, 2012
1 parent c620eab commit 1cd132a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,22 @@
</plugins>
</reporting>

<distributionManagement>
<repository>
<uniqueVersion>false</uniqueVersion>
<id>pentaho</id>
<name>Pentaho Open Repository</name>
<url>http://repository.pentaho.org/artifactory/pentaho</url>
<layout>default</layout>
</repository>
</distributionManagement>

<repositories>
<repository>
<id>pentaho</id>
<url>http://repo.pentaho.org/artifactory/repo/</url>
<snapshots>
<enabled>false</enabled>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
Expand Down

0 comments on commit 1cd132a

Please sign in to comment.