Skip to content

Commit ebb62f0

Browse files
committed
Versions bumbed to release version
1 parent 0498a6a commit ebb62f0

File tree

24 files changed

+27
-27
lines changed

24 files changed

+27
-27
lines changed

backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>eu.unifiedviews</groupId>
66
<artifactId>uv-core</artifactId>
7-
<version>2.2.1-SNAPSHOT</version>
7+
<version>2.2.1</version>
88
</parent>
99
<artifactId>backend</artifactId>
1010
<packaging>jar</packaging>

commons-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>eu.unifiedviews</groupId>
55
<artifactId>uv-core</artifactId>
6-
<version>2.2.1-SNAPSHOT</version>
6+
<version>2.2.1</version>
77
</parent>
88
<artifactId>commons-app</artifactId>
99
<name>commons-app</name>

dataunit-file-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>eu.unifiedviews</groupId>
66
<artifactId>uv-core</artifactId>
7-
<version>2.2.1-SNAPSHOT</version>
7+
<version>2.2.1</version>
88
</parent>
99
<artifactId>dataunit-file-impl</artifactId>
1010
<name>dataunit-file-impl</name>

dataunit-rdf-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>uv-core</artifactId>
66
<groupId>eu.unifiedviews</groupId>
7-
<version>2.2.1-SNAPSHOT</version>
7+
<version>2.2.1</version>
88
</parent>
99
<artifactId>dataunit-rdf-impl</artifactId>
1010
<name>dataunit-rdf-impl</name>

dataunit-rdf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>eu.unifiedviews</groupId>
66
<artifactId>uv-core</artifactId>
7-
<version>2.2.1-SNAPSHOT</version>
7+
<version>2.2.1</version>
88
</parent>
99
<artifactId>dataunit-rdf</artifactId>
1010
<name>dataunit-rdf</name>

dataunit-relational-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>uv-core</artifactId>
55
<groupId>eu.unifiedviews</groupId>
6-
<version>2.2.1-SNAPSHOT</version>
6+
<version>2.2.1</version>
77
</parent>
88

99
<groupId>eu.unifiedviews</groupId>

dataunit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>eu.unifiedviews</groupId>
55
<artifactId>uv-core</artifactId>
6-
<version>2.2.1-SNAPSHOT</version>
6+
<version>2.2.1</version>
77
</parent>
88
<artifactId>dataunit</artifactId>
99
<description>Base project for new DataUnit's implementations.</description>

debian/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>eu.unifiedviews</groupId>
77
<artifactId>uv-core</artifactId>
8-
<version>2.2.1-SNAPSHOT</version>
8+
<version>2.2.1</version>
99
</parent>
1010

1111
<groupId>eu.unifiedviews.packages</groupId>
@@ -28,7 +28,7 @@
2828
</modules>
2929

3030
<properties>
31-
<debian-package-version>2.2.1~</debian-package-version>
31+
<debian-package-version>2.2.1</debian-package-version>
3232
<debian-package-name>${project.build.directory}/${project.artifactId}-${debian-package-version}_all.deb</debian-package-name>
3333
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3434
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

debian/unifiedviews-backend-mysql/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>eu.unifiedviews.packages</groupId>
77
<artifactId>unifiedviews-packages</artifactId>
8-
<version>2.2.1-SNAPSHOT</version>
8+
<version>2.2.1</version>
99
</parent>
1010

1111
<groupId>eu.unifiedviews.packages</groupId>
@@ -19,7 +19,7 @@
1919
<!-- commons-app project -->
2020
<groupId>eu.unifiedviews</groupId>
2121
<artifactId>backend</artifactId>
22-
<version>2.2.1-SNAPSHOT</version>
22+
<version>2.2.1</version>
2323
</dependency>
2424
</dependencies>
2525

debian/unifiedviews-backend-pgsql/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>eu.unifiedviews.packages</groupId>
66
<artifactId>unifiedviews-packages</artifactId>
7-
<version>2.2.1-SNAPSHOT</version>
7+
<version>2.2.1</version>
88
</parent>
99

1010
<groupId>eu.unifiedviews.packages</groupId>
@@ -16,7 +16,7 @@
1616
<!-- commons-app project -->
1717
<groupId>eu.unifiedviews</groupId>
1818
<artifactId>backend</artifactId>
19-
<version>2.2.1-SNAPSHOT</version>
19+
<version>2.2.1</version>
2020
</dependency>
2121
</dependencies>
2222

0 commit comments

Comments
 (0)