resease settings
This commit is contained in:
parent
573b5db985
commit
efa8e2958a
1 changed files with 15 additions and 4 deletions
19
pom.xml
19
pom.xml
|
|
@ -8,26 +8,31 @@
|
|||
<packaging>war</packaging>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<name>Photo Album</name>
|
||||
<url>http://forkalsrud.org</url>
|
||||
<url>http://forkalsrud.org:8080/</url>
|
||||
<developers>
|
||||
<developer>
|
||||
<name>Knut Forkalsrud</name>
|
||||
<id>knut</id>
|
||||
<email>knut@forkalsrud.org</email>
|
||||
<url>http://www.forkalsrud.org/~knut/</url>
|
||||
<url>http://forkalsrud.org:8080/~knut/</url>
|
||||
<timezone>PST</timezone>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>Erik Forkalsrud</name>
|
||||
<id>erik</id>
|
||||
<email>erik@forkalsrud.org</email>
|
||||
<url>http://www.forkalsrud.org/~erik/</url>
|
||||
<url>http://forkalsrud.org:8080/~erik/</url>
|
||||
<timezone>PST</timezone>
|
||||
</developer>
|
||||
</developers>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
<scm>
|
||||
<url>forkalsrud.org</url>
|
||||
<developerConnection>scm:git:ssh://forkalsrud.org/home/gitroot/album</developerConnection>
|
||||
<connection>scm:git:ssh://forkalsrud.org/home/gitroot/album</connection>
|
||||
</scm>
|
||||
<build>
|
||||
<finalName>photo</finalName>
|
||||
<plugins>
|
||||
|
|
@ -52,6 +57,7 @@
|
|||
<wtpContextName>photo</wtpContextName>
|
||||
<wtpdefaultserver>J2EE Preview</wtpdefaultserver>
|
||||
<additionalProjectnatures>
|
||||
<projectnature>org.maven.ide.eclipse.maven2Nature</projectnature>
|
||||
<projectnature>org.springframework.ide.eclipse.core.springnature</projectnature>
|
||||
<projectnature>org.eclipse.wst.common.project.facet.core.nature</projectnature>
|
||||
<projectnature>org.eclipse.wst.common.modulecore.ModuleCoreNature</projectnature>
|
||||
|
|
@ -114,10 +120,15 @@
|
|||
</dependency>
|
||||
<!--
|
||||
<dependency><groupId>com.caucho</groupId><artifactId>resin</artifactId><version>3.1.8</version></dependency>
|
||||
-->
|
||||
<dependency><groupId>org.springframework</groupId><artifactId>spring-webmvc</artifactId><version>3.0.0.RELEASE</version></dependency>
|
||||
<dependency><groupId>org.springframework</groupId><artifactId>spring-context</artifactId><version>3.0.0.RELEASE</version></dependency>
|
||||
<dependency><groupId>org.springframework</groupId><artifactId>spring-orm</artifactId><version>3.0.0.RELEASE</version></dependency>
|
||||
-->
|
||||
<dependency>
|
||||
<groupId>org.apache.lucene</groupId>
|
||||
<artifactId>lucene-core</artifactId>
|
||||
<version>3.0.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<repositories>
|
||||
<repository>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue