Skip to content

Commit a25d16b

Browse files
author
GitHub Actions
committed
[maven-release-plugin] prepare release v0.4.11
1 parent e7fb3f9 commit a25d16b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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>
@@ -24,7 +23,7 @@
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>
@@ -68,7 +67,7 @@
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>
@@ -464,7 +463,7 @@
464463
<id>enforce</id>
465464
<configuration>
466465
<rules>
467-
<requireUpperBoundDeps/>
466+
<requireUpperBoundDeps />
468467
</rules>
469468
</configuration>
470469
<goals>

0 commit comments

Comments
 (0)