Skip to content

Commit d34fca6

Browse files
committed
Release 0.84.1
1 parent 7f78fa1 commit d34fca6

30 files changed

Lines changed: 45 additions & 37 deletions

File tree

features/org.eclipse.swt.patch/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="org.eclipse.swt.patch"
44
label="SWT Patch for Portfolio Performance"
5-
version="0.84.0"
5+
version="0.84.1"
66
provider-name="Portfolio Performance">
77

88
<!--

features/org.eclipse.swt.patch/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.84.0</version>
9+
<version>0.84.1</version>
1010
<relativePath>../../portfolio-app</relativePath>
1111
</parent>
1212

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.84.0
5+
Bundle-Version: 0.84.1
66
Export-Package: name.abuchen.portfolio.bootstrap
77
Import-Package: jakarta.inject
88
Bundle-RequiredExecutionEnvironment: JavaSE-21

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.84.0</version>
9+
<version>0.84.1</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.84.0"
5+
version="0.84.1"
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.84.0</version>
9+
<version>0.84.1</version>
1010
<relativePath>../portfolio-app</relativePath>
1111
</parent>
1212

name.abuchen.portfolio.junit/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: Test Helper Classes
44
Bundle-SymbolicName: name.abuchen.portfolio.junit
5-
Bundle-Version: 0.84.0
5+
Bundle-Version: 0.84.1
66
Export-Package: name.abuchen.portfolio.junit
77
Require-Bundle: name.abuchen.portfolio;bundle-version="0.59.6",
88
org.hamcrest.core;bundle-version="1.3.0",

name.abuchen.portfolio.junit/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.84.0</version>
10+
<version>0.84.1</version>
1111
<relativePath>../portfolio-app</relativePath>
1212
</parent>
1313

name.abuchen.portfolio.pdfbox1/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.pdfbox1
5-
Bundle-Version: 0.84.0
5+
Bundle-Version: 0.84.1
66
Bundle-RequiredExecutionEnvironment: JavaSE-21
77
Export-Package: name.abuchen.portfolio.pdfbox1
88
Import-Package: org.osgi.framework

name.abuchen.portfolio.pdfbox1/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.84.0</version>
10+
<version>0.84.1</version>
1111
<relativePath>../portfolio-app</relativePath>
1212
</parent>
1313

0 commit comments

Comments
 (0)