| Line 3... |
Line 3... |
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<parent>
|
<parent>
|
<groupId>org.openrdf</groupId>
|
<groupId>org.openrdf</groupId>
|
<artifactId>openrdf-root-pom</artifactId>
|
<artifactId>openrdf-root-pom</artifactId>
|
<version>2</version>
|
<version>3</version>
|
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
</parent>
|
</parent>
|
|
|
<groupId>org.openrdf.sesame</groupId>
|
<groupId>org.openrdf.sesame</groupId>
|
<artifactId>sesame</artifactId>
|
<artifactId>sesame</artifactId>
|
| Line 32... |
Line 32... |
<module>testsuites</module>
|
<module>testsuites</module>
|
<module>compliance</module>
|
<module>compliance</module>
|
</modules>
|
</modules>
|
|
|
<properties>
|
<properties>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
<openrdf.sesame.version>2.3.0-SNAPSHOT</openrdf.sesame.version>
|
<openrdf.sesame.version>2.3.0-SNAPSHOT</openrdf.sesame.version>
|
<aduna.appbase.version>3.6.0</aduna.appbase.version>
|
<aduna.appbase.version>3.6.0</aduna.appbase.version>
|
<slf4j.version>1.5.6</slf4j.version>
|
<slf4j.version>1.5.6</slf4j.version>
|
<spring.version>2.5.6</spring.version>
|
<spring.version>2.5.6</spring.version>
|
</properties>
|
</properties>
|
| Line 500... |
Line 503... |
</configuration>
|
</configuration>
|
</plugin>
|
</plugin>
|
</plugins>
|
</plugins>
|
</reporting>
|
</reporting>
|
|
|
|
|
<!--
|
<!--
|
<pluginRepositories>
|
<pluginRepositories>
|
<pluginRepository>
|
<pluginRepository>
|
<id>elca-services</id>
|
<id>elca-services</id>
|
<url>http://el4.elca-services.ch/el4j/maven2repository</url>
|
<url>http://el4.elca-services.ch/el4j/maven2repository</url>
|
| Line 520... |
Line 522... |
<developerConnection>scm:svn:https://repo.aduna-software.org/svn/org.openrdf/sesame/branches/2.3</developerConnection>
|
<developerConnection>scm:svn:https://repo.aduna-software.org/svn/org.openrdf/sesame/branches/2.3</developerConnection>
|
<url>http://repo.aduna-software.org/viewvc/org.openrdf/sesame/branches/2.3</url>
|
<url>http://repo.aduna-software.org/viewvc/org.openrdf/sesame/branches/2.3</url>
|
</scm>
|
</scm>
|
|
|
<repositories>
|
<repositories>
|
|
<!-- duplicates info from aduna-opensource-root-pom to bootstrap the discovery process -->
|
<repository>
|
<repository>
|
<releases>
|
<releases>
|
<enabled>true</enabled>
|
<enabled>true</enabled>
|
</releases>
|
</releases>
|
<snapshots>
|
<snapshots>
|
| Line 531... |
Line 534... |
</snapshots>
|
</snapshots>
|
<id>aduna-opensource.releases</id>
|
<id>aduna-opensource.releases</id>
|
<name>Aduna Open Source - Maven releases</name>
|
<name>Aduna Open Source - Maven releases</name>
|
<url>http://repo.aduna-software.org/maven2/releases</url>
|
<url>http://repo.aduna-software.org/maven2/releases</url>
|
</repository>
|
</repository>
|
<repository>
|
|
<releases>
|
|
<enabled>false</enabled>
|
|
</releases>
|
|
<snapshots>
|
|
<enabled>true</enabled>
|
|
</snapshots>
|
|
<id>aduna-opensource.snapshots</id>
|
|
<name>Aduna Open Source - Maven snapshots</name>
|
|
<url>http://repo.aduna-software.org/maven2/snapshots</url>
|
|
</repository>
|
|
</repositories>
|
</repositories>
|
|
|
</project>
|
</project>
|
|
|