File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2- 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" >
1+ <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" >
42 <modelVersion >4.0.0</modelVersion >
53
64 <parent >
119
1210 <groupId >com.spotify.fmt</groupId >
1311 <artifactId >fmt-maven-plugin</artifactId >
14- <version >2.21-SNAPSHOT </version >
12+ <version >2.21</version >
1513 <packaging >maven-plugin</packaging >
1614
1715 <name >${project.groupId} :${project.artifactId} </name >
6462 <
connection >scm:git:
[email protected] :spotify/fmt-maven-plugin.git</
connection >
6563 <
developerConnection >scm:git:
[email protected] :spotify/fmt-maven-plugin.git</
developerConnection >
6664 <url >http://github.com/spotify/fmt-maven-plugin</url >
67- <tag >HEAD </tag >
65+ <tag >2.21 </tag >
6866 </scm >
6967
7068 <distributionManagement >
8381 <maven .compiler.source>${maven.compiler.release} </maven .compiler.source>
8482 <maven .compiler.target>${maven.compiler.release} </maven .compiler.target>
8583 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
86- <project .build.outputTimestamp>1682579930 </project .build.outputTimestamp>
84+ <project .build.outputTimestamp>1695388515 </project .build.outputTimestamp>
8785 </properties >
8886
8987 <dependencies >
You can’t perform that action at this time.
0 commit comments