Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release version 0.8.4 #74

Merged
merged 18 commits into from
Sep 9, 2024
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
8 changes: 0 additions & 8 deletions Jenkinsfile

This file was deleted.

22 changes: 11 additions & 11 deletions eclipse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>tools.mdsd</groupId>
<artifactId>eclipse-parent</artifactId>
<version>0.8.3</version>
<version>0.8.9</version>
<name>${project.artifactId}</name>
<description>A common parent POM for all Eclipse builds of MDSD.tools.</description>
<url>http://mdsd.tools</url>
Expand Down Expand Up @@ -39,7 +39,7 @@
</scm>

<properties>
<tycho.version>2.7.0</tycho.version>
<tycho.version>2.7.5</tycho.version>
<tycho-javadoc.version>2.2.0</tycho-javadoc.version>
<org.palladiosimulator.maven.tychotprefresh.version>0.2.6</org.palladiosimulator.maven.tychotprefresh.version>
<javadoc.args>
Expand Down Expand Up @@ -415,15 +415,15 @@
<plugin>
<groupId>org.eclipse.xtend</groupId>
<artifactId>xtend-maven-plugin</artifactId>
<version>2.26.0</version>
<version>2.29.0</version>
<executions>
<execution>
<goals>
<goal>compile</goal>
</goals>
<configuration>
<outputDirectory>xtend-gen</outputDirectory>
<javaSourceVersion>11</javaSourceVersion>
<javaSourceVersion>17</javaSourceVersion>
</configuration>
</execution>
</executions>
Expand All @@ -432,7 +432,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
<configuration>
<excludeDefaultDirectories>true</excludeDefaultDirectories>
<filesets>
Expand Down Expand Up @@ -461,7 +461,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.7</version>
<version>0.8.8</version>
<executions>
<execution>
<id>jacoco-prepare</id>
Expand Down Expand Up @@ -502,7 +502,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version>
<version>3.1.0</version>
<executions>
<execution>
<id>ExecuteMWE2LauncherForGenerate</id>
Expand Down Expand Up @@ -539,7 +539,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.6.0</version>
<version>3.1.0</version>
<executions>
<execution>
<id>ExecuteMWE2LauncherForClean</id>
Expand Down Expand Up @@ -675,7 +675,7 @@
<repository>
<id>cbi-aggregator</id>
<layout>p2</layout>
<url>http://download.eclipse.org/cbi/updates/aggregator/headless/4.20/</url>
<url>http://download.eclipse.org/cbi/updates/aggregator/headless/4.13/</url>
</repository>
<repository>
<id>Eclipse 2021-12</id>
Expand Down Expand Up @@ -729,7 +729,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.10.1</version>
<executions>
<execution>
<id>process-dagger-annotations</id>
Expand All @@ -754,7 +754,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
<executions>
<execution>
<id>clean-src-gen</id>
Expand Down
2 changes: 1 addition & 1 deletion eclipse/product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>tools.mdsd</groupId>
<artifactId>eclipse-parent</artifactId>
<version>0.8.3</version>
<version>0.8.9</version>
</parent>
<artifactId>eclipse-parent-product</artifactId>
<name>${project.artifactId}</name>
Expand Down
7 changes: 3 additions & 4 deletions eclipse/updatesite-notp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>tools.mdsd</groupId>
<artifactId>eclipse-parent</artifactId>
<version>0.8.3</version>
<version>0.8.9</version>
</parent>
<artifactId>eclipse-parent-updatesite-notp</artifactId>
<name>${project.artifactId}</name>
Expand Down Expand Up @@ -81,8 +81,7 @@
</file>
</activation>
<properties>
<tools.mdsd.dependencies.eclipse-version>2022-12</tools.mdsd.dependencies.eclipse-version>
<tools.mdsd.dependencies.ecoreworkflow-version>0.3.0</tools.mdsd.dependencies.ecoreworkflow-version>
<tools.mdsd.dependencies.eclipse-version>2023-03</tools.mdsd.dependencies.eclipse-version>
</properties>
<repositories>
<repository>
Expand All @@ -98,7 +97,7 @@
<repository>
<id>mdsd.tools-ecoreworkflow</id>
<layout>p2</layout>
<url>https://updatesite.mdsd.tools/ecore-workflow/releases/${tools.mdsd.dependencies.ecoreworkflow-version}</url>
<url>https://updatesite.mdsd.tools/ecore-workflow/releases/latest</url>
</repository>
</repositories>
</profile>
Expand Down
4 changes: 2 additions & 2 deletions eclipse/updatesite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>tools.mdsd</groupId>
<artifactId>eclipse-parent</artifactId>
<version>0.8.3</version>
<version>0.8.9</version>
</parent>
<artifactId>eclipse-parent-updatesite</artifactId>
<name>${project.artifactId}</name>
Expand All @@ -24,7 +24,7 @@
</file>
</activation>
<properties>
<org.palladiosimulator.maven.tychotprefresh.tplocation.0>tools.mdsd:eclipse-target-platforms:0.3.5:eclipse-modeling-2022-12:target</org.palladiosimulator.maven.tychotprefresh.tplocation.0>
<org.palladiosimulator.maven.tychotprefresh.tplocation.0>tools.mdsd:eclipse-target-platforms:0.3.8:eclipse-modeling-2023-03:target</org.palladiosimulator.maven.tychotprefresh.tplocation.0>
<org.palladiosimulator.maven.tychotprefresh.tpproject.groupId>${project.groupId}</org.palladiosimulator.maven.tychotprefresh.tpproject.groupId>
<org.palladiosimulator.maven.tychotprefresh.tpproject.artifactId>target-platform-merged-temporary</org.palladiosimulator.maven.tychotprefresh.tpproject.artifactId>
<org.palladiosimulator.maven.tychotprefresh.tpproject.version>1.0.0</org.palladiosimulator.maven.tychotprefresh.tpproject.version>
Expand Down
Loading