Skip to content

Commit

Permalink
WELD-278
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Jan 14, 2010
1 parent 0b36fe0 commit c6c33d5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Expand Up @@ -29,7 +29,7 @@
<testng.version>5.10</testng.version>
<weld.api.version>1.0</weld.api.version>
<weld.core.version>1.0.1-SNAPSHOT</weld.core.version>
<slf4j.version>1.5.9.RC1</slf4j.version>
<slf4j.version>1.5.10</slf4j.version>
</properties>

<!-- Dependency management, including extra repositories if needed -->
Expand Down Expand Up @@ -185,6 +185,13 @@
</plugin>
</plugins>
</build>

<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/se/trunk</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/se/trunk</developerConnection>
<url>http://fisheye.jboss.org/browse/weld/se/trunk</url>
</scm>


</project>

Expand Down

0 comments on commit c6c33d5

Please sign in to comment.