1
0
Fridrich Strba 2020-04-01 08:50:10 +00:00 committed by Git OBS Bridge
parent df6f807307
commit 31c76d6102
2 changed files with 6 additions and 1 deletions

View File

@ -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.versioning;version=&quot;1.1&quot;,org.osgi.annotation.bundle;version=&quot;1.0&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,8 @@
-------------------------------------------------------------------
Wed Apr 1 08:49:38 UTC 2020 - Fridrich Strba <fstrba@suse.com>
- Upgrade to the upstream version 7.0.0
-------------------------------------------------------------------
Mon Feb 11 11:39:21 UTC 2019 - Fridrich Strba <fstrba@suse.com>