Accepting request 1108668 from Java:packages
8.1.0 OBS-URL: https://build.opensuse.org/request/show/1108668 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osgi-annotation?expand=0&rev=5
This commit is contained in:
commit
e748b7ed20
@ -13,8 +13,8 @@
|
|||||||
|
|
||||||
<property name="project.artifactId" value="osgi.annotation"/>
|
<property name="project.artifactId" value="osgi.annotation"/>
|
||||||
<property name="project.groupId" value="org.osgi"/>
|
<property name="project.groupId" value="org.osgi"/>
|
||||||
<property name="project.version" value="7.0.0"/>
|
<property name="project.version" value="8.1.0"/>
|
||||||
<property name="project.description" value="OSGi Annotation Release 7, Annotations for use in compiling bundles."/>
|
<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="project.organization.name" value="OSGi Alliance"/>
|
||||||
|
|
||||||
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>
|
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>
|
||||||
@ -96,7 +96,7 @@
|
|||||||
<attribute name="Bundle-SymbolicName" value="${project.artifactId}"/>
|
<attribute name="Bundle-SymbolicName" value="${project.artifactId}"/>
|
||||||
<attribute name="Bundle-Vendor" value="${project.organization.name}"/>
|
<attribute name="Bundle-Vendor" value="${project.organization.name}"/>
|
||||||
<attribute name="Bundle-Version" value="${project.version}"/>
|
<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-ArtifactId" value="${project.artifactId}"/>
|
||||||
<attribute name="JavaPackages-GroupId" value="${project.groupId}"/>
|
<attribute name="JavaPackages-GroupId" value="${project.groupId}"/>
|
||||||
<attribute name="JavaPackages-Version" value="${project.version}"/>
|
<attribute name="JavaPackages-Version" value="${project.version}"/>
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 2 21:50:30 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Upgrade to the upstream version 8.1.0
|
||||||
|
* no upstream changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 20 13:13:35 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
Sun Mar 20 13:13:35 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package osgi-annotation
|
# spec file for package osgi-annotation
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: osgi-annotation
|
Name: osgi-annotation
|
||||||
Version: 7.0.0
|
Version: 8.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Annotations for use in compiling OSGi bundles
|
Summary: Annotations for use in compiling OSGi bundles
|
||||||
License: Apache-2.0
|
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.osgi</groupId>
|
<groupId>org.osgi</groupId>
|
||||||
<artifactId>osgi.annotation</artifactId>
|
<artifactId>osgi.annotation</artifactId>
|
||||||
<version>7.0.0</version>
|
<version>8.1.0</version>
|
||||||
<description>OSGi Annotation Release 7, Annotations for use in compiling bundles</description>
|
<description>OSGi Annotation Release 8, Annotations for use in compiling bundles</description>
|
||||||
<name>org.osgi:osgi.annotation</name>
|
<name>org.osgi:osgi.annotation</name>
|
||||||
<url>https://www.osgi.org/</url>
|
<url>https://docs.osgi.org/</url>
|
||||||
<organization>
|
<organization>
|
||||||
<name>OSGi Alliance</name>
|
<name>Eclipse Foundation</name>
|
||||||
<url>https://www.osgi.org/</url>
|
|
||||||
</organization>
|
</organization>
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>Apache-2.0</name>
|
<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>
|
<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>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://osgi.org/gitweb/build.git</url>
|
<url>https://github.com/osgi/osgi</url>
|
||||||
<connection>scm:git:https://osgi.org/git/build.git</connection>
|
<connection>scm:git:https://github.com/osgi/osgi.git</connection>
|
||||||
<developerConnection>scm:git:https://osgi.org/git/build.git</developerConnection>
|
<developerConnection>scm:git:git@github.com:osgi/osgi.git</developerConnection>
|
||||||
<tag>hudson-build.core-1432</tag>
|
<tag>8.0.0.1</tag>
|
||||||
</scm>
|
</scm>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
<id>osgi</id>
|
<id>osgi</id>
|
||||||
<email>info@osgi.org</email>
|
<email>osgi-wg@eclipse.org</email>
|
||||||
<name>OSGi Alliance</name>
|
<name>OSGi Working Group</name>
|
||||||
<organization>OSGi Alliance</organization>
|
<organization>Eclipse Foundation</organization>
|
||||||
<organizationUrl>https://www.osgi.org/</organizationUrl>
|
<organizationUrl>https://www.osgi.org/</organizationUrl>
|
||||||
</developer>
|
</developer>
|
||||||
</developers>
|
</developers>
|
Loading…
Reference in New Issue
Block a user