We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acad7d3 + 6ed3088 commit 68cd734Copy full SHA for 68cd734
specification/pom.xml
@@ -27,7 +27,7 @@
27
<groupId>jakarta.platform</groupId>
28
<artifactId>platform-spec</artifactId>
29
<packaging>pom</packaging>
30
- <version>8</version>
+ <version>9-SNAPSHOT</version>
31
<name>Jakarta EE Platform Specification</name>
32
33
<properties>
@@ -41,7 +41,7 @@
41
<status>DRAFT</status>
42
<maven.build.timestamp.format>MMMM dd, yyyy</maven.build.timestamp.format>
43
<revisiondate>${maven.build.timestamp}</revisiondate>
44
- <managedbean.version>1.0</managedbean.version> <!-- override <version> for Managed Beans spec-->
+ <managedbean.version>1.1-SNAPSHOT</managedbean.version> <!-- override <version> for Managed Beans spec-->
45
</properties>
46
47
<scm>
0 commit comments