Fix version number

master
Vitaliy Filippov 2015-12-23 17:28:45 +03:00
parent 7c67407908
commit a8362d5220
1 changed files with 3 additions and 3 deletions

View File

@ -64,11 +64,11 @@
<!--
! jbicomps.currentVersion sets the default project-wide artifact version.
-->
<jbicomps.currentVersion>2.3.6-SNAPSHOT</jbicomps.currentVersion>
<ojc.default.release.version>2.3.6-SNAPSHOT</ojc.default.release.version>
<jbicomps.currentVersion>3.0.6-SNAPSHOT</jbicomps.currentVersion>
<ojc.default.release.version>3.0.6-SNAPSHOT</ojc.default.release.version>
<!-- The version number for OSGi bundles. Has to be triple. Cannot be SNAPSHOT. -->
<OSGI_VERSION>2.3.6</OSGI_VERSION>
<OSGI_VERSION>3.0.6</OSGI_VERSION>
<!-- JBI version -->
<JBI_SPEC_VERSION>1.0</JBI_SPEC_VERSION>