Skip to content

Commit

Permalink
Fix scm information. Remove repositories. Set version of release plug…
Browse files Browse the repository at this point in the history
…in to use.
  • Loading branch information
pgier committed Jan 25, 2008
1 parent d759022 commit b88ca2d
Showing 1 changed file with 4 additions and 25 deletions.
29 changes: 4 additions & 25 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<url>http://www.jboss.org</url>
<description>A VFS library</description>
<scm>
<connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/vfs/tags/2.0.0.Beta6</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/vfs/tags/2.0.0.Beta6</developerConnection>
<url>https://svn.jboss.org/repos/jbossas/projects/vfs/tags/2.0.0.Beta6</url>
<connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/vfs/trunk</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/vfs/trunk</developerConnection>
<url>https://svn.jboss.org/repos/jbossas/projects/vfs/trunk</url>
</scm>
<licenses>
<license>
Expand Down Expand Up @@ -86,6 +86,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-7</version>
<configuration>
<tagBase>https://svn.jboss.org/repos/jbossas/projects/vfs/tags</tagBase>
</configuration>
Expand Down Expand Up @@ -124,26 +125,4 @@
</dependency>
</dependencies>

<repositories>
<repository>
<id>jboss</id>
<name>JBoss Repository</name>
<url>http://repository.jboss.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>jboss-snapshots</id>
<name>JBoss Snapshot Repository</name>
<url>http://snapshots.jboss.org/maven2</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

</project>

0 comments on commit b88ca2d

Please sign in to comment.