File tree Expand file tree Collapse file tree 4 files changed +11
-14
lines changed
testcontainers-concord-core
testcontainers-concord-junit5
testcontainers-concord-shaded Expand file tree Collapse file tree 4 files changed +11
-14
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <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" >
43
54 <modelVersion >4.0.0</modelVersion >
65
76 <groupId >ca.ibodrov.concord</groupId >
87 <artifactId >testcontainers-concord</artifactId >
9- <version >0 .0.42-SNAPSHOT </version >
8+ <version >2 .0.0 </version >
109 <packaging >pom</packaging >
1110
1211 <name >testcontainers-concord</name >
267266 <scm >
268267 <
url >scm:git:
[email protected] :concord-workflow/testcontainers-concord.git</
url >
269268 <
developerConnection >scm:git:
[email protected] :concord-workflow/testcontainers-concord.git</
developerConnection >
270- <tag >HEAD </tag >
269+ <tag >2.0.0 </tag >
271270 </scm >
272271
273272 <distributionManagement >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >ca.ibodrov.concord</groupId >
88 <artifactId >testcontainers-concord</artifactId >
9- <version >0 .0.42-SNAPSHOT </version >
9+ <version >2 .0.0 </version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212
1313 <artifactId >testcontainers-concord-core</artifactId >
14- <version >0 .0.42-SNAPSHOT </version >
14+ <version >2 .0.0 </version >
1515 <packaging >jar</packaging >
1616
1717 <dependencies >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >ca.ibodrov.concord</groupId >
88 <artifactId >testcontainers-concord</artifactId >
9- <version >0 .0.42-SNAPSHOT </version >
9+ <version >2 .0.0 </version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212
1313 <artifactId >testcontainers-concord-junit5</artifactId >
14- <version >0 .0.42-SNAPSHOT </version >
14+ <version >2 .0.0 </version >
1515 <packaging >jar</packaging >
1616
1717 <dependencies >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <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" >
43
54 <modelVersion >4.0.0</modelVersion >
65
76 <parent >
87 <groupId >ca.ibodrov.concord</groupId >
98 <artifactId >testcontainers-concord</artifactId >
10- <version >0 .0.42-SNAPSHOT </version >
9+ <version >2 .0.0 </version >
1110 <relativePath >../pom.xml</relativePath >
1211 </parent >
1312
1413 <artifactId >testcontainers-concord-shaded</artifactId >
15- <version >0 .0.42-SNAPSHOT </version >
14+ <version >2 .0.0 </version >
1615 <packaging >jar</packaging >
1716
1817 <dependencies >
3635 </goals >
3736 <configuration >
3837 <transformers >
39- <transformer
40- implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
38+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
4139 </transformers >
4240 <createDependencyReducedPom >true</createDependencyReducedPom >
4341 <dependencyReducedPomLocation >${project.build.directory} /dependency-reduced-pom.xml
You can’t perform that action at this time.
0 commit comments