Skip to content

Commit

Permalink
update release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas-Boltz committed Oct 16, 2023
1 parent e194e33 commit eafcbd1
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 27 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion misc/masterthesis.tests.completion/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
<plugin>
</plugin>
50 changes: 25 additions & 25 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>
<parent>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.palladiosimulator</groupId>
<artifactId>eclipse-parent-updatesite</artifactId>
<version>0.8.7</version>
</parent>
<groupId>org.palladiosimulator.architecturaltemplates</groupId>
<artifactId>parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
<org.palladiosimulator.maven.tychotprefresh.tplocation.2>${project.basedir}/releng/org.palladiosimulator.architecturaltemplates.targetplatform/tp.target</org.palladiosimulator.maven.tychotprefresh.tplocation.2>
</properties>

<modules>
<module>bundles</module>
<module>features</module>
<module>tests</module>
<module>releng</module>
</modules>

</project>
<version>0.8.8</version>
</parent>
<groupId>org.palladiosimulator.architecturaltemplates</groupId>
<artifactId>parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
<org.palladiosimulator.maven.tychotprefresh.tplocation.2>${project.basedir}/releng/org.palladiosimulator.architecturaltemplates.targetplatform/tp.target</org.palladiosimulator.maven.tychotprefresh.tplocation.2>
</properties>

<modules>
<module>bundles</module>
<module>features</module>
<module>tests</module>
<module>releng</module>
</modules>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<unit id="org.eclipse.m2m.qvt.oml.feature.group" version="0.0.0"/>
<unit id="org.eclipse.m2m.qvt.oml.runtime.feature.group" version="0.0.0"/>
<unit id="org.eclipse.ocl.unified.core.feature.group" version="0.0.0"/>
<repository location="https://download.eclipse.org/releases/2022-12/202212071000/"/>
<repository location="https://download.eclipse.org/releases/2023-06/202306141000/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="false" type="InstallableUnit" refresh="true">
<unit id="LIMBO_DLIM.feature.group" version="0.0.0"/>
Expand Down

0 comments on commit eafcbd1

Please sign in to comment.