|
1 |
| -<project |
2 |
| - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
3 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
4 |
| - <modelVersion>4.0.0</modelVersion> |
5 |
| - <groupId>org.scala-lang.plugins</groupId> |
6 |
| - <artifactId>continuations</artifactId> |
7 |
| - <packaging>jar</packaging> |
8 |
| - <version>@VERSION@</version> |
| 1 | +<?xml version="1.0"?> |
| 2 | +<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"> |
| 3 | + <modelVersion>4.0.0</modelVersion> |
| 4 | + <groupId>org.scala-lang.plugins</groupId> |
| 5 | + <artifactId>continuations</artifactId> |
| 6 | + <packaging>jar</packaging> |
| 7 | + <version>@VERSION@</version> |
9 | 8 | <name>Scala Continuations Plugin</name>
|
10 | 9 | <description>Delimited continuations compilation for Scala</description>
|
11 |
| - <url>http://www.scala-lang.org/</url> |
12 |
| - <inceptionYear>2010</inceptionYear> |
13 |
| - <organization> |
14 |
| - <name>LAMP/EPFL</name> |
15 |
| - <url>http://lamp.epfl.ch/</url> |
16 |
| - </organization> |
17 |
| - <licenses> |
18 |
| - <license> |
19 |
| - <name>BSD 3-Clause</name> |
20 |
| - <url>http://www.scala-lang.org/license.html</url> |
21 |
| - <distribution>repo</distribution> |
22 |
| - </license> |
23 |
| - </licenses> |
24 |
| - <scm> |
25 |
| - <connection>scm:git:git://github.com/scala/scala.git</connection> |
26 |
| - <url>https://github.com/scala/scala.git</url> |
27 |
| - </scm> |
28 |
| - <issueManagement> |
29 |
| - <system>JIRA</system> |
30 |
| - <url>https://issues.scala-lang.org/</url> |
31 |
| - </issueManagement> |
32 |
| - |
33 |
| - <dependencies> |
34 |
| - <dependency> |
35 |
| - <groupId>org.scala-lang</groupId> |
36 |
| - <artifactId>scala-compiler</artifactId> |
37 |
| - <version>@VERSION@</version> |
38 |
| - </dependency> |
39 |
| - </dependencies> |
40 |
| - <distributionManagement> |
41 |
| - <repository> |
42 |
| - <id>scala-tools.org</id> |
43 |
| - <url>@RELEASE_REPOSITORY@</url> |
44 |
| - </repository> |
45 |
| - <snapshotRepository> |
46 |
| - <id>scala-tools.org</id> |
47 |
| - <url>@SNAPSHOT_REPOSITORY@</url> |
48 |
| - <uniqueVersion>false</uniqueVersion> |
49 |
| - </snapshotRepository> |
50 |
| - </distributionManagement> |
| 10 | + <url>http://www.scala-lang.org/</url> |
| 11 | + <inceptionYear>2010</inceptionYear> |
| 12 | + <organization> |
| 13 | + <name>LAMP/EPFL</name> |
| 14 | + <url>http://lamp.epfl.ch/</url> |
| 15 | + </organization> |
| 16 | + <licenses> |
| 17 | + <license> |
| 18 | + <name>BSD 3-Clause</name> |
| 19 | + <url>http://www.scala-lang.org/license.html</url> |
| 20 | + <distribution>repo</distribution> |
| 21 | + </license> |
| 22 | + </licenses> |
| 23 | + <scm> |
| 24 | + <connection>scm:git:git://github.com/scala/scala.git</connection> |
| 25 | + <url>https://github.com/scala/scala.git</url> |
| 26 | + </scm> |
| 27 | + <issueManagement> |
| 28 | + <system>JIRA</system> |
| 29 | + <url>https://issues.scala-lang.org/</url> |
| 30 | + </issueManagement> |
| 31 | + <dependencies> |
| 32 | + <dependency> |
| 33 | + <groupId>org.scala-lang</groupId> |
| 34 | + <artifactId>scala-compiler</artifactId> |
| 35 | + <version>@VERSION@</version> |
| 36 | + </dependency> |
| 37 | + </dependencies> |
| 38 | + <distributionManagement> |
| 39 | + <repository> |
| 40 | + <id>scala-tools.org</id> |
| 41 | + <url>@RELEASE_REPOSITORY@</url> |
| 42 | + </repository> |
| 43 | + <snapshotRepository> |
| 44 | + <id>scala-tools.org</id> |
| 45 | + <url>@SNAPSHOT_REPOSITORY@</url> |
| 46 | + <uniqueVersion>false</uniqueVersion> |
| 47 | + </snapshotRepository> |
| 48 | + </distributionManagement> |
51 | 49 | <developers>
|
52 | 50 | <developer>
|
53 | 51 | <id>lamp</id>
|
|
0 commit comments