Skip to content

Commit 12eb257

Browse files
committed
Release 0.76.1
1 parent d6cd492 commit 12eb257

File tree

26 files changed

+37
-29
lines changed

26 files changed

+37
-29
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.76.1.qualifier
5+
Bundle-Version: 0.76.1
66
Import-Package: jakarta.inject,
77
name.abuchen.portfolio.ui,
88
name.abuchen.portfolio.ui.util

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

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

name.abuchen.portfolio.pdfbox3/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.76.1-SNAPSHOT</version>
10+
<version>0.76.1</version>
1111
<relativePath>../portfolio-app</relativePath>
1212
</parent>
1313

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.76.1.qualifier
5+
Bundle-Version: 0.76.1
66
Fragment-Host: name.abuchen.portfolio
77
Bundle-RequiredExecutionEnvironment: JavaSE-21
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.76.1-SNAPSHOT</version>
10+
<version>0.76.1</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.76.1.qualifier
5+
Bundle-Version: 0.76.1
66
Fragment-Host: name.abuchen.portfolio.ui
77
Bundle-RequiredExecutionEnvironment: JavaSE-21
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.76.1-SNAPSHOT</version>
10+
<version>0.76.1</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: Portfolio Platform UI
44
Bundle-SymbolicName: name.abuchen.portfolio.ui;singleton:=true
5-
Bundle-Version: 0.76.1.qualifier
5+
Bundle-Version: 0.76.1
66
Bundle-RequiredExecutionEnvironment: JavaSE-21
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.76.1-SNAPSHOT</version>
9+
<version>0.76.1</version>
1010
<relativePath>../portfolio-app</relativePath>
1111
</parent>
1212

name.abuchen.portfolio/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
5-
Bundle-Version: 0.76.1.qualifier
5+
Bundle-Version: 0.76.1
66
Bundle-RequiredExecutionEnvironment: JavaSE-21
77
Export-Package: name.abuchen.portfolio,
88
name.abuchen.portfolio.checks,

name.abuchen.portfolio/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.76.1-SNAPSHOT</version>
10+
<version>0.76.1</version>
1111
<relativePath>../portfolio-app</relativePath>
1212
</parent>
1313

portfolio-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>name.abuchen.portfolio</groupId>
77
<artifactId>portfolio-app</artifactId>
8-
<version>0.76.1-SNAPSHOT</version>
8+
<version>0.76.1</version>
99
<packaging>pom</packaging>
1010

1111
<name>Portfolio Performance</name>

portfolio-product/metainfo/info.portfolio_performance.PortfolioPerformance.metainfo.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@
3737
<keyword>investment</keyword>
3838
</keywords>
3939
<releases>
40+
<release version="0.76.1" date="2025-05-06">
41+
<description>
42+
<ul>
43+
<li>Experimental fix: Adjusted logic for downloading prices from Yahoo Finance.</li>
44+
<li xml:lang="de">Experimenteller Fix: Yahoo Finance als Kurslieferant erneut eingebunden.</li>
45+
</ul>
46+
</description>
47+
</release>
4048
<release version="0.76.0" date="2025-05-01">
4149
<description>
4250
<ul>

portfolio-product/name.abuchen.portfolio.distro.p2.inf

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

portfolio-product/name.abuchen.portfolio.distro.product

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?pde version="3.5"?>
33

4-
<product name="Portfolio Performance" uid="name.abuchen.portfolio.distro.product" id="name.abuchen.portfolio.bootstrap.product" application="org.eclipse.e4.ui.workbench.swt.E4Application" version="0.76.1.qualifier" type="features" includeLaunchers="true" autoIncludeRequirements="true">
4+
<product name="Portfolio Performance" uid="name.abuchen.portfolio.distro.product" id="name.abuchen.portfolio.bootstrap.product" application="org.eclipse.e4.ui.workbench.swt.E4Application" version="0.76.1" type="features" includeLaunchers="true" autoIncludeRequirements="true">
55

66

77
<configIni use="default">

portfolio-product/name.abuchen.portfolio.p2.inf

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

portfolio-product/name.abuchen.portfolio.product

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?pde version="3.5"?>
33

4-
<product name="Portfolio Performance" uid="name.abuchen.portfolio.product" id="name.abuchen.portfolio.bootstrap.product" application="org.eclipse.e4.ui.workbench.swt.E4Application" version="0.76.1.qualifier" type="features" includeLaunchers="true" autoIncludeRequirements="true">
4+
<product name="Portfolio Performance" uid="name.abuchen.portfolio.product" id="name.abuchen.portfolio.bootstrap.product" application="org.eclipse.e4.ui.workbench.swt.E4Application" version="0.76.1" type="features" includeLaunchers="true" autoIncludeRequirements="true">
55

66

77
<configIni use="default">

portfolio-product/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.76.1-SNAPSHOT</version>
10+
<version>0.76.1</version>
1111
<relativePath>../portfolio-app</relativePath>
1212
</parent>
1313

portfolio-target-definition/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.76.1-SNAPSHOT</version>
10+
<version>0.76.1</version>
1111
<relativePath>../portfolio-app</relativePath>
1212
</parent>
1313

0 commit comments

Comments
 (0)