aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin-test/test-bundles/artifact-version-for-exports/src/main/java/ai/vespa/explicitversion/package-info.java
blob: 0184b49d0052737b4867db79ace73c863c8ebfa4 (plain) (blame)
1
2
3
4
5
6
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
@ExportPackage(version = @Version(major = 2, minor = 4, micro = 6, qualifier = "RELEASE"))
package ai.vespa.explicitversion;

import com.yahoo.osgi.annotation.ExportPackage;
import com.yahoo.osgi.annotation.Version;