diff --git a/osgi-core-build.xml b/osgi-core-build.xml
index 33ff369..4ff7612 100644
--- a/osgi-core-build.xml
+++ b/osgi-core-build.xml
@@ -11,8 +11,8 @@
-
-
+
+
diff --git a/osgi-core.changes b/osgi-core.changes
index 1ef37ac..503ccb0 100644
--- a/osgi-core.changes
+++ b/osgi-core.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Sun Dec 18 08:16:15 UTC 2022 - Anton Shvetz
+
+- Update to upstream version 8.0.0
+ * no upstream changes
+
-------------------------------------------------------------------
Sun Mar 20 13:15:13 UTC 2022 - Fridrich Strba
diff --git a/osgi-core.spec b/osgi-core.spec
index ed3ec66..4b5f00c 100644
--- a/osgi-core.spec
+++ b/osgi-core.spec
@@ -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
diff --git a/osgi.core-7.0.0-sources.jar b/osgi.core-7.0.0-sources.jar
deleted file mode 100644
index acf028d..0000000
--- a/osgi.core-7.0.0-sources.jar
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:e25ca4d936521cd1cd67f655ec01f57ce5e0316be9edc99f8a2f985580b10f9c
-size 300171
diff --git a/osgi.core-8.0.0-sources.jar b/osgi.core-8.0.0-sources.jar
new file mode 100644
index 0000000..660e7a5
--- /dev/null
+++ b/osgi.core-8.0.0-sources.jar
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:df92374f65300db3b22927ef5d0cb654db2ba0cfba459c45917bf8735920b280
+size 333124
diff --git a/osgi.core-7.0.0.pom b/osgi.core-8.0.0.pom
similarity index 75%
rename from osgi.core-7.0.0.pom
rename to osgi.core-8.0.0.pom
index 545edf5..450a713 100644
--- a/osgi.core-7.0.0.pom
+++ b/osgi.core-8.0.0.pom
@@ -3,8 +3,8 @@
4.0.0
org.osgi
osgi.core
- 7.0.0
- OSGi Core Release 7, Interfaces and Classes for use in compiling bundles
+ 8.0.0
+ OSGi Core Release 8, Interfaces and Classes for use in compiling bundles
org.osgi:osgi.core
https://www.osgi.org/
@@ -14,7 +14,7 @@
Apache-2.0
- http://www.apache.org/licenses/LICENSE-2.0
+ https://www.apache.org/licenses/LICENSE-2.0
repo
Apache License, Version 2.0
@@ -23,7 +23,7 @@
https://osgi.org/gitweb/build.git
scm:git:https://osgi.org/git/build.git
scm:git:https://osgi.org/git/build.git
- hudson-build.core-1432
+ r8-core-final
@@ -34,4 +34,12 @@
https://www.osgi.org/
+
+
+ org.osgi
+ osgi.annotation
+ 7.0.0
+ provided
+
+