Strabon
changeset 1046:8445b16fd6b2 MonetDB
Modified the main pom.xml (of the MonetDB branch) to use the *temporary* strabon.sesame maven repository.
This repository should be removed *as soon as* Aduna has uploaded the official releases to a new repo.
See bug #42
This repository should be removed *as soon as* Aduna has uploaded the official releases to a new repo.
See bug #42
author | Kostis Kyzirakos <kkyzir@di.uoa.gr> |
---|---|
date | Fri Apr 19 09:06:14 2013 +0300 (2013-04-19) |
parents | 9cbe4e73141f |
children | 5ab73ba0f11e |
files | pom.xml |
line diff
1.1 --- a/pom.xml Wed Mar 27 12:47:35 2013 +0200 1.2 +++ b/pom.xml Fri Apr 19 09:06:14 2013 +0300 1.3 @@ -643,8 +643,18 @@ 1.4 <name>Strabon - maven repository - snapshots</name> 1.5 <url>http://maven.strabon.di.uoa.gr/content/repositories/snapshots</url> 1.6 </repository> 1.7 - 1.8 - 1.9 + <repository> 1.10 + <releases> 1.11 + <enabled>true</enabled> 1.12 + </releases> 1.13 + <snapshots> 1.14 + <enabled>false</enabled> 1.15 + </snapshots> 1.16 + <id>strabon.sesame</id> 1.17 + <name>Strabon - maven repository - sesame artifacts (temporary)</name> 1.18 + <url>http://maven.strabon.di.uoa.gr/content/repositories/strabon.sesame</url> 1.19 + </repository> 1.20 + <!-- 1.21 <repository> 1.22 <releases> 1.23 <enabled>true</enabled> 1.24 @@ -667,6 +677,7 @@ 1.25 <name>Aduna Open Source - Maven snapshots</name> 1.26 <url>http://repo.aduna-software.org/maven2/snapshots</url> 1.27 </repository> 1.28 + --> 1.29 <repository> 1.30 <snapshots> 1.31 <enabled>true</enabled>