Skip to content

Commit

Permalink
Fix baselining after conversion from JSR305 to Jetbrain annotations
Browse files Browse the repository at this point in the history
Increase micro version for all affected packages
  • Loading branch information
kwin committed Mar 1, 2024
1 parent 3e3d5e4 commit 4a29e33
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
/**
* Service for viewing generic list of key/value pairs.
*/
@org.osgi.annotation.versioning.Version("1.1.1")
@org.osgi.annotation.versioning.Version("1.1.2")
package com.adobe.acs.commons.genericlists;
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@org.osgi.annotation.versioning.Version("1.1.0")
@org.osgi.annotation.versioning.Version("1.1.1")
package com.adobe.acs.commons.granite.ui.components;
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
/**
* Adobe I/O services.
*/
@org.osgi.annotation.versioning.Version("4.4.0")
@org.osgi.annotation.versioning.Version("4.4.1")
package com.adobe.acs.commons.marketo.client;
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@Version("1.0.0")
@Version("1.0.1")
package com.adobe.acs.commons.reports.internal;

import org.osgi.annotation.versioning.Version;
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* Miscellaneous Utilities.
*/
@Version("4.6.0")
@Version("4.6.1")

package com.adobe.acs.commons.util;
import org.osgi.annotation.versioning.Version;

0 comments on commit 4a29e33

Please sign in to comment.