Skip to content

Commit f7ddb16

Browse files
committed
Next development version 0.77.2-SNAPSHOT
1 parent ebd761d commit f7ddb16

23 files changed

Lines changed: 26 additions & 26 deletions

File tree

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

0 commit comments

Comments
 (0)