Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Updated to version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maggima committed Apr 17, 2018
1 parent 498d9bc commit 2ddcadb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
4 changes: 2 additions & 2 deletions demetra-webapp-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ec.nbb.demetra</groupId>
<artifactId>webapp-standalone</artifactId>
<version>2.2.1-RC2</version>
<version>2.2.1</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<demetraws-version>2.2.1-RC2</demetraws-version>
<demetraws-version>2.2.1</demetraws-version>
<jersey.container.version>2.21</jersey.container.version>
<grizzly.version>2.3.22</grizzly.version>
</properties>
Expand Down
11 changes: 4 additions & 7 deletions demetra-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>ec.nbb.demetra</groupId>
<artifactId>webservice-parent</artifactId>
<version>2.2.1-RC2</version>
<version>2.2.1</version>
</parent>

<groupId>ec.nbb.demetra</groupId>
<artifactId>webapp</artifactId>
<version>2.2.1-RC2</version>
<version>2.2.1</version>
<packaging>war</packaging>

<name>Demetra - WebApp</name>
Expand All @@ -19,7 +19,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.javax-servlet>3.1.0</version.javax-servlet>
<version.jetty>9.2.7.v20150116</version.jetty>
<demetra.version>2.2.1-RC2</demetra.version>
<demetra.version>2.2.1</demetra.version>
</properties>

<dependencyManagement>
Expand All @@ -38,12 +38,10 @@
<dependency>
<groupId>eu.europa.ec.joinup.sat</groupId>
<artifactId>demetra-tstoolkit</artifactId>
<version>${demetra.version}</version>
</dependency>
<dependency>
<groupId>eu.europa.ec.joinup.sat</groupId>
<artifactId>demetra-tss</artifactId>
<version>${demetra.version}</version>
</dependency>
<dependency>
<groupId>eu.europa.ec.joinup.sat</groupId>
Expand All @@ -54,7 +52,6 @@
<dependency>
<groupId>eu.europa.ec.joinup.sat</groupId>
<artifactId>demetra-spreadsheet</artifactId>
<version>${demetra.version}</version>
<exclusions>
<exclusion>
<groupId>eu.europa.ec.joinup.sat</groupId>
Expand Down Expand Up @@ -142,7 +139,7 @@
<dependency>
<groupId>ec.nbb.ws</groupId>
<artifactId>ws-commons</artifactId>
<version>2.2.1-RC2</version>
<version>${ws-version}</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ec.nbb.demetra</groupId>
<artifactId>webservice-parent</artifactId>
<version>2.2.1-RC2</version>
<version>2.2.1</version>
<packaging>pom</packaging>
<name>JDemetra+ Web Service</name>
<modules>
Expand All @@ -15,7 +15,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<ws-version>2.2.1-RC2</ws-version>
<ws-version>2.2.1</ws-version>
<junit-version>4.12</junit-version>
<version.jersey>2.21</version.jersey>
<swagger.version>1.5.9</swagger.version>
Expand Down
2 changes: 1 addition & 1 deletion ws-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>ec.nbb.demetra</groupId>
<artifactId>webservice-parent</artifactId>
<version>2.2.1-RC2</version>
<version>2.2.1</version>
</parent>

<groupId>ec.nbb.ws</groupId>
Expand Down

0 comments on commit 2ddcadb

Please sign in to comment.