Accepting request 1167825 from Java:packages
1.0.1 OBS-URL: https://build.opensuse.org/request/show/1167825 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jboss-interceptors-1.2-api?expand=0&rev=3
This commit is contained in:
commit
8bfe96da25
@ -12,12 +12,13 @@
|
||||
|
||||
<property name="project.groupId" value="org.jboss.spec.javax.interceptor"/>
|
||||
<property name="project.artifactId" value="jboss-interceptors-api_${spec.version}_spec"/>
|
||||
<property name="project.version" value="1.0.0.Final"/>
|
||||
<property name="project.version" value="1.0.1.Final"/>
|
||||
<property name="project.name" value="Java(TM) EE Interceptors ${spec.version} API"/>
|
||||
<property name="project.description" value="The ${project.name} classes from JSR 318."/>
|
||||
<property name="project.organization.name" value="JBoss by Red Hat"/>
|
||||
|
||||
<property name="compiler.source" value="1.8"/>
|
||||
<property name="compiler.release" value="8"/>
|
||||
<property name="compiler.source" value="1.${compiler.release}"/>
|
||||
<property name="compiler.target" value="${compiler.source}"/>
|
||||
|
||||
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>
|
||||
@ -53,6 +54,7 @@
|
||||
debug="true"
|
||||
optimize="false"
|
||||
deprecation="true"
|
||||
release="${compiler.release}"
|
||||
target="${compiler.target}"
|
||||
verbose="false"
|
||||
fork="false"
|
||||
@ -105,6 +107,7 @@
|
||||
basedir="${build.outputDir}"
|
||||
excludes="**/package.html">
|
||||
<manifest>
|
||||
<attribute name="Automatic-Module-Name" value="beta.jboss.interceptor.api_1_2"/>
|
||||
<attribute name="Bundle-Description" value="${project.description}"/>
|
||||
<attribute name="Bundle-DocURL" value="http://www.jboss.org"/>
|
||||
<attribute name="Bundle-License" value="http://repository.jboss.org/licenses/cddl.txt, http://repository.jboss.org/licenses/gpl-2.0-ce.txt"/>
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 15 07:08:32 UTC 2024 - ming li <mli@suse.com>
|
||||
|
||||
- Update version to 1.0.1:
|
||||
* prepare for next development iteration
|
||||
* JBEE-180 add jdk9 friendly automatic-module-name
|
||||
* prepare release jboss-interceptors-api_1.2_spec-1.0.1.Final
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 20 19:39:52 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package jboss-interceptors-1.2-api
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +20,7 @@
|
||||
%global namedversion %{version}%{?namedreltag}
|
||||
%global oname jboss-interceptors-api_1.2_spec
|
||||
Name: jboss-interceptors-1.2-api
|
||||
Version: 1.0.0
|
||||
Version: 1.0.1
|
||||
Release: 0
|
||||
Summary: Java EE Interceptors 1.2 API
|
||||
License: CDDL-1.0 OR GPL-2.0-only WITH Classpath-exception-2.0
|
||||
|
BIN
jboss-interceptors-api_1.2_spec-1.0.0.Final.tar.gz
(Stored with Git LFS)
BIN
jboss-interceptors-api_1.2_spec-1.0.0.Final.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
jboss-interceptors-api_1.2_spec-1.0.1.Final.tar.gz
(Stored with Git LFS)
Normal file
BIN
jboss-interceptors-api_1.2_spec-1.0.1.Final.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user