Skip to content
Snippets Groups Projects
Commit 3a85a260 authored by JeremyMcCormick's avatar JeremyMcCormick
Browse files

update scm info to github

parent 033e9ca6
Branches
No related tags found
No related merge requests found
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.lcsim</groupId>
<artifactId>lcsim</artifactId>
......@@ -7,23 +8,35 @@
<name>LCSim</name>
<description>org.lcsim Java framework</description>
<url>http://www.lcsim.org/sites/lcsim/</url>
<properties>
<project.scm.id>lcsim-github</project.scm.id>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<dependency.locations.enabled>false</dependency.locations.enabled>
</properties>
<parent>
<groupId>org.lcsim</groupId>
<artifactId>lcsim-parent</artifactId>
<relativePath>./parent/pom.xml</relativePath>
<version>4.0-SNAPSHOT</version>
</parent>
<scm>
<url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/</url>
<connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/</connection>
<developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/</developerConnection>
<connection>scm:git:git://github.com/slaclab/lcsim.git</connection>
<developerConnection>scm:git:ssh://git@github.com/slaclab/lcsim.git</developerConnection>
<url>https://github.com/slaclab/lcsim.git</url>
<tag>HEAD</tag>
</scm>
<distributionManagement>
<site>
<id>lcsim-site</id>
<url>dav:http://srs.slac.stanford.edu/nexus/content/sites/lcsim-site/lcsim/</url>
</site>
</distributionManagement>
<build>
<pluginManagement>
<plugins>
......@@ -42,6 +55,7 @@
</plugins>
</pluginManagement>
</build>
<reporting>
<plugins>
<plugin>
......@@ -117,6 +131,7 @@
</plugin>
</plugins>
</reporting>
<profiles>
<profile>
<id>site</id>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment