Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3f5dfbd

Browse files
committed
Release 0.39.2
1 parent d021a8e commit 3f5dfbd

File tree

19 files changed

+23
-23
lines changed

19 files changed

+23
-23
lines changed

name.abuchen.portfolio.bootstrap/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: Portfolio Performance Bootstrap
44
Bundle-SymbolicName: name.abuchen.portfolio.bootstrap;singleton:=true
5-
Bundle-Version: 0.39.2.qualifier
5+
Bundle-Version: 0.39.2
66
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
77
Require-Bundle: javax.inject;bundle-version="1.0.0",
88
org.eclipse.emf.common,

name.abuchen.portfolio.bootstrap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>name.abuchen.portfolio</groupId>
88
<artifactId>portfolio-app</artifactId>
9-
<version>0.39.2-SNAPSHOT</version>
9+
<version>0.39.2</version>
1010
<relativePath>../portfolio-app</relativePath>
1111
</parent>
1212

name.abuchen.portfolio.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="name.abuchen.portfolio.feature"
44
label="Portfolio Performance"
5-
version="0.39.2.qualifier"
5+
version="0.39.2"
66
provider-name="Andreas Buchen">
77

88
<description url="http://buchen.github.io/portfolio/">

name.abuchen.portfolio.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>name.abuchen.portfolio</groupId>
88
<artifactId>portfolio-app</artifactId>
9-
<version>0.39.2-SNAPSHOT</version>
9+
<version>0.39.2</version>
1010
<relativePath>../portfolio-app</relativePath>
1111
</parent>
1212

name.abuchen.portfolio.tests/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: Portfolio Performance Tests
44
Bundle-SymbolicName: name.abuchen.portfolio.tests
5-
Bundle-Version: 0.39.2.qualifier
5+
Bundle-Version: 0.39.2
66
Fragment-Host: name.abuchen.portfolio
77
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
88
Bundle-Vendor: Andreas Buchen

name.abuchen.portfolio.tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>name.abuchen.portfolio</groupId>
99
<artifactId>portfolio-app</artifactId>
10-
<version>0.39.2-SNAPSHOT</version>
10+
<version>0.39.2</version>
1111
<relativePath>../portfolio-app</relativePath>
1212
</parent>
1313

name.abuchen.portfolio.ui.tests/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: Portfolio Performance UI Tests
44
Bundle-SymbolicName: name.abuchen.portfolio.ui.tests
5-
Bundle-Version: 0.39.2.qualifier
5+
Bundle-Version: 0.39.2
66
Fragment-Host: name.abuchen.portfolio.ui
77
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
88
Bundle-Vendor: Andreas Buchen

name.abuchen.portfolio.ui.tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>name.abuchen.portfolio</groupId>
99
<artifactId>portfolio-app</artifactId>
10-
<version>0.39.2-SNAPSHOT</version>
10+
<version>0.39.2</version>
1111
<relativePath>../portfolio-app</relativePath>
1212
</parent>
1313

name.abuchen.portfolio.ui/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: %Bundle-Name
44
Bundle-SymbolicName: name.abuchen.portfolio.ui;singleton:=true
5-
Bundle-Version: 0.39.2.qualifier
5+
Bundle-Version: 0.39.2
66
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
77
Bundle-ActivationPolicy: lazy
88
Bundle-Activator: name.abuchen.portfolio.ui.PortfolioPlugin

name.abuchen.portfolio.ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>name.abuchen.portfolio</groupId>
88
<artifactId>portfolio-app</artifactId>
9-
<version>0.39.2-SNAPSHOT</version>
9+
<version>0.39.2</version>
1010
<relativePath>../portfolio-app</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)