aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 5 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index a58896d..b87abb1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,21 +26,18 @@
A reimplementation of a subset of the Apache Velocity templating system.
</description>
- <!-- TODO(emcmanus)
<scm>
- <url>http://github.com/google/auto</url>
- <connection>scm:git:git://github.com/google/auto.git</connection>
- <developerConnection>scm:git:ssh://git@github.com/google/auto.git</developerConnection>
+ <url>http://github.com/google/escapevelocity</url>
+ <connection>scm:git:git://github.com/google/escapevelocity.git</connection>
+ <developerConnection>scm:git:ssh://git@github.com/google/escapevelocity.git</developerConnection>
<tag>HEAD</tag>
</scm>
- -->
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>23.5-jre</version>
- <scope>test</scope>
</dependency>
<!-- test dependencies -->
<dependency>
@@ -76,8 +73,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
- <source>1.7</source>
- <target>1.7</target>
+ <source>1.8</source>
+ <target>1.8</target>
<compilerArgument>-Xlint:all</compilerArgument>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>