This commit is contained in:
parent
a6ec660a1d
commit
fcb531d208
@ -13,7 +13,7 @@
|
||||
|
||||
<property name="project.artifactId" value="osgi.annotation"/>
|
||||
<property name="project.groupId" value="org.osgi"/>
|
||||
<property name="project.version" value="8.0.1"/>
|
||||
<property name="project.version" value="8.1.0"/>
|
||||
<property name="project.description" value="OSGi Annotation Release 8, Annotations for use in compiling bundles."/>
|
||||
<property name="project.organization.name" value="OSGi Alliance"/>
|
||||
|
||||
@ -96,7 +96,7 @@
|
||||
<attribute name="Bundle-SymbolicName" value="${project.artifactId}"/>
|
||||
<attribute name="Bundle-Vendor" value="${project.organization.name}"/>
|
||||
<attribute name="Bundle-Version" value="${project.version}"/>
|
||||
<attribute name="Export-Package" value="org.osgi.annotation.bundle;version="1.1.1",org.osgi.annotation.versioning;version="1.1.2""/>
|
||||
<attribute name="Export-Package" value="org.osgi.annotation.bundle;version="2.0",org.osgi.annotation.versioning;version="1.1.2""/>
|
||||
<attribute name="JavaPackages-ArtifactId" value="${project.artifactId}"/>
|
||||
<attribute name="JavaPackages-GroupId" value="${project.groupId}"/>
|
||||
<attribute name="JavaPackages-Version" value="${project.version}"/>
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: osgi-annotation
|
||||
Version: 8.0.1
|
||||
Version: 8.1.0
|
||||
Release: 0
|
||||
Summary: Annotations for use in compiling OSGi bundles
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1239d8e863a6f9fa1f8a9d430843395f39956a25cabeb462f1f8dd41476e88bb
|
||||
size 18635
|
BIN
osgi.annotation-8.1.0-sources.jar
(Stored with Git LFS)
Normal file
BIN
osgi.annotation-8.1.0-sources.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.osgi</groupId>
|
||||
<artifactId>osgi.annotation</artifactId>
|
||||
<version>8.0.1</version>
|
||||
<version>8.1.0</version>
|
||||
<description>OSGi Annotation Release 8, Annotations for use in compiling bundles</description>
|
||||
<name>org.osgi:osgi.annotation</name>
|
||||
<url>https://docs.osgi.org/</url>
|
||||
@ -22,7 +22,7 @@
|
||||
<url>https://github.com/osgi/osgi</url>
|
||||
<connection>scm:git:https://github.com/osgi/osgi.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:osgi/osgi.git</developerConnection>
|
||||
<tag>r8-cmpn-final</tag>
|
||||
<tag>8.0.0.1</tag>
|
||||
</scm>
|
||||
<developers>
|
||||
<developer>
|
Loading…
Reference in New Issue
Block a user