Skip to content
This repository has been archived by the owner on May 11, 2018. It is now read-only.

Commit

Permalink
updated version to 1.0
Browse files Browse the repository at this point in the history
svn path=/trunk/; revision=45
  • Loading branch information
alai8 committed Apr 26, 2013
1 parent 1fe8c12 commit 434086d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

<groupId>javax.enterprise.concurrent</groupId>
<artifactId>javax.enterprise.concurrent-api</artifactId>
<version>1.0-b07-SNAPSHOT</version>
<version>1.0</version>
<packaging>bundle</packaging>
<name>javax.enterprise.concurrent-api</name>
<description>JSR 236:Concurrency Utilities for Java EE</description>
Expand Down Expand Up @@ -97,11 +97,11 @@
<apijar.extensionName>${api_package}</apijar.extensionName>
<apijar.bundle.symbolicName>${api_package}-api</apijar.bundle.symbolicName>
<!-- Non Final properties API and impl jar-->
<apijar.maven.version>${new_spec_version}-b${build_number}</apijar.maven.version>
<apijar.bundle.specversion>${spec_version}.99.b${build_number}</apijar.bundle.specversion>
<apijar.bundle.version>${spec_version}.99.b${build_number}</apijar.bundle.version>
<apijar.spec.version>${spec_version}.99.${build_number}</apijar.spec.version>
<apijar.spec.impl.version>${new_spec_version}-b${build_number}</apijar.spec.impl.version>
<apijar.maven.version>${new_spec_version}</apijar.maven.version>
<apijar.bundle.specversion>${new_spec_version}</apijar.bundle.specversion>
<apijar.bundle.version>${new_spec_version}</apijar.bundle.version>
<apijar.spec.version>${new_spec_version}</apijar.spec.version>
<apijar.spec.impl.version>${new_spec_version}</apijar.spec.impl.version>
<packages.export>javax.enterprise.concurrent.*; version=${apijar.bundle.version}</packages.export>
</properties>

Expand Down

0 comments on commit 434086d

Please sign in to comment.