Skip to content

Commit 0faa1f1

Browse files
committed
Set binary compatibility version to the current version until the major
release is done
1 parent 9ff6719 commit 0faa1f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@
102102
<commons.jira.pid>12310488</commons.jira.pid>
103103
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
104104
<commons.osgi.import>net.sf.cglib.proxy;resolution:=optional,*</commons.osgi.import>
105-
<!-- Commons Release Plugin -->
106-
<commons.bc.version>2.11.1</commons.bc.version>
105+
<!-- Commons Release Plugin; TODO reset after 3.0.0 release -->
106+
<commons.bc.version>3.0.0-SNAPSHOT</commons.bc.version>
107107
<commons.release.isDistModule>true</commons.release.isDistModule>
108108
<!-- TODO Remove japicmp.skip after 3.0.0 release -->
109109
<japicmp.skip>true</japicmp.skip>

0 commit comments

Comments
 (0)