This commit is contained in:
parent
fcb531d208
commit
f20423de74
@ -13,8 +13,8 @@
|
||||
|
||||
<property name="project.artifactId" value="osgi.annotation"/>
|
||||
<property name="project.groupId" value="org.osgi"/>
|
||||
<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.version" value="7.0.0"/>
|
||||
<property name="project.description" value="OSGi Annotation Release 7, Annotations for use in compiling bundles."/>
|
||||
<property name="project.organization.name" value="OSGi Alliance"/>
|
||||
|
||||
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>
|
||||
@ -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="2.0",org.osgi.annotation.versioning;version="1.1.2""/>
|
||||
<attribute name="Export-Package" value="org.osgi.annotation.versioning;version="1.1",org.osgi.annotation.bundle;version="1.0""/>
|
||||
<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.1.0
|
||||
Version: 7.0.0
|
||||
Release: 0
|
||||
Summary: Annotations for use in compiling OSGi bundles
|
||||
License: Apache-2.0
|
||||
|
3
osgi.annotation-7.0.0-sources.jar
Normal file
3
osgi.annotation-7.0.0-sources.jar
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57e6da6079004fb2e5d249be66ada95a9b8c1bf8be2155c6714b66d307eb0a95
|
||||
size 17293
|
@ -3,33 +3,34 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.osgi</groupId>
|
||||
<artifactId>osgi.annotation</artifactId>
|
||||
<version>8.1.0</version>
|
||||
<description>OSGi Annotation Release 8, Annotations for use in compiling bundles</description>
|
||||
<version>7.0.0</version>
|
||||
<description>OSGi Annotation Release 7, Annotations for use in compiling bundles</description>
|
||||
<name>org.osgi:osgi.annotation</name>
|
||||
<url>https://docs.osgi.org/</url>
|
||||
<url>https://www.osgi.org/</url>
|
||||
<organization>
|
||||
<name>Eclipse Foundation</name>
|
||||
<name>OSGi Alliance</name>
|
||||
<url>https://www.osgi.org/</url>
|
||||
</organization>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache-2.0</name>
|
||||
<url>https://opensource.org/licenses/Apache-2.0</url>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
<comments>This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0.</comments>
|
||||
<comments>Apache License, Version 2.0</comments>
|
||||
</license>
|
||||
</licenses>
|
||||
<scm>
|
||||
<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>8.0.0.1</tag>
|
||||
<url>https://osgi.org/gitweb/build.git</url>
|
||||
<connection>scm:git:https://osgi.org/git/build.git</connection>
|
||||
<developerConnection>scm:git:https://osgi.org/git/build.git</developerConnection>
|
||||
<tag>hudson-build.core-1432</tag>
|
||||
</scm>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>osgi</id>
|
||||
<email>osgi-wg@eclipse.org</email>
|
||||
<name>OSGi Working Group</name>
|
||||
<organization>Eclipse Foundation</organization>
|
||||
<email>info@osgi.org</email>
|
||||
<name>OSGi Alliance</name>
|
||||
<organization>OSGi Alliance</organization>
|
||||
<organizationUrl>https://www.osgi.org/</organizationUrl>
|
||||
</developer>
|
||||
</developers>
|
BIN
osgi.annotation-8.1.0-sources.jar
(Stored with Git LFS)
BIN
osgi.annotation-8.1.0-sources.jar
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user