Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
Fix: problem with maven central and pentaho artifactory url repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago committed Aug 18, 2015
1 parent 8ccbffc commit e68c71b
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 19 deletions.
4 changes: 2 additions & 2 deletions generation/RDFGeneration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<repositories>
<repository>
<id>default</id>
<url>http://repo1.maven.org/maven/</url>
<url>http://repo1.maven.org/maven2/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand All @@ -33,7 +33,7 @@
</snapshots>
<id>central</id>
<name>repo</name>
<url>http://repository.pentaho.org/artifactory/repo</url>
<url>http://nexus.pentaho.org/content/groups/omni</url>
</repository>


Expand Down
4 changes: 2 additions & 2 deletions modeling/GetPropertiesOWL/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<repositories>
<repository>
<id>default</id>
<url>http://repo1.maven.org/maven/</url>
<url>http://repo1.maven.org/maven2/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand All @@ -32,7 +32,7 @@
</snapshots>
<id>central</id>
<name>repo</name>
<url>http://repository.pentaho.org/artifactory/repo</url>
<url>http://nexus.pentaho.org/content/groups/omni</url>
</repository>


Expand Down
4 changes: 2 additions & 2 deletions modeling/ontology-mapping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<repositories>
<repository>
<id>default</id>
<url>http://repo1.maven.org/maven/</url>
<url>http://repo1.maven.org/maven2/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand All @@ -33,7 +33,7 @@
</snapshots>
<id>central</id>
<name>repo</name>
<url>http://repository.pentaho.org/artifactory/repo</url>
<url>http://nexus.pentaho.org/content/groups/omni</url>
</repository>


Expand Down
4 changes: 2 additions & 2 deletions pentaho-plugin-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<repositories>
<repository>
<id>default</id>
<url>http://repo1.maven.org/maven/</url>
<url>http://repo1.maven.org/maven2/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand All @@ -28,7 +28,7 @@
</snapshots>
<id>central</id>
<name>repo</name>
<url>http://repository.pentaho.org/artifactory/repo</url>
<url>http://nexus.pentaho.org/content/groups/omni</url>
</repository>


Expand Down
4 changes: 2 additions & 2 deletions publication/FusekiLoader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<repositories>
<repository>
<id>default</id>
<url>http://repo1.maven.org/maven/</url>
<url>http://repo1.maven.org/maven2/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand All @@ -35,7 +35,7 @@
</snapshots>
<id>central</id>
<name>repo</name>
<url>http://repository.pentaho.org/artifactory/repo</url>
<url>http://nexus.pentaho.org/content/groups/omni</url>
</repository>


Expand Down
4 changes: 2 additions & 2 deletions specification/OAILoader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<repositories>
<repository>
<id>default</id>
<url>http://repo1.maven.org/maven/</url>
<url>http://repo1.maven.org/maven2/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand All @@ -33,7 +33,7 @@
</snapshots>
<id>central</id>
<name>repo</name>
<url>http://repository.pentaho.org/artifactory/repo</url>
<url>http://nexus.pentaho.org/content/groups/omni</url>
</repository>


Expand Down
4 changes: 2 additions & 2 deletions specification/marc21Loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<repositories>
<repository>
<id>default</id>
<url>http://repo1.maven.org/maven/</url>
<url>http://repo1.maven.org/maven2/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand All @@ -33,7 +33,7 @@
</snapshots>
<id>central</id>
<name>repo</name>
<url>http://repository.pentaho.org/artifactory/repo</url>
<url>http://nexus.pentaho.org/content/groups/omni</url>
</repository>


Expand Down
4 changes: 2 additions & 2 deletions tools/data-precatching/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<repositories>
<repository>
<id>default</id>
<url>http://repo1.maven.org/maven/</url>
<url>http://repo1.maven.org/maven2/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand All @@ -33,7 +33,7 @@
</snapshots>
<id>central</id>
<name>repo</name>
<url>http://repository.pentaho.org/artifactory/repo</url>
<url>http://nexus.pentaho.org/content/groups/omni</url>
</repository>


Expand Down
5 changes: 2 additions & 3 deletions tools/misctools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<repositories>
<repository>
<id>default</id>
<url>http://repo1.maven.org/maven/</url>
<url>http://repo1.maven.org/maven2/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand All @@ -33,7 +32,7 @@
</snapshots>
<id>central</id>
<name>repo</name>
<url>http://repository.pentaho.org/artifactory/repo</url>
<url>http://nexus.pentaho.org/content/groups/omni</url>
</repository>
</repositories>

Expand Down

0 comments on commit e68c71b

Please sign in to comment.