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 0073849 commit 3788149
Show file tree
Hide file tree
Showing 10 changed files with 56 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Expand Up @@ -184,7 +184,7 @@
<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/trunk/bom</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/trunk/bom</developerConnection>
<url>http://fisheye.jboss.org/browse/Weld/core/bom</url>
<url>http://fisheye.jboss.org/browse/Weld/core/trunk/bom</url>
</scm>

</project>
5 changes: 5 additions & 0 deletions embedded-tck-runner/pom.xml
Expand Up @@ -138,6 +138,11 @@
</plugins>
</build>

<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/trunk/embedded-tck-runner</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/trunk/embedded-tck-runner</developerConnection>
<url>http://fisheye.jboss.org/browse/Weld/core/trunk/embedded-tck-runner</url>
</scm>


</project>
7 changes: 7 additions & 0 deletions impl/pom.xml
Expand Up @@ -159,4 +159,11 @@
</dependencies>
</profile>
</profiles>

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

</project>
6 changes: 6 additions & 0 deletions inject-tck-runner/pom.xml
Expand Up @@ -78,4 +78,10 @@
</plugins>
</build>

<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/trunk/inject-tck-runner</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/trunk/inject-tck-runner</developerConnection>
<url>http://fisheye.jboss.org/browse/Weld/core/trunk/inject-tck-runner</url>
</scm>

</project>
13 changes: 6 additions & 7 deletions jboss-as/pom.xml
Expand Up @@ -18,13 +18,6 @@
<!-- Minimal metadata -->
<description>A script to update Weld in JBoss AS</description>

<!-- SCM and distribution management -->
<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/trunk</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/trunk</developerConnection>
<url>http://fisheye.jboss.org/browse/Weld</url>
</scm>

<properties>
<weld-deployer.version>6.0.0-SNAPSHOT</weld-deployer.version>
</properties>
Expand Down Expand Up @@ -132,4 +125,10 @@
</plugins>
</build>

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

</project>
6 changes: 6 additions & 0 deletions jboss-tck-runner/pom.xml
Expand Up @@ -286,5 +286,11 @@
</build>
</profile>
</profiles>

<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/trunk/jboss-tck-runner</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/trunk/jboss-tck-runner</developerConnection>
<url>http://fisheye.jboss.org/browse/Weld/core/trunk/jboss-tck-runner</url>
</scm>

</project>
6 changes: 6 additions & 0 deletions osgi-bundle/pom.xml
Expand Up @@ -181,5 +181,11 @@
</dependency>

</dependencies>

<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/trunk/osgi-bundle</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/trunk/osgi-bundle</developerConnection>
<url>http://fisheye.jboss.org/browse/Weld/core/trunk/osgi-bundle</url>
</scm>

</project>
6 changes: 6 additions & 0 deletions parent/pom.xml
Expand Up @@ -170,5 +170,11 @@
</dependencies>
</dependencyManagement>

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

</project>

6 changes: 6 additions & 0 deletions porting-package/pom.xml
Expand Up @@ -42,5 +42,11 @@
</dependency>

</dependencies>

<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/weld/core/trunk/porting-package</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/weld/core/trunk/porting-package</developerConnection>
<url>http://fisheye.jboss.org/browse/Weld/core/trunk/porting-package</url>
</scm>

</project>
7 changes: 7 additions & 0 deletions tests/pom.xml
Expand Up @@ -270,4 +270,11 @@
</build>
</profile>
</profiles>

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

</project>

0 comments on commit 3788149

Please sign in to comment.