Accepting request 1108493 from Java:packages

8.0.0

OBS-URL: https://build.opensuse.org/request/show/1108493
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osgi-core?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2023-09-02 20:07:36 +00:00 committed by Git OBS Bridge
commit 5cdd312b82
6 changed files with 27 additions and 13 deletions

View File

@ -11,8 +11,8 @@
<property name="project.artifactId" value="osgi.core"/>
<property name="project.groupId" value="org.osgi"/>
<property name="project.version" value="7.0.0"/>
<property name="project.description" value="OSGi Core Release 7, Interfaces and Classes for use in compiling bundles."/>
<property name="project.version" value="8.0.0"/>
<property name="project.description" value="OSGi Core Release 8, Interfaces and Classes for use in compiling bundles."/>
<property name="project.organization.name" value="OSGi Alliance"/>
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Dec 18 08:16:15 UTC 2022 - Anton Shvetz <shvetz.anton@gmail.com>
- Update to upstream version 8.0.0
* no upstream changes
-------------------------------------------------------------------
Sun Mar 20 13:15:13 UTC 2022 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package osgi-core
#
# 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-core
Version: 7.0.0
Version: 8.0.0
Release: 0
Summary: OSGi Core API
License: Apache-2.0
@ -35,7 +35,7 @@ BuildRequires: unzip
BuildArch: noarch
%description
OSGi Core Release 7, Interfaces and Classes for use in compiling bundles.
OSGi Core Release 8, Interfaces and Classes for use in compiling bundles.
%package javadoc
Summary: API documentation for %{name}
@ -79,7 +79,7 @@ mv org src/main/java/
%pom_add_dep org.osgi:osgi.annotation::provided
%build
ant jar javadoc
%{ant} jar javadoc
%install
# jar

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e25ca4d936521cd1cd67f655ec01f57ce5e0316be9edc99f8a2f985580b10f9c
size 300171

BIN
osgi.core-8.0.0-sources.jar (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -3,8 +3,8 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.osgi</groupId>
<artifactId>osgi.core</artifactId>
<version>7.0.0</version>
<description>OSGi Core Release 7, Interfaces and Classes for use in compiling bundles</description>
<version>8.0.0</version>
<description>OSGi Core Release 8, Interfaces and Classes for use in compiling bundles</description>
<name>org.osgi:osgi.core</name>
<url>https://www.osgi.org/</url>
<organization>
@ -14,7 +14,7 @@
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
<comments>Apache License, Version 2.0</comments>
</license>
@ -23,7 +23,7 @@
<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>
<tag>r8-core-final</tag>
</scm>
<developers>
<developer>
@ -34,4 +34,12 @@
<organizationUrl>https://www.osgi.org/</organizationUrl>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>osgi.annotation</artifactId>
<version>7.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>