forked from pool/osgi-core
Accepting request 1108442 from home:urbic:branches:Java:packages
- Update to upstream version 8.0.0 * no upstream changes OBS-URL: https://build.opensuse.org/request/show/1108442 OBS-URL: https://build.opensuse.org/package/show/Java:packages/osgi-core?expand=0&rev=15
This commit is contained in:
parent
0f29109172
commit
a15012c0eb
@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
<property name="project.artifactId" value="osgi.core"/>
|
<property name="project.artifactId" value="osgi.core"/>
|
||||||
<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.0.0"/>
|
||||||
<property name="project.description" value="OSGi Core Release 7, Interfaces and Classes for use in compiling bundles."/>
|
<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="project.organization.name" value="OSGi Alliance"/>
|
||||||
|
|
||||||
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>
|
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>
|
||||||
|
@ -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>
|
Sun Mar 20 13:15:13 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package osgi-core
|
# 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
|
# 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-core
|
Name: osgi-core
|
||||||
Version: 7.0.0
|
Version: 8.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OSGi Core API
|
Summary: OSGi Core API
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -35,7 +35,7 @@ BuildRequires: unzip
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%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
|
%package javadoc
|
||||||
Summary: API documentation for %{name}
|
Summary: API documentation for %{name}
|
||||||
@ -79,7 +79,7 @@ mv org src/main/java/
|
|||||||
%pom_add_dep org.osgi:osgi.annotation::provided
|
%pom_add_dep org.osgi:osgi.annotation::provided
|
||||||
|
|
||||||
%build
|
%build
|
||||||
ant jar javadoc
|
%{ant} jar javadoc
|
||||||
|
|
||||||
%install
|
%install
|
||||||
# jar
|
# jar
|
||||||
|
@ -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
BIN
osgi.core-8.0.0-sources.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -3,8 +3,8 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.osgi</groupId>
|
<groupId>org.osgi</groupId>
|
||||||
<artifactId>osgi.core</artifactId>
|
<artifactId>osgi.core</artifactId>
|
||||||
<version>7.0.0</version>
|
<version>8.0.0</version>
|
||||||
<description>OSGi Core Release 7, Interfaces and Classes for use in compiling bundles</description>
|
<description>OSGi Core Release 8, Interfaces and Classes for use in compiling bundles</description>
|
||||||
<name>org.osgi:osgi.core</name>
|
<name>org.osgi:osgi.core</name>
|
||||||
<url>https://www.osgi.org/</url>
|
<url>https://www.osgi.org/</url>
|
||||||
<organization>
|
<organization>
|
||||||
@ -14,7 +14,7 @@
|
|||||||
<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://www.apache.org/licenses/LICENSE-2.0</url>
|
||||||
<distribution>repo</distribution>
|
<distribution>repo</distribution>
|
||||||
<comments>Apache License, Version 2.0</comments>
|
<comments>Apache License, Version 2.0</comments>
|
||||||
</license>
|
</license>
|
||||||
@ -23,7 +23,7 @@
|
|||||||
<url>https://osgi.org/gitweb/build.git</url>
|
<url>https://osgi.org/gitweb/build.git</url>
|
||||||
<connection>scm:git:https://osgi.org/git/build.git</connection>
|
<connection>scm:git:https://osgi.org/git/build.git</connection>
|
||||||
<developerConnection>scm:git:https://osgi.org/git/build.git</developerConnection>
|
<developerConnection>scm:git:https://osgi.org/git/build.git</developerConnection>
|
||||||
<tag>hudson-build.core-1432</tag>
|
<tag>r8-core-final</tag>
|
||||||
</scm>
|
</scm>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
@ -34,4 +34,12 @@
|
|||||||
<organizationUrl>https://www.osgi.org/</organizationUrl>
|
<organizationUrl>https://www.osgi.org/</organizationUrl>
|
||||||
</developer>
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.osgi</groupId>
|
||||||
|
<artifactId>osgi.annotation</artifactId>
|
||||||
|
<version>7.0.0</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</project>
|
</project>
|
Loading…
x
Reference in New Issue
Block a user