aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-10-23 22:57:19 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-10-23 23:12:59 +0200
commitafd6cd235449af5387d5b243b1d57b8824e4b893 (patch)
tree50a8bca529ac4d8ced6f10e4ec61a21b02a33ab1 /pom.xml
parent0217493175adfd43dd0e7828c1b336ba5e8c01e1 (diff)
downloadapp.sh-booter-jetty-afd6cd235449af5387d5b243b1d57b8824e4b893.tar.gz
app.sh-booter-jetty-afd6cd235449af5387d5b243b1d57b8824e4b893.tar.bz2
app.sh-booter-jetty-afd6cd235449af5387d5b243b1d57b8824e4b893.tar.xz
app.sh-booter-jetty-afd6cd235449af5387d5b243b1d57b8824e4b893.zip
Preparing for deployment to central.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml18
1 files changed, 14 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 98d4b59..b503d94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,11 +4,16 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>io.trygvis.appsh</groupId>
- <artifactId>appsh-parent</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <groupId>org.sonatype.oss</groupId>
+ <artifactId>oss-parent</artifactId>
+ <version>7</version>
</parent>
- <artifactId>booter-jetty8</artifactId>
+ <groupId>io.trygvis.appsh</groupId>
+ <artifactId>booter-jetty</artifactId>
+ <version>8.1.7.v20120910+1-SNAPSHOT</version>
+ <properties>
+ <versions.jetty8>8.1.7.v20120910</versions.jetty8>
+ </properties>
<dependencies>
<dependency>
<groupId>org.eclipse.jetty</groupId>
@@ -67,4 +72,9 @@
<version>3.7.1</version>
</dependency>
</dependencies>
+ <scm>
+ <connection>scm:git:http://trygvis.io/~trygvis/git/2012/10/app.sh-booter-jetty.git</connection>
+ <developerConnection>scm:git:ssh://trygvis.io/~trygvis/git/2012/10/app.sh-booter-jetty.git</developerConnection>
+ <url>http://trygvis.io/~trygvis/git/2012/10/app.sh-booter-jetty.git</url>
+ </scm>
</project>