Skip to content

Commit 1ef4502

Browse files
committed
Release version 1.0.0
1 parent 10d1bc0 commit 1ef4502

11 files changed

Lines changed: 14 additions & 17 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
Metamodel-Modeling-Foundations:
7-
uses: PalladioSimulator/Palladio-Build-ActionsPipeline/.github/workflows/build.yml@v3.2
7+
uses: PalladioSimulator/Palladio-Build-ActionsPipeline/.github/workflows/build.yml@master
88
with:
99
use-display-output: true
1010
no-caching: true
1111
java-version: 17
1212
runner-label: ubuntu-latest
1313
deploy-updatesite: 'releng/tools.mdsd.modelingfoundations.updatesite/target/repository'
14+
release-version: 1.0.0
1415
secrets:
1516
SERVER_SSH_KEY: ${{ secrets.DEPLOYMENT_SERVER_SSH_KEY }}
1617
REMOTE_HOST: ${{ secrets.DEPLOYMENT_REMOTE_HOST }}

bundles/tools.mdsd.modelingfoundations.identifier.edit/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: tools.mdsd.modelingfoundations.identifier.edit;singleton:=true
55
Automatic-Module-Name: tools.mdsd.modelingfoundations.identifier.edit
6-
Bundle-Version: 1.0.0.qualifier
6+
Bundle-Version: 1.0.0
77
Bundle-ClassPath: .
88
Bundle-Activator: tools.mdsd.modelingfoundations.identifier.provider.ModelEditPlugin$Implementation
99
Bundle-Vendor: %providerName

bundles/tools.mdsd.modelingfoundations.identifier/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: tools.mdsd.modelingfoundations.identifier;singleton:=true
55
Automatic-Module-Name: tools.mdsd.modelingfoundations.identifier
6-
Bundle-Version: 0.1.0.qualifier
6+
Bundle-Version: 1.0.0
77
Bundle-ClassPath: .
88
Bundle-Vendor: %providerName
99
Bundle-Localization: plugin
@@ -14,5 +14,5 @@ Export-Package: tools.mdsd.modelingfoundations.identifier,
1414
Require-Bundle: org.eclipse.emf.ecore;visibility:=reexport,
1515
org.eclipse.core.runtime,
1616
org.eclipse.emf.cdo,
17-
tools.mdsd.modelingfoundations.workflow;bundle-version="0.1.0";resolution:=optional
17+
tools.mdsd.modelingfoundations.workflow;bundle-version="1.0.0";resolution:=optional
1818
Bundle-ActivationPolicy: lazy

features/tools.mdsd.modelingfoundations.identifier.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="tools.mdsd.modelingfoundations.identifier.feature"
44
label="MDSD.tools Modeling Foundations Identifier Feature"
5-
version="1.0.0.qualifier"
5+
version="1.0.0"
66
license-feature="tools.mdsd.license.epl2"
77
license-feature-version="1.0.0">
88

features/tools.mdsd.modelingfoundations.identifier.ui.feature/feature.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="tools.mdsd.modelingfoundations.identifier.ui.feature"
44
label="MDSD.tools Modeling Foundation Identifier UI Support Feature"
5-
version="1.0.0.qualifier"
5+
version="1.0.0"
66
license-feature="tools.mdsd.license.epl2"
77
license-feature-version="1.0.0">
88

@@ -12,7 +12,7 @@
1212

1313

1414
<requires>
15-
<import feature="tools.mdsd.modelingfoundations.identifier.feature" version="1.0.0.qualifier"/>
15+
<import feature="tools.mdsd.modelingfoundations.identifier.feature" version="1.0.0"/>
1616
</requires>
1717

1818
<plugin

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>tools.mdsd.modelingfoundations</groupId>
1212
<artifactId>parent</artifactId>
13-
<version>1.0.0-SNAPSHOT</version>
13+
<version>1.0.0</version>
1414
<packaging>pom</packaging>
1515

1616
<properties>

releng/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>tools.mdsd.modelingfoundations</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010
<artifactId>releng</artifactId>
1111
<packaging>pom</packaging>

releng/tools.mdsd.modelingfoundations.targetplatform/tp.target

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde version="3.8"?><target name="tools.mdsd.modelingfoundations Target Platform" sequenceNumber="1">
33
<locations>
4-
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit" filter="nightly" refresh="true">
5-
<repository location="https://updatesite.mdsd.tools/build-licensefeature/nightly/"/>
6-
<unit id="tools.mdsd.license.epl2.feature.group" version="0.0.0"/>
7-
</location>
8-
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit" filter="release" refresh="true">
4+
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit">
95
<repository location="https://updatesite.mdsd.tools/build-licensefeature/releases/latest/"/>
106
<unit id="tools.mdsd.license.epl2.feature.group" version="0.0.0"/>
117
</location>

releng/tools.mdsd.modelingfoundations.updatesite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>tools.mdsd.modelingfoundations</groupId>
77
<artifactId>releng</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
</parent>
1010

1111
<artifactId>tools.mdsd.modelingfoundations.updatesite</artifactId>

releng/tools.mdsd.modelingfoundations.workflow/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: Modeling Foundation Ecore Workflow
44
Bundle-SymbolicName: tools.mdsd.modelingfoundations.workflow
5-
Bundle-Version: 0.1.0.qualifier
5+
Bundle-Version: 1.0.0
66
Automatic-Module-Name: tools.mdsd.modelingfoundations.workflow
77
Require-Bundle: org.eclipse.emf.mwe.core,
88
org.eclipse.emf.mwe2.launch,

0 commit comments

Comments
 (0)