Skip to content

Commit

Permalink
Merge pull request #28 from CDS-INSPIRE/cds-parent-2.8
Browse files Browse the repository at this point in the history
GBOCI-375: Commit 2.8 release into GitHub
  • Loading branch information
GBO-Provincies authored Apr 7, 2017
2 parents f2e456a + 27b4890 commit 6b66970
Show file tree
Hide file tree
Showing 40 changed files with 87 additions and 87 deletions.
4 changes: 2 additions & 2 deletions admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>cds-parent</artifactId>
<groupId>nl.ipo.cds</groupId>
<version>2.6</version>
<version>2.8</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -385,7 +385,7 @@
<dependency>
<groupId>nl.ipo.cds</groupId>
<artifactId>themes</artifactId>
<version>2.6</version>
<version>2.8</version>
<type>pom</type>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion attributemapping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>nl.ipo.cds</groupId>
<artifactId>cds-parent</artifactId>
<version>2.6</version>
<version>2.8</version>
</parent>
<artifactId>attributemapping</artifactId>
<name>CDS Inspire - Attributemapping</name>
Expand Down
2 changes: 1 addition & 1 deletion catalog-metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>nl.ipo.cds</groupId>
<artifactId>cds-parent</artifactId>
<version>2.6</version>
<version>2.8</version>
</parent>
<artifactId>catalog-metadata</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion cds-deegree-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>cds-parent</artifactId>
<groupId>nl.ipo.cds</groupId>
<version>2.6</version>
<version>2.8</version>
</parent>

<artifactId>cds-deegree-extension</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cds-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cds-parent</artifactId>
<groupId>nl.ipo.cds</groupId>
<version>2.6</version>
<version>2.8</version>
</parent>
<artifactId>cds-test</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cds-parent</artifactId>
<groupId>nl.ipo.cds</groupId>
<version>2.6</version>
<version>2.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion deegree-webservices-cds/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<packaging>war</packaging>
<name>deegree-webservices-cds</name>
<description>WAR that includes deegree WFS, WMS, WMTS and common datastore modules</description>
<version>2.6</version>
<version>2.8</version>

<properties>
<deegree.version>3.4-pre10-SNAPSHOT-cds1</deegree.version>
Expand Down
2 changes: 1 addition & 1 deletion domain-metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cds-parent</artifactId>
<groupId>nl.ipo.cds</groupId>
<version>2.6</version>
<version>2.8</version>
</parent>
<artifactId>domain-metadata</artifactId>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cds-parent</artifactId>
<groupId>nl.ipo.cds</groupId>
<version>2.6</version>
<version>2.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>domain</artifactId>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>nl.ipo.cds</groupId>
<artifactId>job-executor-api</artifactId>
<version>2.6</version>
<version>2.8</version>
</dependency>
<dependency>
<groupId>nl.idgis.commons</groupId>
Expand Down
4 changes: 2 additions & 2 deletions etl-attributemapping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<parent>
<groupId>nl.ipo.cds</groupId>
<artifactId>cds-parent</artifactId>
<version>2.6</version>
<version>2.8</version>
</parent>
<artifactId>etl-attributemapping</artifactId>
<name>CDS - ETL - Attributemapping</name>
<dependencies>
<dependency>
<groupId>nl.ipo.cds</groupId>
<artifactId>attributemapping</artifactId>
<version>2.6</version>
<version>2.8</version>
</dependency>
<dependency>
<groupId>nl.ipo.cds</groupId>
Expand Down
4 changes: 2 additions & 2 deletions etl-operations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<parent>
<groupId>nl.ipo.cds</groupId>
<artifactId>cds-parent</artifactId>
<version>2.6</version>
<version>2.8</version>
</parent>
<artifactId>etl-operations</artifactId>
<name>CDS Inspire - ETL - Transform operations</name>
<dependencies>
<dependency>
<groupId>nl.ipo.cds</groupId>
<artifactId>attributemapping</artifactId>
<version>2.6</version>
<version>2.8</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
6 changes: 3 additions & 3 deletions etl-proces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cds-parent</artifactId>
<groupId>nl.ipo.cds</groupId>
<version>2.6</version>
<version>2.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>etl-proces</artifactId>
Expand Down Expand Up @@ -287,12 +287,12 @@
<dependency>
<groupId>nl.ipo.cds</groupId>
<artifactId>attributemapping</artifactId>
<version>2.6</version>
<version>2.8</version>
</dependency>
<dependency>
<groupId>nl.ipo.cds</groupId>
<artifactId>etl-operations</artifactId>
<version>2.6</version>
<version>2.8</version>
</dependency>
<dependency>
<groupId>nl.idgis.commons</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ boolean isRefreshAllowed (final EtlJob current, final EtlJob lastSuccess) {
if (isRefreshAllowed) {
technicalLog.debug("refresh ok: last modification info changed");
} else {
technicalLog.debug("refresh veto: last modification info unchanged");
technicalLog.debug("refresh veto: last modification info unchanged");
}
break;
case ONCE_A_DAY:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public TransformProcess(ManagerDao managerDao) {
public boolean process (TransformJob job, final JobLogger logger) throws Exception {
Map<String, Transformer> transformers = applicationContext.getBeansOfType(Transformer.class);
log.debug("# of transformers found: " + transformers.size());
List<String> themeNames = getThemeNamesThatNeedTransformation();
List<String> themeNames = getThemeNamesThatNeedTransformation ();
for(String transformerName : transformers.keySet()) {
Transformer transformer = transformers.get(transformerName);
log.debug("starting transformer: " + transformerName);
Expand Down
2 changes: 1 addition & 1 deletion etl-reporting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<parent>
<artifactId>cds-parent</artifactId>
<groupId>nl.ipo.cds</groupId>
<version>2.6</version>
<version>2.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>etl-reporting</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion etl-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>nl.ipo.cds</groupId>
<artifactId>cds-parent</artifactId>
<version>2.6</version>
<version>2.8</version>
</parent>
<artifactId>etl-test</artifactId>
<name>CDS - ETL test</name>
Expand Down
2 changes: 1 addition & 1 deletion jndi-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</parent>
<groupId>nl.ipo.cds</groupId>
<artifactId>jndi-client</artifactId>
<version>2.6</version>
<version>2.8</version>
<dependencies>
<dependency>
<groupId>jboss</groupId>
Expand Down
6 changes: 3 additions & 3 deletions jndi-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<artifactId>cds-parent</artifactId>
<groupId>nl.ipo.cds</groupId>
<version>0.0.3-SNAPSHOT</version>
<version>2.8</version>
</parent>
<groupId>nl.ipo.cds</groupId>
<artifactId>jndi-server</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>2.8</version>

<build>
<plugins>
Expand Down Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>nl.ipo.cds</groupId>
<artifactId>commons</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>2.8</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion job-executor/job-executor-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>nl.ipo.cds</groupId>
<artifactId>job-executor</artifactId>
<version>2.6</version>
<version>2.8</version>
</parent>
<packaging>jar</packaging>

Expand Down
6 changes: 3 additions & 3 deletions job-executor/job-executor-exec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>nl.ipo.cds</groupId>
<artifactId>job-executor</artifactId>
<version>2.6</version>
<version>2.8</version>
</parent>
<packaging>jar</packaging>

Expand Down Expand Up @@ -42,13 +42,13 @@
<dependency>
<groupId>nl.ipo.cds</groupId>
<artifactId>themes</artifactId>
<version>2.6</version>
<version>2.8</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>nl.ipo.cds</groupId>
<artifactId>catalog-metadata</artifactId>
<version>2.6</version>
<version>2.8</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion job-executor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>nl.ipo.cds</groupId>
<artifactId>cds-parent</artifactId>
<version>2.6</version>
<version>2.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Expand Down
6 changes: 3 additions & 3 deletions managerDB/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cds-parent</artifactId>
<groupId>nl.ipo.cds</groupId>
<version>2.6</version>
<version>2.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>managerDB</artifactId>
Expand Down Expand Up @@ -388,12 +388,12 @@
<dependency>
<groupId>nl.ipo.cds</groupId>
<artifactId>attributemapping</artifactId>
<version>2.6</version>
<version>2.8</version>
</dependency>
<dependency>
<groupId>nl.ipo.cds</groupId>
<artifactId>etl-attributemapping</artifactId>
<version>2.6</version>
<version>2.8</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion mappings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>nl.ipo.cds</groupId>
<artifactId>cds-parent</artifactId>
<version>2.6</version>
<version>2.8</version>
</parent>
<artifactId>mappings</artifactId>
<name>mappings</name>
Expand Down
2 changes: 1 addition & 1 deletion metadataDB/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cds-parent</artifactId>
<groupId>nl.ipo.cds</groupId>
<version>2.6</version>
<version>2.8</version>
</parent>
<artifactId>metadataDB</artifactId>
<build>
Expand Down
2 changes: 1 addition & 1 deletion nagios-status/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>cds-parent</artifactId>
<groupId>nl.ipo.cds</groupId>
<version>2.6</version>
<version>2.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Loading

0 comments on commit 6b66970

Please sign in to comment.