Skip to content

Commit 7af8b73

Browse files
committed
Merge branch 'release/2.19.3'
2 parents 819e549 + 61bc407 commit 7af8b73

File tree

33 files changed

+64
-56
lines changed

33 files changed

+64
-56
lines changed

doc/com.minres.scviewer.doc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.minres.scviewer</groupId>
99
<artifactId>com.minres.scviewer.parent</artifactId>
10-
<version>2.19.1</version>
10+
<version>2.19.3</version>
1111
<relativePath>../..</relativePath>
1212
</parent>
1313

features/com.minres.scviewer.database.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.minres.scviewer</groupId>
77
<artifactId>com.minres.scviewer.parent</artifactId>
8-
<version>2.19.1</version>
8+
<version>2.19.3</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111
<version>3.0.0-SNAPSHOT</version>

features/com.minres.scviewer.e4.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.minres.scviewer</groupId>
77
<artifactId>com.minres.scviewer.parent</artifactId>
8-
<version>2.19.1</version>
8+
<version>2.19.3</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111
<version>1.1.0-SNAPSHOT</version>

features/com.minres.scviewer.e4.help.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.minres.scviewer</groupId>
77
<artifactId>com.minres.scviewer.parent</artifactId>
8-
<version>2.19.1</version>
8+
<version>2.19.3</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111
<version>1.0.0-SNAPSHOT</version>

features/com.minres.scviewer.e4.platform.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.minres.scviewer</groupId>
77
<artifactId>com.minres.scviewer.parent</artifactId>
8-
<version>2.19.1</version>
8+
<version>2.19.3</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111
<version>1.0.0-SNAPSHOT</version>

features/com.minres.scviewer.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.minres.scviewer</groupId>
77
<artifactId>com.minres.scviewer.parent</artifactId>
8-
<version>2.19.1</version>
8+
<version>2.19.3</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111
<version>1.1.0-SNAPSHOT</version>

features/com.minres.scviewer.ui.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.minres.scviewer</groupId>
77
<artifactId>com.minres.scviewer.parent</artifactId>
8-
<version>2.19.1</version>
8+
<version>2.19.3</version>
99
<relativePath>../..</relativePath>
1010
</parent>
1111
<version>1.1.0-SNAPSHOT</version>

plugins/com.minres.scviewer.database.fst/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.minres.scviewer</groupId>
88
<artifactId>com.minres.scviewer.parent</artifactId>
9-
<version>2.19.1</version>
9+
<version>2.19.3</version>
1010
<relativePath>../..</relativePath>
1111
</parent>
1212
<packaging>eclipse-plugin</packaging>

plugins/com.minres.scviewer.database.ftr/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: CBOR transaction database
44
Bundle-SymbolicName: com.minres.scviewer.database.ftr
5-
Bundle-Version: 1.0.1.qualifier
5+
Bundle-Version: 1.0.2.qualifier
66
Bundle-Vendor: MINRES Technologies GmbH
77
Bundle-RequiredExecutionEnvironment: JavaSE-11
88
Import-Package: org.osgi.framework;version="1.3.0",

plugins/com.minres.scviewer.database.ftr/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>com.minres.scviewer.database.ftr</artifactId>
5-
<version>1.0.1-SNAPSHOT</version>
5+
<version>1.0.2-SNAPSHOT</version>
66
<parent>
77
<groupId>com.minres.scviewer</groupId>
88
<artifactId>com.minres.scviewer.parent</artifactId>
9-
<version>2.19.1</version>
9+
<version>2.19.3</version>
1010
<relativePath>../..</relativePath>
1111
</parent>
1212
<packaging>eclipse-plugin</packaging>

0 commit comments

Comments
 (0)