summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 10 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 4e57db2..f4c5757 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,13 +45,19 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>[3.0)</version>
+ <version>3.5.1</version>
<configuration>
<!-- or whatever version you use -->
- <source>1.7</source>
- <target>1.7</target>
+ <source>1.8</source>
+ <target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
-</project> \ No newline at end of file
+
+ <scm>
+ <connection>scm:git:git@github.com:PuyallupFoursquare/ccb-api-client-java.git</connection>
+ <url>scm:git:git@github.com:PuyallupFoursquare/ccb-api-client-java.git</url>
+ <developerConnection>scm:git:git@github.com:PuyallupFoursquare/ccb-api-client-java.git</developerConnection>
+ </scm>
+</project>