Sync from SUSE:SLFO:Main jboss-interceptors-1.2-api revision 8b94c6f3519d1807fce103ad5288251e

This commit is contained in:
Adrian Schröter 2024-05-31 14:42:59 +02:00
parent 4d0129885f
commit c339b64f28
5 changed files with 18 additions and 7 deletions

View File

@ -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"/>

View File

@ -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>

View File

@ -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

Binary file not shown.

BIN
jboss-interceptors-api_1.2_spec-1.0.1.Final.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.