Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit af1473a

Browse files
committed
Fix mismatched maven versions
1 parent 7bfd12b commit af1473a

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<extension>
44
<groupId>org.eclipse.tycho</groupId>
55
<artifactId>tycho-build</artifactId>
6-
<version>2.7.5</version>
6+
<version>4.0.9</version>
77
</extension>
88
</extensions>
99

features/org.dataflowanalysis.standalone.feature/.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>org.dataflowanalysis.converter.feature</name>
3+
<name>org.dataflowanalysis.standalone.feature</name>
44
<comment></comment>
55
<projects>
66
</projects>

features/org.dataflowanalysis.standalone.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<feature
33
id="org.dataflowanalysis.standalone.feature"
4-
label="standalone Feature"
4+
label="Standalone DFA Feature"
55
version="1.0.0.qualifier"
66
plugin="org.palladiosimulator.branding">
77

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<packaging>pom</packaging>
88

99
<properties>
10-
<tycho.version>2.7.5</tycho.version>
10+
<tycho.version>4.0.9</tycho.version>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212
</properties>
1313

@@ -158,6 +158,6 @@
158158
<modules>
159159
<module>releng</module>
160160
<module>bundles</module>
161-
<module>features</module>
161+
<module>features</module>
162162
</modules>
163163
</project>

0 commit comments

Comments
 (0)