Accepting request 1108634 from home:fstrba:maven
8.1.0 OBS-URL: https://build.opensuse.org/request/show/1108634 OBS-URL: https://build.opensuse.org/package/show/Java:packages/osgi-annotation?expand=0&rev=19
This commit is contained in:
parent
8a62c72561
commit
37f1cec16e
@ -13,8 +13,8 @@
|
||||
|
||||
<property name="project.artifactId" value="osgi.annotation"/>
|
||||
<property name="project.groupId" value="org.osgi"/>
|
||||
<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.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"/>
|
||||
|
||||
<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.versioning;version="1.1",org.osgi.annotation.bundle;version="1.0""/>
|
||||
<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: 7.0.0
|
||||
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:57e6da6079004fb2e5d249be66ada95a9b8c1bf8be2155c6714b66d307eb0a95
|
||||
size 17293
|
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,34 +3,33 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.osgi</groupId>
|
||||
<artifactId>osgi.annotation</artifactId>
|
||||
<version>7.0.0</version>
|
||||
<description>OSGi Annotation Release 7, Annotations for use in compiling bundles</description>
|
||||
<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://www.osgi.org/</url>
|
||||
<url>https://docs.osgi.org/</url>
|
||||
<organization>
|
||||
<name>OSGi Alliance</name>
|
||||
<url>https://www.osgi.org/</url>
|
||||
<name>Eclipse Foundation</name>
|
||||
</organization>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Apache-2.0</name>
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
<url>https://opensource.org/licenses/Apache-2.0</url>
|
||||
<distribution>repo</distribution>
|
||||
<comments>Apache License, Version 2.0</comments>
|
||||
<comments>This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0.</comments>
|
||||
</license>
|
||||
</licenses>
|
||||
<scm>
|
||||
<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>
|
||||
<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>
|
||||
</scm>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>osgi</id>
|
||||
<email>info@osgi.org</email>
|
||||
<name>OSGi Alliance</name>
|
||||
<organization>OSGi Alliance</organization>
|
||||
<email>osgi-wg@eclipse.org</email>
|
||||
<name>OSGi Working Group</name>
|
||||
<organization>Eclipse Foundation</organization>
|
||||
<organizationUrl>https://www.osgi.org/</organizationUrl>
|
||||
</developer>
|
||||
</developers>
|
Loading…
Reference in New Issue
Block a user