Skip to content

Commit

Permalink
Setting version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luis100 committed Apr 17, 2018
1 parent 81e57d4 commit 3ca782c
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 24 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<url>http://roda.keep.pt/</url>
<groupId>org.roda-project</groupId>
<artifactId>roda</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<packaging>pom</packaging>
<description>RODA is a full-featured open-source digital preservation repository providing all the functionality
prescribed by the OAIS reference model.
Expand Down Expand Up @@ -644,34 +644,34 @@
<groupId>org.roda-project</groupId>
<artifactId>roda-common-data</artifactId>
<classifier>sources</classifier>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.roda-project</groupId>
<artifactId>roda-common-data</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.roda-project</groupId>
<artifactId>roda-common-utils</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.roda-project</groupId>
<artifactId>roda-core</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.roda-project</groupId>
<artifactId>roda-core-tests</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.roda-project</groupId>
<artifactId>roda-core-tests</artifactId>
<type>test-jar</type>
<scope>test</scope>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</dependency>
<!-- RODA own modules dependencies - end -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion roda-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.roda-project</groupId>
<artifactId>roda</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion roda-common/roda-common-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.roda-project</groupId>
<artifactId>roda-common</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion roda-common/roda-common-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.roda-project</groupId>
<artifactId>roda-common</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<build>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
/*
* Copyright 2012 Decebal Suiu
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with
* the License. You may obtain a copy of the License in the LICENSE file, or at:
*
* http://www.apache.org/licenses/LICENSE-2.0
/**
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
* https://github.com/keeps/roda
*/
package org.roda.core.util;

Expand Down
2 changes: 1 addition & 1 deletion roda-core/roda-core-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.roda-project</groupId>
<artifactId>roda</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>../..</relativePath>
</parent>
<profiles>
Expand Down
2 changes: 1 addition & 1 deletion roda-core/roda-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.roda-project</groupId>
<artifactId>roda</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>../..</relativePath>
</parent>
<profiles>
Expand Down
2 changes: 1 addition & 1 deletion roda-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.roda-project</groupId>
<artifactId>roda</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion roda-ui/roda-wui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.roda-project</groupId>
<artifactId>roda-ui</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>..</relativePath>
</parent>
<packaging>war</packaging>
Expand Down

0 comments on commit 3ca782c

Please sign in to comment.