Skip to content

Commit 3d72570

Browse files
authored
Fix baselining after conversion from JSR305 to Jetbrain annotations (#3282)
Increase micro version for all affected packages
1 parent 3e3d5e4 commit 3d72570

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bundle/src/main/java/com/adobe/acs/commons/genericlists/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
/**
1919
* Service for viewing generic list of key/value pairs.
2020
*/
21-
@org.osgi.annotation.versioning.Version("1.1.1")
21+
@org.osgi.annotation.versioning.Version("1.1.2")
2222
package com.adobe.acs.commons.genericlists;

bundle/src/main/java/com/adobe/acs/commons/granite/ui/components/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.
1717
*/
18-
@org.osgi.annotation.versioning.Version("1.1.0")
18+
@org.osgi.annotation.versioning.Version("1.1.1")
1919
package com.adobe.acs.commons.granite.ui.components;

bundle/src/main/java/com/adobe/acs/commons/marketo/client/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
/**
1919
* Adobe I/O services.
2020
*/
21-
@org.osgi.annotation.versioning.Version("4.4.0")
21+
@org.osgi.annotation.versioning.Version("4.4.1")
2222
package com.adobe.acs.commons.marketo.client;

bundle/src/main/java/com/adobe/acs/commons/reports/internal/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.
1717
*/
18-
@Version("1.0.0")
18+
@Version("1.0.1")
1919
package com.adobe.acs.commons.reports.internal;
2020

2121
import org.osgi.annotation.versioning.Version;

bundle/src/main/java/com/adobe/acs/commons/util/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* Miscellaneous Utilities.
2020
*/
21-
@Version("4.6.0")
21+
@Version("4.6.1")
2222

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

0 commit comments

Comments
 (0)