Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
killbillio committed Apr 12, 2024
1 parent 1c1fca5 commit dbb06d5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.kill-bill.billing</groupId>
<artifactId>killbill-oss-parent</artifactId>
<version>0.146.33</version>
<version>0.146.34-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Kill Bill OSS Parent</name>
<description>Parent pom for Kill Bill projects</description>
Expand Down Expand Up @@ -68,7 +68,7 @@
<scm>
<connection>scm:git:git://github.com/killbill/killbill-oss-parent.git</connection>
<developerConnection>scm:git:[email protected]:killbill/killbill-oss-parent.git</developerConnection>
<tag>killbill-oss-parent-0.146.33</tag>
<tag>HEAD</tag>
<url>http://github.com/killbill/killbill-oss-parent/tree/master</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -105,7 +105,7 @@
<check.skip-enforcer>false</check.skip-enforcer>
<check.skip-rat>false</check.skip-rat>
<check.skip-spotbugs>false</check.skip-spotbugs>
<check.spotbugs-exclude-filter-file/>
<check.spotbugs-exclude-filter-file />
<compiler.fail-warnings>false</compiler.fail-warnings>
<deploy.deploy-at-end>true</deploy.deploy-at-end>
<derby.version>10.15.2.0</derby.version>
Expand Down Expand Up @@ -146,8 +146,8 @@
<osgi.annotation.version>8.1.0</osgi.annotation.version>
<osgi.dependency>*;scope=compile|runtime;inline=true</osgi.dependency>
<osgi.description>${project.description}</osgi.description>
<osgi.export/>
<osgi.extra-import/>
<osgi.export />
<osgi.extra-import />
<osgi.fixupmessages>"Classes found in the wrong directory...","Unused Import-Package instructions...","While traversing the type tree for...";is:=ignore</osgi.fixupmessages>
<osgi.import>
${osgi.extra-import},
Expand Down Expand Up @@ -211,7 +211,7 @@
</osgi.import>
<osgi.name>${project.name}</osgi.name>
<osgi.noclassforname>true</osgi.noclassforname>
<osgi.private/>
<osgi.private />
<osgi.symbolic-name>${project.groupId}.${project.artifactId}</osgi.symbolic-name>
<osgi.transitive-dependency>true</osgi.transitive-dependency>
<osgi.version>8.0.0</osgi.version>
Expand Down Expand Up @@ -1906,7 +1906,7 @@
<include>junit:junit:[4.11,)</include>
</includes>
</bannedDependencies>
<banDuplicatePomDependencyVersions/>
<banDuplicatePomDependencyVersions />
<requireUpperBoundDeps>
<excludes>
<!-- Wildcards don't seem to work -->
Expand Down Expand Up @@ -2151,8 +2151,8 @@
<skip>${check.skip-rat}</skip>
<ignoreErrors>${check.ignore-rat}</ignoreErrors>
<licenseFamilies>
<licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily"/>
<licenseFamily implementation="org.apache.rat.license.MITLicenseFamily"/>
<licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
<licenseFamily implementation="org.apache.rat.license.MITLicenseFamily" />
</licenseFamilies>
<useDefaultExcludes>true</useDefaultExcludes>
<parseSCMIgnoresAsExcludes>true</parseSCMIgnoresAsExcludes>
Expand Down

0 comments on commit dbb06d5

Please sign in to comment.