Skip to content

Commit

Permalink
update spi.anno feature to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-confino committed Dec 11, 2024
1 parent 28b65e1 commit 512d0bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ IBM-Process-Types: server, \
com.ibm.websphere.appserver.artifact-1.0
-bundles=com.ibm.ws.anno
-jars=com.ibm.websphere.appserver.spi.anno; location:=dev/spi/ibm/
-files=dev/spi/ibm/javadoc/com.ibm.websphere.appserver.spi.anno_1.1-javadoc.zip
-files=dev/spi/ibm/javadoc/com.ibm.websphere.appserver.spi.anno_1.2-javadoc.zip
kind=ga
edition=core
WLP-Activation-Type: parallel
2 changes: 1 addition & 1 deletion dev/com.ibm.websphere.appserver.spi.anno/bnd.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# IBM Corporation - initial API and implementation
#*******************************************************************************
-include= ~../cnf/resources/bnd/bundle.props
bVersion: 1.1
bVersion: 1.2

Bundle-Name: WebSphere Annotations SPI
Bundle-Description: WebSphere Annotations SPI, version ${bVersion}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
<artifactId>com.ibm.websphere.appserver.spi.anno</artifactId>
<version>${bFullVersion}</version>
<name>WebSphere Annotations SPI</name>
<description>WebSphere Annotations SPI, version 1.1</description>
<description>WebSphere Annotations SPI, version 1.2</description>
</project>

0 comments on commit 512d0bd

Please sign in to comment.