-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare for next development iteration
- Loading branch information
1 parent
1c1fca5
commit dbb06d5
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -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}, | ||
|
@@ -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> | ||
|
@@ -1906,7 +1906,7 @@ | |
<include>junit:junit:[4.11,)</include> | ||
</includes> | ||
</bannedDependencies> | ||
<banDuplicatePomDependencyVersions/> | ||
<banDuplicatePomDependencyVersions /> | ||
<requireUpperBoundDeps> | ||
<excludes> | ||
<!-- Wildcards don't seem to work --> | ||
|
@@ -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> | ||
|