Skip to content

Commit 6eecdc1

Browse files
authored
Remove versions from maven test resources (#2439)
1 parent 262ad46 commit 6eecdc1

File tree

5 files changed

+3
-8
lines changed

5 files changed

+3
-8
lines changed

maven-extension/src/test/resources/projects/jib_1/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<plugin>
1616
<groupId>com.google.cloud.tools</groupId>
1717
<artifactId>jib-maven-plugin</artifactId>
18-
<version>3.4.6</version>
1918
<configuration>
2019
<to>
2120
<image>docker.io/john/${project.artifactId}:latest</image>
@@ -42,4 +41,4 @@
4241
<url>https://maven.example.com/repository/maven-snapshots/</url>
4342
</snapshotRepository>
4443
</distributionManagement>
45-
</project>
44+
</project>

maven-extension/src/test/resources/projects/jib_2/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<plugin>
1616
<groupId>com.google.cloud.tools</groupId>
1717
<artifactId>jib-maven-plugin</artifactId>
18-
<version>3.4.6</version>
1918
<configuration>
2019
<to>
2120
<image>gcr.io/my-gcp-project/my-app</image>
@@ -36,4 +35,4 @@
3635
<url>https://maven.example.com/repository/maven-snapshots/</url>
3736
</snapshotRepository>
3837
</distributionManagement>
39-
</project>
38+
</project>

maven-extension/src/test/resources/projects/snyk_1/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<plugin>
1616
<groupId>io.snyk</groupId>
1717
<artifactId>snyk-maven-plugin</artifactId>
18-
<version>2.3.0</version>
1918
<configuration>
2019
<apiToken>${snyk.token}</apiToken>
2120
<args>
@@ -35,4 +34,4 @@
3534
<url>https://maven.example.com/repository/maven-snapshots/</url>
3635
</snapshotRepository>
3736
</distributionManagement>
38-
</project>
37+
</project>

maven-extension/src/test/resources/projects/springboot_1/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.5.7</version>
109
<relativePath/> <!-- lookup parent from repository -->
1110
</parent>
1211
<groupId>io.opentelemetry.contrib.maven.test</groupId>

maven-extension/src/test/resources/projects/springboot_2/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.5.7</version>
109
<relativePath/> <!-- lookup parent from repository -->
1110
</parent>
1211
<groupId>io.opentelemetry.contrib.maven.test</groupId>

0 commit comments

Comments
 (0)