Skip to content

Commit 2babdd4

Browse files
committed
fix(maven): change dummy project name and version
1 parent 3634b60 commit 2babdd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.leplus</groupId>
6-
<artifactId>xml-libs</artifactId>
7-
<version>1.0.0</version>
6+
<artifactId>docker-xml</artifactId>
7+
<version>0.0.1</version>
88
<properties>
99
<project.build.outputTimestamp>${env.SOURCE_DATE_EPOCH}</project.build.outputTimestamp>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)