-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
43 lines (43 loc) · 1.39 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<project
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.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<packaging>jar</packaging>
<version>2.7.7</version>
<url>http://www.scala-lang.org/</url>
<inceptionYear>2002</inceptionYear>
<organization>
<name>LAMP/EPFL</name>
<url>http://lamp.epfl.ch/</url>
</organization>
<licenses>
<license>
<name>BSD-like</name>
<url>http://www.scala-lang.org/downloads/license.html
</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:svn:http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk</connection>
<url>https://lampsvn.epfl.ch/trac/scala/browser/scala/trunk</url>
</scm>
<issueManagement>
<system>trac</system>
<url>http://lampsvn.epfl.ch/trac/scala
</url>
</issueManagement>
<distributionManagement>
<repository>
<id>scala-tools.org</id>
<url>http://nexus.scala-tools.org/content/repositories/releases</url>
</repository>
<snapshotRepository>
<id>scala-tools.org</id>
<url>http://nexus.scala-tools.org/content/repositories/snapshots</url>
<uniqueVersion>false</uniqueVersion>
</snapshotRepository>
</distributionManagement>
</project>