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

Skip to content

Commit dc32606

Browse files
committed
Release 0.43.0
1 parent a9d3cdb commit dc32606

File tree

19 files changed

+24
-24
lines changed

19 files changed

+24
-24
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.42.2.qualifier
5+
Bundle-Version: 0.43.0
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.42.2-SNAPSHOT</version>
9+
<version>0.43.0</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.42.2.qualifier"
5+
version="0.43.0"
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.42.2-SNAPSHOT</version>
9+
<version>0.43.0</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.42.2.qualifier
5+
Bundle-Version: 0.43.0
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.42.2-SNAPSHOT</version>
10+
<version>0.43.0</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.42.2.qualifier
5+
Bundle-Version: 0.43.0
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.42.2-SNAPSHOT</version>
10+
<version>0.43.0</version>
1111
<relativePath>../portfolio-app</relativePath>
1212
</parent>
1313

name.abuchen.portfolio.ui/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
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.42.2.qualifier
5+
Bundle-Version: 0.43.0
66
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
77
Bundle-ActivationPolicy: lazy
88
Bundle-Activator: name.abuchen.portfolio.ui.PortfolioPlugin
@@ -96,7 +96,7 @@ Import-Package: com.google.common.collect;version="23.5.0",
9696
org.osgi.service.prefs,
9797
org.swtchart
9898
Require-Bundle: com.ibm.icu,
99-
name.abuchen.portfolio;bundle-version="0.42.2",
99+
name.abuchen.portfolio;bundle-version="0.43.0",
100100
org.eclipse.nebula.cwt,
101101
org.eclipse.ui.forms
102102
Automatic-Module-Name: name.abuchen.portfolio.ui

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.42.2-SNAPSHOT</version>
9+
<version>0.43.0</version>
1010
<relativePath>../portfolio-app</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)