Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: AADL Language Server
Bundle-SymbolicName: org.osate.aadl.ls;singleton:=true
Bundle-Version: 0.1.0
Bundle-Version: 0.2.0.qualifier
Bundle-Vendor: CMU-SEI
Automatic-Module-Name: org.osate.aadl.ls
Bundle-RequiredExecutionEnvironment: JavaSE-21
Expand Down
4 changes: 2 additions & 2 deletions aadl-language-server/org.osate.aadl.ls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
<parent>
<groupId>org.osate</groupId>
<artifactId>aadl.ls.parent</artifactId>
<version>0.1.0</version>
<version>0.2.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

<groupId>org.osate</groupId>
<artifactId>org.osate.aadl.ls</artifactId>
<version>0.1.0</version>
<version>0.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
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: AADL Language Server Tests
Bundle-SymbolicName: org.osate.aadl.ls.tests;singleton:=true
Bundle-Version: 0.1.0
Bundle-Version: 0.2.0.qualifier
Bundle-Vendor: CMU-SEI
Fragment-Host: org.osate.aadl.ls
Automatic-Module-Name: org.osate.aadl.ls.tests
Expand Down
4 changes: 2 additions & 2 deletions aadl-language-server/plugins/org.osate.aadl.ls.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
<parent>
<groupId>org.osate</groupId>
<artifactId>aadl.ls.parent</artifactId>
<version>0.1.0</version>
<version>0.2.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

<groupId>org.osate</groupId>
<artifactId>org.osate.aadl.ls.tests</artifactId>
<version>0.1.0</version>
<version>0.2.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

<build>
Expand Down
2 changes: 1 addition & 1 deletion aadl-language-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</parent>

<artifactId>aadl.ls.parent</artifactId>
<version>0.1.0</version>
<version>0.2.0-SNAPSHOT</version>
<packaging>pom</packaging>

<repositories>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.osate</groupId>
<artifactId>aadl.ls.parent</artifactId>
<version>0.1.0</version>
<version>0.2.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
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.osate</groupId>
<artifactId>aadl-language-server-aggregator</artifactId>
<version>0.1.0</version>
<version>0.2.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.osate</groupId>
<artifactId>aadl-language-server-aggregator</artifactId>
<version>0.1.0</version>
<version>0.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Loading