2010-09-08 10:22:46 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2010-09-08 12:37:18 +02:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
2010-09-08 10:22:46 +02:00
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
|
|
<groupId>sonia.scm</groupId>
|
|
|
|
|
<artifactId>scm</artifactId>
|
|
|
|
|
<packaging>pom</packaging>
|
2012-10-17 14:40:12 +02:00
|
|
|
<version>1.21</version>
|
2011-01-21 17:53:54 +01:00
|
|
|
<description>
|
|
|
|
|
The easiest way to share your Git, Mercurial
|
|
|
|
|
and Subversion repositories over http.
|
|
|
|
|
</description>
|
2010-09-08 10:22:46 +02:00
|
|
|
<name>scm</name>
|
2010-10-22 18:47:27 +02:00
|
|
|
|
2010-10-16 13:07:15 +02:00
|
|
|
<url>http://bitbucket.org/sdorra/scm-manager</url>
|
2010-09-08 10:22:46 +02:00
|
|
|
|
2011-01-21 17:53:54 +01:00
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
|
<license>
|
|
|
|
|
<name>BSD</name>
|
|
|
|
|
<url>http://www.opensource.org/licenses/bsd-license.php</url>
|
|
|
|
|
</license>
|
|
|
|
|
</licenses>
|
|
|
|
|
|
2010-10-22 18:47:27 +02:00
|
|
|
<developers>
|
|
|
|
|
<developer>
|
|
|
|
|
<id>sdorra</id>
|
|
|
|
|
<name>Sebastian Sdorra</name>
|
|
|
|
|
<email>s.sdorra@gmail.com</email>
|
|
|
|
|
<timezone>Europe/Berlin</timezone>
|
|
|
|
|
</developer>
|
|
|
|
|
</developers>
|
|
|
|
|
|
|
|
|
|
<scm>
|
|
|
|
|
<connection>scm:hg:http://bitbucket.org/sdorra/scm-manager</connection>
|
|
|
|
|
<developerConnection>scm:hg:https://bitbucket.org/sdorra/scm-manager</developerConnection>
|
|
|
|
|
<url>http://bitbucket.org/sdorra/scm-manager</url>
|
2012-10-17 14:40:12 +02:00
|
|
|
<tag>1.21</tag>
|
2010-10-22 18:47:27 +02:00
|
|
|
</scm>
|
|
|
|
|
|
|
|
|
|
<issueManagement>
|
|
|
|
|
<system>bitbucket</system>
|
|
|
|
|
<url>http://bitbucket.org/sdorra/scm-manager/issues</url>
|
|
|
|
|
</issueManagement>
|
2011-07-12 18:37:07 +02:00
|
|
|
|
|
|
|
|
<mailingLists>
|
|
|
|
|
<mailingList>
|
|
|
|
|
<name>SCM-Manager</name>
|
|
|
|
|
<subscribe>scmmanager-subscribe@googlegroups.com</subscribe>
|
|
|
|
|
<unsubscribe>scmmanager-unsubscribe@googlegroups.com</unsubscribe>
|
|
|
|
|
<post>scmmanager@googlegroups.com</post>
|
|
|
|
|
<archive>http://groups.google.com/group/scmmanager</archive>
|
|
|
|
|
</mailingList>
|
|
|
|
|
</mailingLists>
|
2011-08-04 14:49:48 +02:00
|
|
|
|
|
|
|
|
<ciManagement>
|
|
|
|
|
<system>Jenkins</system>
|
|
|
|
|
<url>https://scm-manager.ci.cloudbees.com/</url>
|
|
|
|
|
</ciManagement>
|
2010-10-22 18:47:27 +02:00
|
|
|
|
|
|
|
|
<prerequisites>
|
2012-05-13 19:02:50 +02:00
|
|
|
<maven>3.0.0</maven>
|
2010-10-22 18:47:27 +02:00
|
|
|
</prerequisites>
|
|
|
|
|
|
2010-09-08 10:22:46 +02:00
|
|
|
<modules>
|
2010-09-08 10:30:08 +02:00
|
|
|
<module>scm-core</module>
|
2010-12-05 14:00:01 +01:00
|
|
|
<module>scm-test</module>
|
2010-11-21 18:16:39 +01:00
|
|
|
<module>maven</module>
|
2011-07-01 18:25:47 +02:00
|
|
|
<module>scm-plugins</module>
|
2011-07-01 18:28:09 +02:00
|
|
|
<module>scm-samples</module>
|
2012-03-16 18:56:25 +01:00
|
|
|
<module>scm-dao-xml</module>
|
2012-03-16 19:07:18 +01:00
|
|
|
<module>scm-dao-orientdb</module>
|
2010-09-08 10:22:46 +02:00
|
|
|
<module>scm-webapp</module>
|
2010-09-11 19:17:50 +02:00
|
|
|
<module>scm-server</module>
|
2011-03-11 15:00:20 +01:00
|
|
|
<module>scm-plugin-backend</module>
|
2011-05-18 20:08:57 +02:00
|
|
|
<module>scm-clients</module>
|
2012-08-02 10:08:04 +02:00
|
|
|
<module>support</module>
|
2010-09-08 10:22:46 +02:00
|
|
|
</modules>
|
|
|
|
|
|
|
|
|
|
<repositories>
|
2010-09-11 14:28:10 +02:00
|
|
|
|
2010-09-08 10:22:46 +02:00
|
|
|
<repository>
|
|
|
|
|
<id>java.net2</id>
|
2010-12-12 19:29:42 +01:00
|
|
|
<name>Repository hosting the javaee artifacts</name>
|
2010-09-08 10:22:46 +02:00
|
|
|
<url>http://download.java.net/maven/2</url>
|
|
|
|
|
</repository>
|
2010-11-13 14:10:06 +01:00
|
|
|
|
2010-12-12 19:29:42 +01:00
|
|
|
<repository>
|
|
|
|
|
<id>maven.scm-manager.org</id>
|
|
|
|
|
<name>scm-manager release repository</name>
|
2011-02-03 14:28:15 +01:00
|
|
|
<url>http://maven.scm-manager.org/nexus/content/groups/public</url>
|
2010-12-12 19:29:42 +01:00
|
|
|
</repository>
|
|
|
|
|
|
2010-09-08 10:22:46 +02:00
|
|
|
</repositories>
|
|
|
|
|
|
2011-02-03 14:28:15 +01:00
|
|
|
<pluginRepositories>
|
|
|
|
|
|
|
|
|
|
<pluginRepository>
|
|
|
|
|
<id>maven.scm-manager.org</id>
|
|
|
|
|
<name>scm-manager release repository</name>
|
|
|
|
|
<url>http://maven.scm-manager.org/nexus/content/groups/public</url>
|
2011-02-04 08:08:51 +01:00
|
|
|
<snapshots>
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
</snapshots>
|
|
|
|
|
<releases>
|
|
|
|
|
<updatePolicy>never</updatePolicy>
|
|
|
|
|
</releases>
|
2011-02-03 14:28:15 +01:00
|
|
|
</pluginRepository>
|
|
|
|
|
|
|
|
|
|
</pluginRepositories>
|
|
|
|
|
|
2010-09-08 10:22:46 +02:00
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>junit</groupId>
|
2012-02-05 10:17:28 +01:00
|
|
|
<artifactId>junit-dep</artifactId>
|
2010-12-05 14:00:01 +01:00
|
|
|
<version>${junit.version}</version>
|
2010-09-08 10:22:46 +02:00
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2012-02-05 10:08:18 +01:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.hamcrest</groupId>
|
|
|
|
|
<artifactId>hamcrest-core</artifactId>
|
|
|
|
|
<version>${hamcrest.version}</version>
|
2012-02-05 10:10:20 +01:00
|
|
|
<scope>test</scope>
|
2012-02-05 10:08:18 +01:00
|
|
|
</dependency>
|
|
|
|
|
|
2012-02-01 16:02:56 +01:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.hamcrest</groupId>
|
|
|
|
|
<artifactId>hamcrest-library</artifactId>
|
|
|
|
|
<version>${hamcrest.version}</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2010-11-06 16:22:07 +01:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
|
<artifactId>mockito-all</artifactId>
|
2010-12-05 14:00:01 +01:00
|
|
|
<version>${mokito.version}</version>
|
2010-11-06 16:22:07 +01:00
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2010-09-08 10:22:46 +02:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
2012-10-17 13:49:35 +02:00
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
<artifactId>animal-sniffer-maven-plugin</artifactId>
|
|
|
|
|
<version>1.9</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<signature>
|
|
|
|
|
<groupId>org.codehaus.mojo.signature</groupId>
|
|
|
|
|
<artifactId>java16</artifactId>
|
|
|
|
|
<version>1.0</version>
|
|
|
|
|
</signature>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
2010-09-08 10:22:46 +02:00
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
2012-05-13 18:59:01 +02:00
|
|
|
<version>2.4</version>
|
2010-09-08 10:22:46 +02:00
|
|
|
<configuration>
|
|
|
|
|
<source>${project.build.javaLevel}</source>
|
|
|
|
|
<target>${project.build.javaLevel}</target>
|
|
|
|
|
<encoding>${project.build.sourceEncoding}</encoding>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
2011-08-04 14:47:40 +02:00
|
|
|
<version>2.5</version>
|
2010-09-08 10:22:46 +02:00
|
|
|
<configuration>
|
|
|
|
|
<encoding>${project.build.sourceEncoding}</encoding>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
2010-10-22 18:18:39 +02:00
|
|
|
|
2010-10-31 17:00:20 +01:00
|
|
|
<plugin>
|
2010-10-31 17:16:01 +01:00
|
|
|
<groupId>com.mycila.maven-license-plugin</groupId>
|
2010-10-31 17:00:20 +01:00
|
|
|
<artifactId>maven-license-plugin</artifactId>
|
2011-08-04 14:35:42 +02:00
|
|
|
<version>1.9.0</version>
|
2010-10-31 17:00:20 +01:00
|
|
|
<configuration>
|
2011-08-04 14:35:42 +02:00
|
|
|
<header>http://download.scm-manager.org/licenses/mvn-license.txt</header>
|
2010-10-31 17:00:20 +01:00
|
|
|
<includes>
|
|
|
|
|
<include>src/**</include>
|
|
|
|
|
<include>**/test/**</include>
|
|
|
|
|
</includes>
|
|
|
|
|
<excludes>
|
|
|
|
|
<exclude>target/**</exclude>
|
|
|
|
|
<exclude>.hg/**</exclude>
|
|
|
|
|
</excludes>
|
2010-10-31 19:22:53 +01:00
|
|
|
<strictCheck>true</strictCheck>
|
2010-10-31 17:00:20 +01:00
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
2010-10-22 17:35:16 +02:00
|
|
|
|
2011-07-03 12:07:09 +02:00
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
2012-02-26 11:06:17 +01:00
|
|
|
<version>2.8.1</version>
|
2011-09-30 10:14:50 +02:00
|
|
|
<configuration>
|
|
|
|
|
<useStandardDocletOptions>true</useStandardDocletOptions>
|
|
|
|
|
<charset>${project.build.sourceEncoding}</charset>
|
|
|
|
|
<encoding>${project.build.sourceEncoding}</encoding>
|
|
|
|
|
<docencoding>${project.build.sourceEncoding}</docencoding>
|
|
|
|
|
<breakiterator>true</breakiterator>
|
|
|
|
|
<version>true</version>
|
|
|
|
|
<author>true</author>
|
|
|
|
|
<keywords>true</keywords>
|
2011-09-30 11:39:02 +02:00
|
|
|
<links>
|
|
|
|
|
<link>http://download.oracle.com/javase/6/docs/api/</link>
|
|
|
|
|
<link>http://download.oracle.com/docs/cd/E17802_01/products/products/servlet/2.5/docs/servlet-2_5-mr2/</link>
|
2011-09-30 13:07:15 +02:00
|
|
|
<link>http://jersey.java.net/nonav/apidocs/${jersey.version}/jersey/</link>
|
2011-09-30 11:39:02 +02:00
|
|
|
<link>http://google-guice.googlecode.com/svn/tags/3.0/javadoc/</link>
|
|
|
|
|
<link>http://www.slf4j.org/api/</link>
|
2012-10-17 14:14:51 +02:00
|
|
|
<link>http://shiro.apache.org/static/current/apidocs/</link>
|
2011-09-30 11:39:02 +02:00
|
|
|
</links>
|
2011-09-30 10:14:50 +02:00
|
|
|
</configuration>
|
2011-07-03 12:07:09 +02:00
|
|
|
</plugin>
|
2011-10-05 09:06:42 +02:00
|
|
|
|
2011-07-09 12:02:51 +02:00
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2011-10-05 09:06:42 +02:00
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
|
<version>2.1.2</version>
|
2011-07-09 12:02:51 +02:00
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2011-10-05 09:06:42 +02:00
|
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
2011-10-22 15:07:02 +02:00
|
|
|
<version>2.7</version>
|
2011-07-09 12:02:51 +02:00
|
|
|
</plugin>
|
2011-07-03 12:07:09 +02:00
|
|
|
|
2011-07-01 13:22:39 +02:00
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
2012-05-13 18:59:39 +02:00
|
|
|
<version>2.3</version>
|
2011-07-01 13:22:39 +02:00
|
|
|
<configuration>
|
|
|
|
|
<pushChanges>false</pushChanges>
|
|
|
|
|
<localCheckout>true</localCheckout>
|
2012-01-08 16:45:14 +01:00
|
|
|
<releaseProfiles>release,APIviz</releaseProfiles>
|
2012-04-30 12:10:11 +02:00
|
|
|
<tagNameFormat>${project.version}</tagNameFormat>
|
2011-07-01 13:22:39 +02:00
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
2011-06-28 08:30:14 +02:00
|
|
|
<!--
|
|
|
|
|
fix maven troubleshooting part on
|
|
|
|
|
https://bitbucket.org/sdorra/scm-manager/wiki/configure-eclipse
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-eclipse-plugin</artifactId>
|
|
|
|
|
<version>2.6</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
2012-05-13 18:58:09 +02:00
|
|
|
<!-- reporting -->
|
|
|
|
|
|
2010-10-22 17:35:16 +02:00
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2012-05-13 18:58:09 +02:00
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
2012-05-13 19:00:01 +02:00
|
|
|
<version>3.1</version>
|
2010-10-16 13:07:15 +02:00
|
|
|
<configuration>
|
2012-05-13 18:58:09 +02:00
|
|
|
<reportPlugins>
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
|
|
|
|
<version>2.4</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-jxr-plugin</artifactId>
|
|
|
|
|
<version>2.3</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
<artifactId>findbugs-maven-plugin</artifactId>
|
|
|
|
|
<version>2.4.0</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-surefire-report-plugin</artifactId>
|
|
|
|
|
<version>2.12</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-pmd-plugin</artifactId>
|
|
|
|
|
<version>2.7.1</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<linkXref>true</linkXref>
|
|
|
|
|
<sourceEncoding>${project.build.sourceEncoding}</sourceEncoding>
|
|
|
|
|
<targetJdk>${project.build.javaLevel}</targetJdk>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
</reportPlugins>
|
2010-10-16 13:07:15 +02:00
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
2012-05-13 18:58:09 +02:00
|
|
|
|
2010-10-22 17:35:16 +02:00
|
|
|
</plugins>
|
|
|
|
|
|
2012-05-13 18:58:09 +02:00
|
|
|
</build>
|
2010-10-22 17:35:16 +02:00
|
|
|
|
|
|
|
|
<profiles>
|
2011-07-23 19:30:00 +02:00
|
|
|
|
|
|
|
|
<profile>
|
|
|
|
|
<id>jrebel</id>
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.zeroturnaround</groupId>
|
|
|
|
|
<artifactId>jrebel-maven-plugin</artifactId>
|
2011-12-25 18:22:42 +01:00
|
|
|
<version>1.1.3</version>
|
2011-07-23 19:30:00 +02:00
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>generate-rebel-xml</id>
|
|
|
|
|
<phase>process-resources</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>generate</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
|
|
|
|
|
</profile>
|
2012-04-30 11:55:46 +02:00
|
|
|
|
|
|
|
|
<profile>
|
|
|
|
|
<id>JDK7</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<jdk>1.7</jdk>
|
|
|
|
|
</activation>
|
|
|
|
|
<properties>
|
|
|
|
|
<jdk.classifier>-jdk7</jdk.classifier>
|
|
|
|
|
</properties>
|
|
|
|
|
</profile>
|
|
|
|
|
|
|
|
|
|
<profile>
|
|
|
|
|
<id>APIviz</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<property>
|
|
|
|
|
<name>sonia.apiviz</name>
|
|
|
|
|
<value>true</value>
|
|
|
|
|
</property>
|
|
|
|
|
</activation>
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
|
<version>2.8.1</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<doclet>org.jboss.apiviz.APIviz</doclet>
|
|
|
|
|
<docletArtifact>
|
|
|
|
|
<groupId>org.jboss.apiviz</groupId>
|
|
|
|
|
<artifactId>apiviz${jdk.classifier}</artifactId>
|
|
|
|
|
<version>1.3.1.GA</version>
|
|
|
|
|
</docletArtifact>
|
|
|
|
|
<additionalparam>
|
|
|
|
|
-sourceclasspath ${project.build.outputDirectory}
|
|
|
|
|
-nopackagediagram
|
|
|
|
|
</additionalparam>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
|
|
|
|
|
</profile>
|
2010-10-22 17:35:16 +02:00
|
|
|
|
|
|
|
|
</profiles>
|
2010-12-12 19:29:42 +01:00
|
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
|
|
|
|
|
|
<repository>
|
|
|
|
|
<id>maven.scm-manager.org</id>
|
|
|
|
|
<name>scm-manager release repository</name>
|
2011-02-03 14:28:15 +01:00
|
|
|
<url>http://maven.scm-manager.org/nexus/content/repositories/releases</url>
|
2010-12-12 19:29:42 +01:00
|
|
|
</repository>
|
|
|
|
|
|
|
|
|
|
<snapshotRepository>
|
|
|
|
|
<id>maven.scm-manager.org</id>
|
|
|
|
|
<name>scm-manager snapshot repository</name>
|
2011-02-03 14:28:15 +01:00
|
|
|
<url>http://maven.scm-manager.org/nexus/content/repositories/snapshots</url>
|
2010-12-12 19:29:42 +01:00
|
|
|
</snapshotRepository>
|
|
|
|
|
|
|
|
|
|
</distributionManagement>
|
2010-09-08 10:22:46 +02:00
|
|
|
|
|
|
|
|
<properties>
|
2012-05-13 18:44:33 +02:00
|
|
|
<!-- test libraries -->
|
2011-12-23 19:54:42 +01:00
|
|
|
<mokito.version>1.9.0</mokito.version>
|
2012-07-10 16:19:23 +02:00
|
|
|
<hamcrest.version>1.3</hamcrest.version>
|
2011-10-21 08:45:10 +02:00
|
|
|
<junit.version>4.10</junit.version>
|
2012-05-13 18:44:33 +02:00
|
|
|
|
|
|
|
|
<!-- logging libraries -->
|
2012-10-13 11:20:59 +02:00
|
|
|
<slf4j.version>1.7.2</slf4j.version>
|
2012-08-24 14:54:28 +02:00
|
|
|
<logback.version>1.0.7</logback.version>
|
2012-05-13 18:44:33 +02:00
|
|
|
|
2010-09-30 14:00:35 +02:00
|
|
|
<servlet.version>2.5</servlet.version>
|
2011-05-24 17:44:09 +02:00
|
|
|
<guice.version>3.0</guice.version>
|
2012-09-19 19:20:02 +02:00
|
|
|
<jersey.version>1.14</jersey.version>
|
2012-08-09 21:01:37 +02:00
|
|
|
<ehcache.version>2.6.0</ehcache.version>
|
2012-03-03 13:25:24 +01:00
|
|
|
<freemarker.version>2.3.19</freemarker.version>
|
2012-09-19 19:57:28 +02:00
|
|
|
<jetty.version>7.6.7.v20120910</jetty.version>
|
2012-05-13 18:44:33 +02:00
|
|
|
|
2012-08-26 15:35:01 +02:00
|
|
|
<!-- security libraries -->
|
|
|
|
|
<shiro.version>1.2.1</shiro.version>
|
|
|
|
|
|
2012-05-13 18:44:33 +02:00
|
|
|
<!-- repostitory libraries -->
|
2012-09-29 17:12:37 +02:00
|
|
|
<jgit.version>2.1.0.201209190230-r</jgit.version>
|
2012-07-24 08:11:12 +02:00
|
|
|
<svnkit.version>1.7.5-2</svnkit.version>
|
2012-05-13 18:44:33 +02:00
|
|
|
|
|
|
|
|
<!-- build properties -->
|
2010-09-08 10:22:46 +02:00
|
|
|
<project.build.javaLevel>1.6</project.build.javaLevel>
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
2010-10-31 17:00:20 +01:00
|
|
|
<netbeans.hint.license>SCM-BSD</netbeans.hint.license>
|
2012-05-12 21:04:47 +02:00
|
|
|
<jdk.classifier />
|
2010-09-08 10:22:46 +02:00
|
|
|
</properties>
|
|
|
|
|
|
2012-03-16 19:07:18 +01:00
|
|
|
</project>
|