diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2016-03-21 19:39:12 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2016-03-21 19:39:12 -0700 |
commit | f4cb9e6a44c016c0200a9291f25003c72e2551cd (patch) | |
tree | 0624f8244a47a1f06a953c406042f8bfaf73ff5d /pom.xml | |
parent | 881b24811e42240b9af88e9adf21736c212c27a9 (diff) |
Updating pom.xml
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -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> |