File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
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 <modelVersion >4.0.0</modelVersion >
54 <name >github-java-client</name >
65 <artifactId >github-client</artifactId >
7- <version >0.4.11-SNAPSHOT </version >
6+ <version >0.4.11</version >
87
98 <parent >
109 <groupId >com.spotify</groupId >
2423 <connection >scm:git:https://github.com/spotify/github-java-client.git</connection >
2524 <
developerConnection >scm:git:
[email protected] :spotify/github-java-client.git</
developerConnection >
2625 <url >scm:https://github.com/spotify/github-java-client/</url >
27- <tag >v0.3.7 </tag >
26+ <tag >v0.4.11 </tag >
2827 </scm >
2928
3029 <organization >
6867 <properties >
6968 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
7069 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
71- <project .build.outputTimestamp>1753437226 </project .build.outputTimestamp>
70+ <project .build.outputTimestamp>1753693618 </project .build.outputTimestamp>
7271 <spotbugs .excludeFilterFile>spotbugsexclude.xml</spotbugs .excludeFilterFile>
7372 <checkstyle .violationSeverity>error</checkstyle .violationSeverity>
7473 <checkstyle .config.location>checkstyle.xml</checkstyle .config.location>
464463 <id >enforce</id >
465464 <configuration >
466465 <rules >
467- <requireUpperBoundDeps />
466+ <requireUpperBoundDeps />
468467 </rules >
469468 </configuration >
470469 <goals >
You can’t perform that action at this time.
0 commit comments