Skip to content

Commit

Permalink
Update package-info.java to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed Oct 29, 2019
1 parent d5069c3 commit f53447b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Expand Up @@ -109,7 +109,7 @@
<version>4.2.0</version>
<configuration>
<base>
<version>2.0.0</version>
<version>2.2</version>
</base>
</configuration>
<executions>
Expand Down
Expand Up @@ -90,5 +90,5 @@
* </pre>
*
*/
@org.osgi.annotation.versioning.Version("2.1")
@org.osgi.annotation.versioning.Version("2.3")
package org.eclipse.microprofile.metrics.annotation;
Expand Up @@ -132,5 +132,5 @@
* </code>
* </pre>
*/
@org.osgi.annotation.versioning.Version("2.1")
@org.osgi.annotation.versioning.Version("2.3")
package org.eclipse.microprofile.metrics;

0 comments on commit f53447b

Please sign in to comment.