Skip to content

Commit 814f113

Browse files
committed
Upgrade to Tycho 3.0.1
Closes gh-358
1 parent 6f1aacb commit 814f113

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ target
99
*.ipr
1010
*.iws
1111
spring-javaformat-eclipse/io.spring.javaformat.eclipse/lib
12+
spring-javaformat-eclipse/io.spring.javaformat.eclipse.feature/lib
13+
spring-javaformat-eclipse/io.spring.javaformat.eclipse.site/lib
1214
spring-javaformat-eclipse/io.spring.javaformat.eclipse.tests/lib
1315
.gradle
1416
spring-javaformat-gradle/spring-javaformat-gradle-plugin/bin

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
<system-rules.version>1.16.0</system-rules.version>
5454
<testcontainers.version>1.16.0</testcontainers.version>
5555
<trove4j.version>3.0.3</trove4j.version>
56-
<tycho.version>2.5.0</tycho.version>
57-
<tycho-extras.version>2.5.0</tycho-extras.version>
56+
<tycho.version>3.0.1</tycho.version>
57+
<tycho-extras.version>3.0.1</tycho-extras.version>
5858
</properties>
5959
<build>
6060
<pluginManagement>
@@ -230,9 +230,9 @@
230230
<version>${tycho.version}</version>
231231
<dependencies>
232232
<dependency>
233-
<groupId>org.eclipse.tycho.extras</groupId>
233+
<groupId>org.eclipse.tycho</groupId>
234234
<artifactId>tycho-buildtimestamp-jgit</artifactId>
235-
<version>${tycho-extras.version}</version>
235+
<version>${tycho.version}</version>
236236
</dependency>
237237
</dependencies>
238238
<configuration>

spring-javaformat-eclipse/io.spring.javaformat.eclipse.site/pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<artifactId>tycho-packaging-plugin</artifactId>
2323
<configuration>
2424
<finalName>${project.artifactId}</finalName>
25-
<includePackedArtifacts>true</includePackedArtifacts>
2625
</configuration>
2726
</plugin>
2827
<plugin>

0 commit comments

Comments
 (0)