Skip to content

Commit 6402be0

Browse files
committed
snapshot: use 0.147.0-eac7930-SNAPSHOT
1 parent 4484f19 commit 6402be0

1 file changed

Lines changed: 14 additions & 26 deletions

File tree

pom.xml

Lines changed: 14 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.kill-bill.billing</groupId>
2323
<artifactId>killbill-oss-parent</artifactId>
24-
<version>0.146.67</version>
24+
<version>0.147.0-eac7930-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>killbill-api</artifactId>
2727
<version>0.55.0-SNAPSHOT</version>
@@ -41,22 +41,7 @@
4141
<properties>
4242
<check.fail-spotbugs>true</check.fail-spotbugs>
4343
<check.spotbugs-exclude-filter-file>spotbugs-exclude.xml</check.spotbugs-exclude-filter-file>
44-
<jakarta.activation-api.version>2.1.4</jakarta.activation-api.version>
45-
<jakarta.xml.bind-api.version>4.0.4</jakarta.xml.bind-api.version>
46-
<!-- killbill-oss-parent still brings SpotBugs 4.7.2.1, whose ASM stack cannot parse
47-
Java 21 class files. Keep this local override until the parent moves to a
48-
Java-21-capable SpotBugs line. -->
49-
<spotbugs-maven-plugin.version>4.9.8.3</spotbugs-maven-plugin.version>
5044
</properties>
51-
<dependencyManagement>
52-
<dependencies>
53-
<dependency>
54-
<groupId>jakarta.activation</groupId>
55-
<artifactId>jakarta.activation-api</artifactId>
56-
<version>${jakarta.activation-api.version}</version>
57-
</dependency>
58-
</dependencies>
59-
</dependencyManagement>
6045
<dependencies>
6146
<dependency>
6247
<groupId>com.fasterxml.jackson.core</groupId>
@@ -65,20 +50,23 @@
6550
<dependency>
6651
<groupId>jakarta.xml.bind</groupId>
6752
<artifactId>jakarta.xml.bind-api</artifactId>
68-
<version>${jakarta.xml.bind-api.version}</version>
6953
</dependency>
7054
<dependency>
7155
<groupId>joda-time</groupId>
7256
<artifactId>joda-time</artifactId>
7357
</dependency>
7458
</dependencies>
75-
<build>
76-
<plugins>
77-
<plugin>
78-
<groupId>com.github.spotbugs</groupId>
79-
<artifactId>spotbugs-maven-plugin</artifactId>
80-
<version>${spotbugs-maven-plugin.version}</version>
81-
</plugin>
82-
</plugins>
83-
</build>
59+
<repositories>
60+
<repository>
61+
<releases>
62+
<enabled>false</enabled>
63+
</releases>
64+
<snapshots>
65+
<enabled>true</enabled>
66+
</snapshots>
67+
<id>sonatype-snapshots</id>
68+
<name>Sonatype Snapshots</name>
69+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
70+
</repository>
71+
</repositories>
8472
</project>

0 commit comments

Comments
 (0)