Skip to content
Snippets Groups Projects
Commit 033e9ca6 authored by JeremyMcCormick's avatar JeremyMcCormick
Browse files

update scm info to github

parent 5351983e
No related branches found
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>
<artifactId>lcsim-aida</artifactId>
<name>aida</name>
<description>AIDA utilities</description>
<parent>
<groupId>org.lcsim</groupId>
<artifactId>lcsim-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<scm>
<url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/aida/</url>
<connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/aida/</connection>
<developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/aida/</developerConnection>
</scm>
<dependencies>
<dependency>
<groupId>org.freehep</groupId>
......@@ -45,6 +43,7 @@
<artifactId>commons-cli</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
......@@ -58,4 +57,5 @@
</plugin>
</plugins>
</build>
</project>
<?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>
<artifactId>lcsim-analysis</artifactId>
<groupId>org.lcsim</groupId>
<name>analysis</name>
<description>analysis code</description>
<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/analysis/</url>
<connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/analysis/</connection>
<developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/analysis/</developerConnection>
</scm>
<dependencies>
<dependency>
<groupId>org.lcsim</groupId>
......@@ -26,4 +24,5 @@
<artifactId>lcsim-cal-recon</artifactId>
</dependency>
</dependencies>
</project>
<?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>
<artifactId>lcsim-cal-calib</artifactId>
<groupId>org.lcsim</groupId>
<name>cal-calib</name>
<description>calorimeter calibration algorithms</description>
<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/cal-calib/</url>
<connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/cal-calib/</connection>
<developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/cal-calib/</developerConnection>
</scm>
<dependencies>
<dependency>
<groupId>org.lcsim</groupId>
<artifactId>lcsim-cal-recon</artifactId>
</dependency>
</dependencies>
</project>
<?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>
<artifactId>lcsim-cal-recon</artifactId>
<groupId>org.lcsim</groupId>
<packaging>jar</packaging>
<name>cal-recon</name>
<description>calorimeter reconstruction tools such as clustering algorithms</description>
<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/cal-recon/</url>
<connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/cal-recon/</connection>
<developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/cal-recon/</developerConnection>
</scm>
<dependencies>
<dependency>
<groupId>org.lcsim</groupId>
......@@ -27,4 +25,5 @@
<artifactId>lcsim-aida</artifactId>
</dependency>
</dependencies>
</project>
<?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>
<artifactId>lcsim-conditions</artifactId>
<name>conditions</name>
<description>runtime access to conditions and detector description data</description>
<parent>
<groupId>org.lcsim</groupId>
<artifactId>lcsim-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<scm>
<url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/conditions/</url>
<connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/conditions/</connection>
<developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/conditions/</developerConnection>
</scm>
<dependencies>
<dependency>
<groupId>org.lcsim</groupId>
<artifactId>lcsim-util</artifactId>
</dependency>
</dependencies>
</project>
<?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-detector-data</artifactId>
<name>detector-data</name>
<description>detector conditions data</description>
<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/detector-data/</url>
<connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/detector-data/</connection>
<developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/detector-data/</developerConnection>
</scm>
<build>
<resources>
<resource>
......@@ -28,4 +26,5 @@
</resource>
</resources>
</build>
</project>
<?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>
<artifactId>lcsim-detector-framework</artifactId>
<name>detector-framework</name>
<description>geometry and detector description framework (formerly GeomConverter)</description>
<parent>
<groupId>org.lcsim</groupId>
<artifactId>lcsim-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<scm>
<url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/detector-framework/</url>
<connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/detector-framework/</connection>
<developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/detector-framework/</developerConnection>
</scm>
<build>
<plugins>
<plugin>
......@@ -59,6 +57,7 @@
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.lcsim</groupId>
......@@ -107,4 +106,5 @@
<version>0.9.9</version>
</dependency>
</dependencies>
</project>
<?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>
<artifactId>lcsim-distribution</artifactId>
<name>distribution</name>
<description>distribution package for generating the standalone runnable bin jar</description>
<parent>
<groupId>org.lcsim</groupId>
<artifactId>lcsim-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<scm>
<url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/distribution/</url>
<connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/distribution/</connection>
<developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/distribution/</developerConnection>
</scm>
<build>
<plugins>
<plugin>
......@@ -42,6 +40,7 @@
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
......@@ -132,4 +131,5 @@
<artifactId>lcsim-steering-files</artifactId>
</dependency>
</dependencies>
</project>
<?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>
<artifactId>lcsim-event-heprep</artifactId>
<name>event-heprep</name>
<description>utilities for converting event classes to HepRep</description>
<parent>
<groupId>org.lcsim</groupId>
<artifactId>lcsim-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<scm>
<url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/event-heprep/</url>
<connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/event-heprep/</connection>
<developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/event-heprep/</developerConnection>
</scm>
<dependencies>
<dependency>
<groupId>org.lcsim</groupId>
<artifactId>lcsim-tracking</artifactId>
</dependency>
</dependencies>
</project>
<?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>
<artifactId>lcsim-event-model</artifactId>
<name>event-model</name>
<description>physics event packages including interfaces, base classes and LCIO implementation</description>
<parent>
<groupId>org.lcsim</groupId>
<artifactId>lcsim-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<scm>
<url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/event-model/</url>
<connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/event-model/</connection>
<developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/event-model/</developerConnection>
</scm>
<dependencies>
<dependency>
<groupId>org.freehep</groupId>
......@@ -26,4 +24,5 @@
<artifactId>lcsim-detector-framework</artifactId>
</dependency>
</dependencies>
</project>
<?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>
<artifactId>lcsim-event-processing</artifactId>
<name>event-processing</name>
<description>physics event processing including Driver implementation and adapters to Freehep record framework</description>
<parent>
<groupId>org.lcsim</groupId>
<artifactId>lcsim-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<scm>
<url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/event-processing/</url>
<connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/event-processing/</connection>
<developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/event-processing/</developerConnection>
</scm>
<dependencies>
<dependency>
<groupId>org.lcsim</groupId>
......@@ -48,4 +46,5 @@
<artifactId>freehep-record</artifactId>
</dependency>
</dependencies>
</project>
<?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>
<artifactId>lcsim-integration-tests</artifactId>
<name>integration-tests</name>
<description>Integration test suite for org.lcsim</description>
<parent>
<groupId>org.lcsim</groupId>
<artifactId>lcsim-parent</artifactId>
<relativePath>../parent/pom.xml</relativePath>
<version>3.0.4-SNAPSHOT</version>
</parent>
<scm>
<url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/integration-tests/</url>
<connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/integration-tests/</connection>
<developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/integration-tests/</developerConnection>
</scm>
<dependencies>
<dependency>
<groupId>org.lcsim</groupId>
......@@ -22,4 +20,5 @@
<type>pom</type>
</dependency>
</dependencies>
</project>
<?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>
<artifactId>lcsim-job-manager</artifactId>
<name>job-manager</name>
<description>job manager allowing XML steering using a command line utility</description>
<parent>
<groupId>org.lcsim</groupId>
<artifactId>lcsim-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<scm>
<url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/job-manager/</url>
<connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/job-manager/</connection>
<developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/job-manager/</developerConnection>
</scm>
<dependencies>
<dependency>
<groupId>org.lcsim</groupId>
......@@ -29,4 +27,5 @@
<artifactId>commons-cli</artifactId>
</dependency>
</dependencies>
</project>
<?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>
<artifactId>lcsim-math</artifactId>
<name>math</name>
<description>math utilities</description>
<parent>
<groupId>org.lcsim</groupId>
<artifactId>lcsim-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<scm>
<url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/math/</url>
<connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/math/</connection>
<developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/math/</developerConnection>
</scm>
<dependencies>
<dependency>
<groupId>org.freehep</groupId>
<artifactId>freehep-physics</artifactId>
</dependency>
</dependencies>
</project>
<?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>
<artifactId>lcsim-mc</artifactId>
<name>mc</name>
<description>Monte Carlo packages including the MCFast event simulation</description>
<parent>
<groupId>org.lcsim</groupId>
<artifactId>lcsim-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<scm>
<url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/mc/</url>
<connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/mc/</connection>
<developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/mc/</developerConnection>
</scm>
<dependencies>
<dependency>
<groupId>org.lcsim</groupId>
......@@ -31,4 +29,5 @@
<version>1.0</version>
</dependency>
</dependencies>
</project>
<?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">
<prerequisites>
<maven>3.0</maven>
</prerequisites>
......@@ -10,15 +11,12 @@
<name>parent</name>
<description>parent POM file for lcsim modules</description>
<version>4.0-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<org.lcsim.cacheDir>${user.home}</org.lcsim.cacheDir>
</properties>
<scm>
<url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/parent/</url>
<connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/parent/</connection>
<developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/parent/</developerConnection>
</scm>
<repositories>
<repository>
<id>freehep-repo-public</id>
......@@ -65,6 +63,7 @@
<url>dav:http://srs.slac.stanford.edu/nexus/content/sites/lcsim-site/lcsim/</url>
</site>
</distributionManagement>
<dependencyManagement>
<dependencies>
<!-- Do not edit org.lcsim dependencies manually.
......@@ -198,6 +197,7 @@
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>junit</groupId>
......@@ -210,6 +210,7 @@
<version>1.1</version>
</dependency>
</dependencies>
<build>
<defaultGoal>install</defaultGoal>
<extensions>
......@@ -334,6 +335,7 @@
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
......@@ -386,6 +388,7 @@
</plugin>
</plugins>
</reporting>
<profiles>
<profile>
<id>skipTests</id>
......@@ -402,6 +405,7 @@
</build>
</profile>
</profiles>
<developers>
<developer>
<name>Jeremy McCormick</name>
......@@ -489,18 +493,22 @@
<timezone>1</timezone>
</developer>
</developers>
<organization>
<name>Linear Collider Detector (LCD)</name>
<url>http://www.lcsim.org/</url>
</organization>
<ciManagement>
<system>Jenkins</system>
<url>http://srs.slac.stanford.edu/hudson/view/lcsim/</url>
</ciManagement>
<issueManagement>
<system>JIRA</system>
<url>https://jira.slac.stanford.edu/browse/LCSIM</url>
</issueManagement>
<mailingLists>
<mailingList>
<name>lcd-dev</name>
......@@ -510,4 +518,5 @@
<archive>https://listserv.slac.stanford.edu/cgi-bin/wa?A0=LCD-DEV</archive>
</mailingList>
</mailingLists>
</project>
<?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>
<artifactId>lcsim-plugin</artifactId>
<name>plugin</name>
<description>org.lcsim JAS3 Plugin</description>
<parent>
<groupId>org.lcsim</groupId>
<artifactId>lcsim-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<scm>
<url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/plugin/</url>
<connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/plugin/</connection>
<developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/plugin/</developerConnection>
</scm>
<dependencies>
<dependency>
<groupId>org.lcsim</groupId>
......@@ -22,6 +26,7 @@
<type>pom</type>
</dependency>
</dependencies>
<build>
<resources>
<resource>
......@@ -74,6 +79,7 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>submit-plugin-descriptor</id>
......@@ -101,4 +107,5 @@
</build>
</profile>
</profiles>
</project>
<?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>
<artifactId>lcsim-recon-drivers</artifactId>
<name>recon-drivers</name>
<description>recon drivers used in production steering files for SiD and CLiC</description>
<parent>
<groupId>org.lcsim</groupId>
<artifactId>lcsim-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<scm>
<url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/recon-drivers/</url>
<connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/recon-drivers/</connection>
<developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/recon-drivers/</developerConnection>
</scm>
<dependencies>
<dependency>
<groupId>org.lcsim</groupId>
......@@ -26,4 +24,5 @@
<version>2.2</version>
</dependency>
</dependencies>
</project>
<?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>
<artifactId>lcsim-steering-files</artifactId>
<groupId>org.lcsim</groupId>
<name>steering-files</name>
<description>LCSim XML steering file repository</description>
<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/steering-files/</url>
<connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/steering-files/</connection>
<developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/steering-files/</developerConnection>
</scm>
</project>
<?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>
<artifactId>lcsim-tracking</artifactId>
<name>tracking</name>
<description>tracking including digitization package sisim and track finding with seedtracker</description>
<parent>
<groupId>org.lcsim</groupId>
<artifactId>lcsim-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<scm>
<url>http://java.freehep.org/svn/repos/lcdet/list/projects/lcsim/trunk/tracking/</url>
<connection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/tracking/</connection>
<developerConnection>scm:svn:svn://svn.freehep.org/lcdet/projects/lcsim/trunk/tracking/</developerConnection>
</scm>
<dependencies>
<dependency>
<groupId>org.lcsim</groupId>
......@@ -34,4 +32,5 @@
<version>2.2</version>
</dependency>
</dependencies>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment