Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Commit

Permalink
Release Version 0.4.0 (#46)
Browse files Browse the repository at this point in the history
* Update version to 0.4.0
* Update gem-config branch version
* Update CHANGELOG
  • Loading branch information
d-gs committed Nov 9, 2021
1 parent 6f1d170 commit b9cb02a
Show file tree
Hide file tree
Showing 21 changed files with 24 additions and 21 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning (SemVer)](http://semver.org/).

## [Unreleased]

## [0.4.0]

### Added

* Plug-in interface to create several services based on configuration
Expand All @@ -32,4 +34,5 @@ First pre-release.


[Unreleased]: https://github.com/aposin/gem/tree/main
[0.4.0]: https://github.com/aposin/gem/releases/tag/v0.4.0
[0.3.0]: https://github.com/aposin/gem/releases/tag/v0.3.0
2 changes: 1 addition & 1 deletion bundles/org.aposin.gem.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: GEM Core
Bundle-SymbolicName: org.aposin.gem.core;singleton:=true
Bundle-Version: 0.3.1.qualifier
Bundle-Version: 0.4.0.qualifier
Automatic-Module-Name: org.aposin.gem.core
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Vendor: Association for the promotion of open-source insurance software and for the establishment of open interface standards in the insurance industry (Verein zur Foerderung quelloffener Versicherungssoftware und Etablierung offener Schnittstellenstandards in der Versicherungsbranche)
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.aposin.gem.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.aposin.gem</groupId>
<artifactId>org.aposin.gem.bundles</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>

<name>GEM Core</name>
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.aposin.gem.github/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: GEM Github Itegration
Bundle-SymbolicName: org.aposin.gem.github
Bundle-Version: 0.3.1.qualifier
Bundle-Version: 0.4.0.qualifier
Bundle-Activator: org.aposin.gem.github.Activator
Require-Bundle: org.aposin.gem.core,
org.aposin.gem.ui
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.aposin.gem.logging/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: GEM Logging
Bundle-SymbolicName: org.aposin.gem.logging
Bundle-Version: 0.3.1.qualifier
Bundle-Version: 0.4.0.qualifier
Bundle-Activator: org.aposin.gem.logging.Activator
Bundle-Vendor: Association for the promotion of open-source insurance software and for the establishment of open interface standards in the insurance industry (Verein zur Foerderung quelloffener Versicherungssoftware und Etablierung offener Schnittstellenstandards in der Versicherungsbranche)
Require-Bundle: org.slf4j.api,
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.aposin.gem.oomph/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: GEM Eclipse-Oomph Integration
Bundle-SymbolicName: org.aposin.gem.oomph;singleton:=true
Bundle-Version: 0.3.1.qualifier
Bundle-Version: 0.4.0.qualifier
Automatic-Module-Name: org.aposin.gem.oomph
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Vendor: Association for the promotion of open-source insurance software and for the establishment of open interface standards in the insurance industry (Verein zur Foerderung quelloffener Versicherungssoftware und Etablierung offener Schnittstellenstandards in der Versicherungsbranche)
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.aposin.gem.tortoisegit/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: GEM Integration for TortoiseGit
Bundle-SymbolicName: org.aposin.gem.tortoisegit;singleton:=true
Bundle-Version: 0.3.1.qualifier
Bundle-Version: 0.4.0.qualifier
Bundle-Activator: org.aposin.gem.tortoisegit.Activator
Require-Bundle: org.aposin.gem.core,
org.aposin.gem.ui
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.aposin.gem.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: GEM Core UI
Bundle-SymbolicName: org.aposin.gem.ui;singleton:=true
Bundle-Version: 0.3.1.qualifier
Bundle-Version: 0.4.0.qualifier
Bundle-Activator: org.aposin.gem.ui.Activator
Require-Bundle: org.aposin.gem.core,
org.aposin.gem.logging,
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.aposin.gem.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.aposin.gem</groupId>
<artifactId>org.aposin.gem.bundles</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>

<name>GEM UI</name>
Expand Down
2 changes: 1 addition & 1 deletion bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.aposin.gem</groupId>
<artifactId>org.aposin.gem.root</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>

<artifactId>org.aposin.gem.bundles</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.aposin.gem.core.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.aposin.gem.core.feature"
label="GEM Core Feature"
version="0.3.1.qualifier"
version="0.4.0.qualifier"
provider-name="Association for the promotion of open-source insurance software and for the establishment of open interface standards in the insurance industry (Verein zur Foerderung quelloffener Versicherungssoftware und Etablierung offener Schnittstellenstandards in der Versicherungsbranche)">

<description url="http://www.example.com/description">
Expand Down
2 changes: 1 addition & 1 deletion features/org.aposin.gem.extras.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.aposin.gem.extras.feature"
label="GEM Extras Feature"
version="0.3.1.qualifier"
version="0.4.0.qualifier"
provider-name="Association for the promotion of open-source insurance software and for the establishment of open interface standards in the insurance industry (Verein zur Foerderung quelloffener Versicherungssoftware und Etablierung offener Schnittstellenstandards in der Versicherungsbranche)">

<description url="http://www.example.com/description">
Expand Down
2 changes: 1 addition & 1 deletion features/org.aposin.gem.thirdparty.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.aposin.gem.thirdparty.feature"
label="GEM Thirdparty Components"
version="0.3.1.qualifier"
version="0.4.0.qualifier"
provider-name="Association for the promotion of open-source insurance software and for the establishment of open interface standards in the insurance industry (Verein zur Foerderung quelloffener Versicherungssoftware und Etablierung offener Schnittstellenstandards in der Versicherungsbranche)">

<description>
Expand Down
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.aposin.gem</groupId>
<artifactId>org.aposin.gem.root</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>

<artifactId>org.aposin.gem.features</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>org.aposin.gem.root</artifactId>
<packaging>pom</packaging>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>

<modules>
<module>bundles</module>
Expand Down
4 changes: 2 additions & 2 deletions products/org.aposin.gem.product/org.aposin.gem.ui.product
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="org.aposin.gem.ui" uid="GEM" id="org.aposin.gem.ui.product" application="org.eclipse.e4.ui.workbench.swt.E4Application" version="0.3.1.qualifier" useFeatures="true" includeLaunchers="true">
<product name="org.aposin.gem.ui" uid="GEM" id="org.aposin.gem.ui.product" application="org.eclipse.e4.ui.workbench.swt.E4Application" version="0.4.0.qualifier" useFeatures="true" includeLaunchers="true">

<configIni use="default">
</configIni>
Expand All @@ -10,7 +10,7 @@
<vmArgs>-Xmx75M
-Dswt.autoScale=true
[email protected]:aposin/gem-config.git
-Dorg.aposin.gem.gitconfig.branch=main
-Dorg.aposin.gem.gitconfig.branch=v0.4.0
-Dorg.aposin.gem.gitconfig.file=root.conf
</vmArgs>
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
Expand Down
2 changes: 1 addition & 1 deletion products/org.aposin.gem.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.aposin.gem</groupId>
<artifactId>org.aposin.gem.products</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>

<artifactId>org.aposin.gem.product</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion products/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.aposin.gem</groupId>
<artifactId>org.aposin.gem.root</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>

<artifactId>org.aposin.gem.products</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion releng/org.aposin.gem.targetdefinition/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.aposin.gem</groupId>
<artifactId>org.aposin.gem.releng</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>

<artifactId>org.aposin.gem.targetdefinition</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion releng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.aposin.gem</groupId>
<artifactId>org.aposin.gem.root</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>

<artifactId>org.aposin.gem.releng</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.aposin.gem</groupId>
<artifactId>org.aposin.gem.root</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.4.0-SNAPSHOT</version>
</parent>

<artifactId>org.aposin.gem.test</artifactId>
Expand Down

0 comments on commit b9cb02a

Please sign in to comment.