Skip to content

Commit ab100a8

Browse files
committed
Release 1.0.0.
1 parent b4592ee commit ab100a8

7 files changed

Lines changed: 52 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
### Added
10+
11+
### Changed
12+
13+
### Deprecated
14+
15+
### Removed
16+
17+
### Fixed
18+
19+
### Security
20+
21+
## [1.0.0] - 2026-05-03
22+
23+
Initial release, which adds these features with their own versions:
24+
25+
* Lua Grammar and Metamodel 0.1.0
26+
* Xtext grammar for Lua 5.1 based on [Melange](https://melange.inria.fr/)
27+
* Corresponding Lua metamodel
28+
* Generated parser for creating Lua models from Lua source code
29+
* Generated serializer for creating Lua source code from Lua models
30+
* Resolution of references within a Lua model (incomplete)
31+
* Instrumentation Metamodel 1.0.0
32+
* Enables modeling of instrumentation points for SEFF actions in the [Palladio Component Model](https://github.com/PalladioSimulator)
33+
* Supported Java version: Java 11
34+
* Supported Eclipse Modeling Tools IDE version: 2022-09
35+
36+
[Unreleased]: https://github.com/CIPM-tools/Metamodels/compare/releases/v1.0.0...HEAD
37+
[1.0.0]: https://github.com/CIPM-tools/Metamodels/releases/tag/v1.0.0

metamodels.p2/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>tools.cipm</groupId>
1313
<artifactId>metamodels.parent</artifactId>
14-
<version>1.0.0-SNAPSHOT</version>
14+
<version>1.0.0</version>
1515
</parent>
1616

1717
<build>
@@ -32,11 +32,11 @@
3232
<!-- specify your depencies here -->
3333
<!-- groupId:artifactId:version -->
3434
<artifact>
35-
<id>tools.cipm:tools.cipm.models.instrumentation:1.0.0-SNAPSHOT</id>
35+
<id>tools.cipm:tools.cipm.models.instrumentation:1.0.0</id>
3636
<transitive>false</transitive>
3737
</artifact>
3838
<artifact>
39-
<id>tools.cipm:org.xtext.lua:0.1.0-SNAPSHOT</id>
39+
<id>tools.cipm:org.xtext.lua:0.1.0</id>
4040
<transitive>false</transitive>
4141
</artifact>
4242
</artifacts>
@@ -56,12 +56,12 @@ All rights reserved. This program and the accompanying materials are made partly
5656
<generateSourceFeature>false</generateSourceFeature>
5757
<artifacts>
5858
<artifact>
59-
<id>tools.cipm:tools.cipm.models.instrumentation:1.0.0-SNAPSHOT</id>
59+
<id>tools.cipm:tools.cipm.models.instrumentation:1.0.0</id>
6060
<transitive>false</transitive>
6161
<source>false</source>
6262
</artifact>
6363
<artifact>
64-
<id>tools.cipm:org.xtext.lua:0.1.0-SNAPSHOT</id>
64+
<id>tools.cipm:org.xtext.lua:0.1.0</id>
6565
<transitive>false</transitive>
6666
<source>false</source>
6767
</artifact>
@@ -96,12 +96,12 @@ All rights reserved. This program and the accompanying materials are made partly
9696
<dependency>
9797
<groupId>tools.cipm</groupId>
9898
<artifactId>tools.cipm.models.instrumentation</artifactId>
99-
<version>1.0.0-SNAPSHOT</version>
99+
<version>1.0.0</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>tools.cipm</groupId>
103103
<artifactId>org.xtext.lua</artifactId>
104-
<version>0.1.0-SNAPSHOT</version>
104+
<version>0.1.0</version>
105105
</dependency>
106106
</dependencies>
107107
</project>

org.xtext.lua/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: org.xtext.lua
44
Bundle-SymbolicName: org.xtext.lua;singleton:=true
5-
Bundle-Version: 0.0.1.qualifier
6-
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
5+
Bundle-Version: 0.1.0
6+
Bundle-RequiredExecutionEnvironment: JavaSE-11
77
Bundle-ActivationPolicy: lazy
88
Export-Package: org.xtext.lua,
99
org.xtext.lua.generator,

org.xtext.lua/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
<modelVersion>4.0.0</modelVersion>
77
<artifactId>org.xtext.lua</artifactId>
8-
<version>0.1.0-SNAPSHOT</version>
8+
<version>0.1.0</version>
99
<packaging>jar</packaging>
1010
<name>Lua Parser and Metamodel</name>
1111

1212
<parent>
1313
<groupId>tools.cipm</groupId>
1414
<artifactId>metamodels.parent</artifactId>
15-
<version>1.0.0-SNAPSHOT</version>
15+
<version>1.0.0</version>
1616
</parent>
1717

1818
<build>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>tools.cipm</groupId>
99
<artifactId>metamodels.parent</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>1.0.0</version>
1111
<packaging>pom</packaging>
1212
<name>CIPM Metamodels</name>
1313
<description>This package contains different metamodels for CIPM.</description>

tools.cipm.models.instrumentation/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.cipm.models.instrumentation;singleton:=true
55
Automatic-Module-Name: tools.cipm.models.instrumentation
6-
Bundle-Version: 1.0.0.qualifier
6+
Bundle-Version: 1.0.0
77
Bundle-ClassPath: .
88
Bundle-Vendor: %providerName
99
Bundle-Localization: plugin

tools.cipm.models.instrumentation/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
<modelVersion>4.0.0</modelVersion>
77
<artifactId>tools.cipm.models.instrumentation</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
<packaging>jar</packaging>
1010
<name>Instrumentation Metamodel</name>
1111

1212
<parent>
1313
<groupId>tools.cipm</groupId>
1414
<artifactId>metamodels.parent</artifactId>
15-
<version>1.0.0-SNAPSHOT</version>
15+
<version>1.0.0</version>
1616
</parent>
1717

1818
<repositories>

0 commit comments

Comments
 (0)