diff --git a/osgi-core-build.xml b/osgi-core-build.xml index 4915f0b..52c6473 100644 --- a/osgi-core-build.xml +++ b/osgi-core-build.xml @@ -6,13 +6,13 @@ - + - - + + diff --git a/osgi-core.spec b/osgi-core.spec index 8f22c47..2b26977 100644 --- a/osgi-core.spec +++ b/osgi-core.spec @@ -1,7 +1,7 @@ # # spec file for package osgi-core # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 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 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 + +