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 1
1
<?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" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
<name >github-java-client</name >
6
5
<artifactId >github-client</artifactId >
7
- <version >0.4.11-SNAPSHOT </version >
6
+ <version >0.4.11</version >
8
7
9
8
<parent >
10
9
<groupId >com.spotify</groupId >
24
23
<connection >scm:git:https://github.com/spotify/github-java-client.git</connection >
25
24
<
developerConnection >scm:git:
[email protected] :spotify/github-java-client.git</
developerConnection >
26
25
<url >scm:https://github.com/spotify/github-java-client/</url >
27
- <tag >v0.3.7 </tag >
26
+ <tag >v0.4.11 </tag >
28
27
</scm >
29
28
30
29
<organization >
68
67
<properties >
69
68
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
70
69
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
71
- <project .build.outputTimestamp>1753437226 </project .build.outputTimestamp>
70
+ <project .build.outputTimestamp>1753693618 </project .build.outputTimestamp>
72
71
<spotbugs .excludeFilterFile>spotbugsexclude.xml</spotbugs .excludeFilterFile>
73
72
<checkstyle .violationSeverity>error</checkstyle .violationSeverity>
74
73
<checkstyle .config.location>checkstyle.xml</checkstyle .config.location>
464
463
<id >enforce</id >
465
464
<configuration >
466
465
<rules >
467
- <requireUpperBoundDeps />
466
+ <requireUpperBoundDeps />
468
467
</rules >
469
468
</configuration >
470
469
<goals >
You can’t perform that action at this time.
0 commit comments