Skip to content

Commit

Permalink
develop(scion-rcp): prepare for next development iteration v0.0.9-SNA…
Browse files Browse the repository at this point in the history
…PSHOT
  • Loading branch information
github-actions authored and iachelini committed Jul 17, 2024
1 parent eb98240 commit c1be9f4
Show file tree
Hide file tree
Showing 25 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion ch.sbb.scion.rcp.coveragereport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>ch.sbb.scion</groupId>
<artifactId>scion-parent</artifactId>
<version>0.0.8</version>
<version>0.0.9-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion ch.sbb.scion.rcp.feature.test/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="ch.sbb.scion.rcp.feature.test"
label="Test"
version="0.0.8"
version="0.0.9.qualifier"
provider-name="SBB and Contributors">

<description url="https://github.com/SchweizerischeBundesbahnen/scion-rcp#readme">
Expand Down
2 changes: 1 addition & 1 deletion ch.sbb.scion.rcp.feature.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<parent>
<groupId>ch.sbb.scion</groupId>
<artifactId>scion-parent</artifactId>
<version>0.0.8</version>
<version>0.0.9-SNAPSHOT</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion ch.sbb.scion.rcp.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="ch.sbb.scion.rcp.feature"
label="ch.sbb.scion.rcp.feature"
version="0.0.8"
version="0.0.9.qualifier"
provider-name="SBB and Contributors">

<description url="https://github.com/SchweizerischeBundesbahnen/scion-rcp#readme">
Expand Down
2 changes: 1 addition & 1 deletion ch.sbb.scion.rcp.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<parent>
<groupId>ch.sbb.scion</groupId>
<artifactId>scion-parent</artifactId>
<version>0.0.8</version>
<version>0.0.9-SNAPSHOT</version>
</parent>
</project>
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="ch.sbb.scion.rcp.microfrontend.app.demo.product" uid="ch.sbb.scion.rcp.microfrontend.app.demo.product" id="ch.sbb.scion.rcp.microfrontend.app.demo.product" application="org.eclipse.e4.ui.workbench.swt.E4Application" version="0.0.8" useFeatures="true" includeLaunchers="true" autoIncludeRequirements="true">
<product name="ch.sbb.scion.rcp.microfrontend.app.demo.product" uid="ch.sbb.scion.rcp.microfrontend.app.demo.product" id="ch.sbb.scion.rcp.microfrontend.app.demo.product" application="org.eclipse.e4.ui.workbench.swt.E4Application" version="0.0.9.qualifier" useFeatures="true" includeLaunchers="true" autoIncludeRequirements="true">


<configIni use="default">
Expand Down
2 changes: 1 addition & 1 deletion ch.sbb.scion.rcp.microfrontend.app.demo.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>ch.sbb.scion</groupId>
<artifactId>scion-parent</artifactId>
<version>0.0.8</version>
<version>0.0.9-SNAPSHOT</version>
</parent>

<build>
Expand Down
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: RCP Application
Bundle-SymbolicName: ch.sbb.scion.rcp.microfrontend.app.demo;singleton:=true
Bundle-Version: 0.0.8
Bundle-Version: 0.0.9.qualifier
Bundle-Activator: ch.sbb.scion.rcp.microfrontend.app.demo.Activator
Require-Bundle: javax.inject,
org.eclipse.swt,
Expand Down
2 changes: 1 addition & 1 deletion ch.sbb.scion.rcp.microfrontend.app.demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>ch.sbb.scion</groupId>
<artifactId>scion-parent</artifactId>
<version>0.0.8</version>
<version>0.0.9-SNAPSHOT</version>
</parent>

</project>
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="SCION RCP Demo Application" uid="ch.sbb.scion.rcp.microfrontend.e3.app.demo.product" id="ch.sbb.scion.rcp.microfrontend.e3.app.demo.product" application="ch.sbb.scion.rcp.microfrontend.e3.app.demo.application" version="0.0.8" type="features" includeLaunchers="true" autoIncludeRequirements="true">
<product name="SCION RCP Demo Application" uid="ch.sbb.scion.rcp.microfrontend.e3.app.demo.product" id="ch.sbb.scion.rcp.microfrontend.e3.app.demo.product" application="ch.sbb.scion.rcp.microfrontend.e3.app.demo.application" version="0.0.9.qualifier" type="features" includeLaunchers="true" autoIncludeRequirements="true">

<configIni use="default">
</configIni>
Expand Down
2 changes: 1 addition & 1 deletion ch.sbb.scion.rcp.microfrontend.e3.app.demo.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>ch.sbb.scion</groupId>
<artifactId>scion-parent</artifactId>
<version>0.0.8</version>
<version>0.0.9-SNAPSHOT</version>
</parent>

<build>
Expand Down
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: ch.sbb.scion.rcp.microfrontend.e3.app.demo.test
Bundle-SymbolicName: ch.sbb.scion.rcp.microfrontend.e3.app.demo.test;singleton:=true
Bundle-Version: 0.0.8
Bundle-Version: 0.0.9.qualifier
Bundle-ActivationPolicy: lazy
Bundle-Vendor: SBB and Contributors
Bundle-RequiredExecutionEnvironment: JavaSE-17
Expand Down
2 changes: 1 addition & 1 deletion ch.sbb.scion.rcp.microfrontend.e3.app.demo.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>ch.sbb.scion</groupId>
<artifactId>scion-parent</artifactId>
<version>0.0.8</version>
<version>0.0.9-SNAPSHOT</version>
</parent>

<!--
Expand Down
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: Demo
Bundle-SymbolicName: ch.sbb.scion.rcp.microfrontend.e3.app.demo;singleton:=true
Bundle-Version: 0.0.8
Bundle-Version: 0.0.9.qualifier
Bundle-Activator: ch.sbb.scion.rcp.microfrontend.e3.app.demo.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion ch.sbb.scion.rcp.microfrontend.e3.app.demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>ch.sbb.scion</groupId>
<artifactId>scion-parent</artifactId>
<version>0.0.8</version>
<version>0.0.9-SNAPSHOT</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion ch.sbb.scion.rcp.microfrontend.targetplatform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>ch.sbb.scion</groupId>
<artifactId>scion-parent</artifactId>
<version>0.0.8</version>
<version>0.0.9-SNAPSHOT</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion ch.sbb.scion.rcp.microfrontend.test/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: SCION Microfrontend Platform Test Fragment
Bundle-SymbolicName: rcp-microfrontend-test;singleton:=true
Bundle-Version: 0.0.8
Bundle-Version: 0.0.9.qualifier
Bundle-Vendor: SBB and Contributors
Bundle-RequiredExecutionEnvironment: JavaSE-17
Fragment-Host: rcp-microfrontend
Expand Down
2 changes: 1 addition & 1 deletion ch.sbb.scion.rcp.microfrontend.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>ch.sbb.scion</groupId>
<artifactId>scion-parent</artifactId>
<version>0.0.8</version>
<version>0.0.9-SNAPSHOT</version>
</parent>

</project>
2 changes: 1 addition & 1 deletion ch.sbb.scion.rcp.microfrontend/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: SCION Microfrontend Platform
Bundle-SymbolicName: rcp-microfrontend;singleton:=true
Bundle-Version: 0.0.8
Bundle-Version: 0.0.9.qualifier
Bundle-Activator: ch.sbb.scion.rcp.microfrontend.Activator
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.swt,
Expand Down
2 changes: 1 addition & 1 deletion ch.sbb.scion.rcp.microfrontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>ch.sbb.scion</groupId>
<artifactId>scion-parent</artifactId>
<version>0.0.8</version>
<version>0.0.9-SNAPSHOT</version>
</parent>

<name>SCION Eclipse RCP Microfrontend Platform</name>
Expand Down
2 changes: 1 addition & 1 deletion ch.sbb.scion.rcp.swtbot.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="ch.sbb.scion.rcp.swtbot.feature"
label="ch.sbb.scion.rcp.swtbot.feature"
version="0.0.8">
version="0.0.9.qualifier">

<description url="https://github.com/SchweizerischeBundesbahnen/scion-rcp#readme">
This integration of the SCION Microfrontend Platform with Eclipse
Expand Down
2 changes: 1 addition & 1 deletion ch.sbb.scion.rcp.swtbot.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<parent>
<groupId>ch.sbb.scion</groupId>
<artifactId>scion-parent</artifactId>
<version>0.0.8</version>
<version>0.0.9-SNAPSHOT</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion ch.sbb.scion.rcp.workbench/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: SCION RCP Workbench
Bundle-SymbolicName: rcp-workbench;singleton:=true
Bundle-Version: 0.0.8
Bundle-Version: 0.0.9.qualifier
Bundle-Activator: ch.sbb.scion.rcp.workbench.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion ch.sbb.scion.rcp.workbench/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>ch.sbb.scion</groupId>
<artifactId>scion-parent</artifactId>
<version>0.0.8</version>
<version>0.0.9-SNAPSHOT</version>
</parent>

<name>SCION Eclipse RCP Workbench</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>ch.sbb.scion</groupId>
<artifactId>scion-parent</artifactId>
<version>0.0.8</version>
<version>0.0.9-SNAPSHOT</version>
<packaging>pom</packaging>

<licenses>
Expand Down Expand Up @@ -52,7 +52,7 @@
<!--connection>scm:git:ssh://github.com/SchweizerischeBundesbahnen/scion-rcp.git</connection> -->
<developerConnection>scm:git:https://github.com/SchweizerischeBundesbahnen/scion-rcp.git</developerConnection>
<url>https://github.com/SchweizerischeBundesbahnen/scion-rcp/tree/master</url>
<tag>0.0.8</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down

0 comments on commit c1be9f4

Please sign in to comment.