File tree Expand file tree Collapse file tree 5 files changed +3
-8
lines changed
maven-extension/src/test/resources/projects Expand file tree Collapse file tree 5 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 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 >
4241 <url >https://maven.example.com/repository/maven-snapshots/</url >
4342 </snapshotRepository >
4443 </distributionManagement >
45- </project >
44+ </project >
Original file line number Diff line number Diff line change 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 >
3635 <url >https://maven.example.com/repository/maven-snapshots/</url >
3736 </snapshotRepository >
3837 </distributionManagement >
39- </project >
38+ </project >
Original file line number Diff line number Diff line change 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 >
3534 <url >https://maven.example.com/repository/maven-snapshots/</url >
3635 </snapshotRepository >
3736 </distributionManagement >
38- </project >
37+ </project >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments