Skip to content

Commit

Permalink
update to 1.2.1-SNAPSHOT (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenartur authored Dec 15, 2024
1 parent 02299bd commit f17cdc9
Show file tree
Hide file tree
Showing 64 changed files with 67 additions and 67 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<name>Sandbox central</name>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<tycho-version>4.0.10</tycho-version>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_cleanup_application/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: sandbox_cleanup_application
Bundle-SymbolicName: sandbox_cleanup_application;singleton:=true
Bundle-Vendor: sandbox
Bundle-Version: 1.2.0
Bundle-Version: 1.2.1.qualifier
Automatic-Module-Name: ui.sandbox.fragment
Bundle-RequiredExecutionEnvironment: JavaSE-21
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion sandbox_cleanup_application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>sandbox_cleanup_application</artifactId>
<name>Sandbox cleanup application</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_cleanup_application_feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="sandbox_cleanup_application_feature"
label="Sandbox Cleanup application feature"
version="1.2.0"
version="1.2.1.qualifier"
provider-name="sandbox">

<description>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_cleanup_application_feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>sandbox_cleanup_application_feature</artifactId>
<name>Sandbox cleanup application Feature</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_common/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: sandbox_common
Bundle-SymbolicName: sandbox_common;singleton:=true
Bundle-Vendor: sandbox
Bundle-Version: 1.2.0
Bundle-Version: 1.2.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-21
Bundle-ActivationPolicy: lazy
Eclipse-BuddyPolicy: global
Expand Down
2 changes: 1 addition & 1 deletion sandbox_common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>sandbox_common</artifactId>
<name>Sandbox common</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>sandbox_coverage</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_encoding_quickfix/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Automatic-Module-Name: sandbox.encoding.quickfix
Bundle-Name: Tool
Bundle-SymbolicName: sandbox_encoding_quickfix;singleton:=true
Bundle-Vendor: sandbox
Bundle-Version: 1.2.0
Bundle-Version: 1.2.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-21
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.filebuffers,
Expand Down
2 changes: 1 addition & 1 deletion sandbox_encoding_quickfix/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>sandbox_encoding_quickfix</artifactId>
<name>Sandbox encoding quickfix</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_encoding_quickfix_feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="sandbox_encoding_quickfix_feature"
label="Sandbox encoding quickfix feature"
version="1.2.0"
version="1.2.1.qualifier"
provider-name="sandbox">

<description>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_encoding_quickfix_feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>sandbox_encoding_quickfix_feature</artifactId>
<name>Sandbox encoding quickfix Feature</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_encoding_quickfix_test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Tool tests
Bundle-SymbolicName: sandbox_encoding_quickfix_test;singleton:=true
Bundle-Vendor: sandbox
Bundle-Version: 1.2.0
Bundle-Version: 1.2.1.qualifier
Fragment-Host: sandbox_encoding_quickfix
Bundle-RequiredExecutionEnvironment: JavaSE-21
Require-Bundle: org.junit,
Expand Down
2 changes: 1 addition & 1 deletion sandbox_encoding_quickfix_test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>sandbox_encoding_quickfix_test</artifactId>
<name>Sandbox encoding quickfix test</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_extra_search/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: sandbox_extra_search
Bundle-SymbolicName: sandbox_extra_search;singleton:=true
Bundle-Vendor: sandbox
Bundle-Version: 1.2.0
Bundle-Version: 1.2.1.qualifier
Automatic-Module-Name: ui.sandbox.fragment
Bundle-RequiredExecutionEnvironment: JavaSE-21
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion sandbox_extra_search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>sandbox_extra_search</artifactId>
<name>Sandbox extra search</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_extra_search_feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="sandbox_extra_search_feature"
label="Sandbox extra_search feature"
version="1.2.0"
version="1.2.1.qualifier"
provider-name="sandbox"
plugin="sandbox_extra_search">

Expand Down
2 changes: 1 addition & 1 deletion sandbox_extra_search_feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>sandbox_extra_search_feature</artifactId>
<name>Sandbox extra search Feature</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_functional_converter/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: functional_converter
Bundle-SymbolicName: sandbox_functional_converter;singleton:=true
Bundle-Version: 1.2.0
Bundle-Version: 1.2.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-21
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.filebuffers,
Expand Down
2 changes: 1 addition & 1 deletion sandbox_functional_converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>sandbox_functional_converter</artifactId>
<name>Sandbox functional converter</name>
Expand Down
4 changes: 2 additions & 2 deletions sandbox_functional_converter_feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="sandbox_functional_converter_feature"
label="Sandbox functional converter feature"
version="1.2.0"
version="1.2.1.qualifier"
provider-name="sandbox"
plugin="sandbox_functional_converter">

Expand Down Expand Up @@ -42,6 +42,6 @@

<plugin
id="sandbox_functional_converter"
version="1.2.0"/>
version="1.2.1.qualifier"/>

</feature>
2 changes: 1 addition & 1 deletion sandbox_functional_converter_feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>sandbox_functional_converter_feature</artifactId>
<name>Sandbox functional converter Feature</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_functional_converter_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: Tool tests
Bundle-SymbolicName: sandbox_functional_converter_test;singleton:=true
Bundle-Version: 1.2.0
Bundle-Version: 1.2.1.qualifier
Fragment-Host: sandbox_functional_converter
Bundle-RequiredExecutionEnvironment: JavaSE-21
Require-Bundle: sandbox_test_commons
Expand Down
2 changes: 1 addition & 1 deletion sandbox_functional_converter_test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>sandbox_functional_converter_test</artifactId>
<name>Sandbox functional converter test</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_jface_cleanup/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: jface_cleanup
Bundle-SymbolicName: sandbox_jface_cleanup;singleton:=true
Bundle-Version: 1.2.0
Bundle-Version: 1.2.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-21
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.filebuffers,
Expand Down
2 changes: 1 addition & 1 deletion sandbox_jface_cleanup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>sandbox_jface_cleanup</artifactId>
<name>Sandbox jface cleanup</name>
Expand Down
4 changes: 2 additions & 2 deletions sandbox_jface_cleanup_feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="sandbox_jface_cleanup_feature"
label="Sandbox jface cleanup feature"
version="1.2.0"
version="1.2.1.qualifier"
provider-name="sandbox"
plugin="sandbox_jface_cleanup">

Expand Down Expand Up @@ -38,6 +38,6 @@

<plugin
id="sandbox_jface_cleanup"
version="1.2.0"/>
version="1.2.1.qualifier"/>

</feature>
2 changes: 1 addition & 1 deletion sandbox_jface_cleanup_feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>sandbox_jface_cleanup_feature</artifactId>
<name>Sandbox jface cleanup Feature</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_jface_cleanup_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: jface cleanup tests
Bundle-SymbolicName: sandbox_jface_cleanup_test;singleton:=true
Bundle-Version: 1.2.0
Bundle-Version: 1.2.1.qualifier
Fragment-Host: sandbox_jface_cleanup
Bundle-RequiredExecutionEnvironment: JavaSE-21
Require-Bundle: org.junit,
Expand Down
2 changes: 1 addition & 1 deletion sandbox_jface_cleanup_test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>sandbox_jface_cleanup_test</artifactId>
<name>Sandbox jface cleanup test</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_junit_cleanup/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: junit cleanup
Bundle-SymbolicName: sandbox_junit_cleanup;singleton:=true
Bundle-Version: 1.2.0
Bundle-Version: 1.2.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-21
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.filebuffers,
Expand Down
2 changes: 1 addition & 1 deletion sandbox_junit_cleanup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>sandbox_junit_cleanup</artifactId>
<name>Sandbox junit cleanup</name>
Expand Down
4 changes: 2 additions & 2 deletions sandbox_junit_cleanup_feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="sandbox_junit_cleanup_feature"
label="Sandbox junit cleanup feature"
version="1.2.0"
version="1.2.1.qualifier"
provider-name="sandbox"
plugin="sandbox_junit_cleanup">

Expand Down Expand Up @@ -39,6 +39,6 @@

<plugin
id="sandbox_junit_cleanup"
version="1.2.0"/>
version="1.2.1.qualifier"/>

</feature>
2 changes: 1 addition & 1 deletion sandbox_junit_cleanup_feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>sandbox_junit_cleanup_feature</artifactId>
<name>Sandbox junit cleanup Feature</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_junit_cleanup_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: junit cleanup tests
Bundle-SymbolicName: sandbox_junit_cleanup_test;singleton:=true
Bundle-Version: 1.2.0
Bundle-Version: 1.2.1.qualifier
Fragment-Host: sandbox_junit_cleanup
Bundle-RequiredExecutionEnvironment: JavaSE-21
Require-Bundle: org.junit,
Expand Down
2 changes: 1 addition & 1 deletion sandbox_junit_cleanup_test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>sandbox_junit_cleanup_test</artifactId>
<name>Sandbox junit cleanup test</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_platform_helper/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Automatic-Module-Name: sandbox.platform.helper
Bundle-Name: sandbox plaform helper
Bundle-SymbolicName: sandbox_platform_helper;singleton:=true
Bundle-Vendor: sandbox
Bundle-Version: 1.2.0
Bundle-Version: 1.2.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-21
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.filebuffers,
Expand Down
2 changes: 1 addition & 1 deletion sandbox_platform_helper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>sandbox_platform_helper</artifactId>
<name>Sandbox platform helper</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_platform_helper_feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="sandbox_platform_helper_feature"
label="Sandbox platform helper feature"
version="1.2.0"
version="1.2.1.qualifier"
provider-name="sandbox"
plugin="sandbox_platform_helper">

Expand Down
2 changes: 1 addition & 1 deletion sandbox_platform_helper_feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>sandbox_platform_helper_feature</artifactId>
<name>Sandbox platform helper Feature</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_platform_helper_test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: platform helper tests
Bundle-SymbolicName: sandbox_platform_helper_test;singleton:=true
Bundle-Vendor: sandbox
Bundle-Version: 1.2.0
Bundle-Version: 1.2.1.qualifier
Fragment-Host: sandbox_platform_helper
Bundle-RequiredExecutionEnvironment: JavaSE-21
Require-Bundle: org.junit,
Expand Down
Loading

0 comments on commit f17cdc9

Please sign in to comment.