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:
Ana Guerrero 2023-09-04 20:52:38 +00:00 committed by Git OBS Bridge
commit e748b7ed20
6 changed files with 27 additions and 22 deletions

View File

@ -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=&quot;1.1&quot;,org.osgi.annotation.bundle;version=&quot;1.0&quot;"/>
<attribute name="Export-Package" value="org.osgi.annotation.bundle;version=&quot;2.0&quot;,org.osgi.annotation.versioning;version=&quot;1.1.2&quot;"/>
<attribute name="JavaPackages-ArtifactId" value="${project.artifactId}"/>
<attribute name="JavaPackages-GroupId" value="${project.groupId}"/>
<attribute name="JavaPackages-Version" value="${project.version}"/>

View File

@ -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>

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -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

View File

@ -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

Binary file not shown.

View File

@ -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>