mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
pom
This commit is contained in:
parent
3581d6e097
commit
2b8aa6db40
71 changed files with 598 additions and 4 deletions
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
2d64ebf22d844b42f62aa1679f70b7e8
|
||||
|
|
@ -0,0 +1 @@
|
|||
898d16bc0a30afb6e578ebc02ebb95f818fced49
|
||||
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
ad5f1bd0cad74bcb287b216ac5efe04a
|
||||
|
|
@ -0,0 +1 @@
|
|||
4bdbf97c5441505bb7697bb1792fcb3ad678e3f0
|
||||
Binary file not shown.
|
|
@ -0,0 +1 @@
|
|||
1d57682d6efdbb99a4bd7b06f55cb782
|
||||
|
|
@ -0,0 +1 @@
|
|||
70fa782c3a881658bc29513f4b5ee30e3b51a713
|
||||
|
|
@ -0,0 +1,42 @@
|
|||
<!--
|
||||
Copyright (C) 2013 Stefan Schroeder
|
||||
|
||||
This program is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public License
|
||||
as published by the Free Software Foundation; either version 2
|
||||
of the License, or (at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
Contributors:
|
||||
Stefan Schroeder - initial API and implementation
|
||||
-->
|
||||
<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/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<groupId>jsprit</groupId>
|
||||
<artifactId>jsprit-project</artifactId>
|
||||
<version>0.0.1</version>
|
||||
<relativePath>../jsprit-project/pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>jsprit-instances</artifactId>
|
||||
<name>jsprit-instances</name>
|
||||
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>jsprit-core</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
@ -0,0 +1 @@
|
|||
928972882dea71d8acd6bd254f9d16a9
|
||||
|
|
@ -0,0 +1 @@
|
|||
ba0023f739bcc69c0d5021928275756e95405f27
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>jsprit</groupId>
|
||||
<artifactId>jsprit-instances</artifactId>
|
||||
<versioning>
|
||||
<release>0.0.1</release>
|
||||
<versions>
|
||||
<version>0.0.1</version>
|
||||
</versions>
|
||||
<lastUpdated>20130604083822</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
|
|
@ -0,0 +1 @@
|
|||
b7f441c444038f26c536f977eef8282a
|
||||
|
|
@ -0,0 +1 @@
|
|||
d1180440a134e0b653c34289bee0eea49829acb5
|
||||
Loading…
Add table
Add a link
Reference in a new issue