Skip to content

Commit

Permalink
bump version to 2.0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Oct 26, 2020
1 parent 4c347e9 commit f1e1ad9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion activation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.sun.activation</groupId>
<artifactId>all</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.sun.activation</groupId>
Expand Down
2 changes: 1 addition & 1 deletion activationapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.sun.activation</groupId>
<artifactId>all</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>jakarta.activation</groupId>
Expand Down
2 changes: 1 addition & 1 deletion demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.sun.activation</groupId>
<artifactId>all</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.sun.activation</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>com.sun.activation</groupId>
<artifactId>all</artifactId>
<packaging>pom</packaging>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>
<name>Jakarta Activation distribution</name>
<description>${project.name}</description>
<url>https://github.com/eclipse-ee4j/jaf</url>
Expand Down
4 changes: 2 additions & 2 deletions spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<relativePath/>
</parent>
<artifactId>activation-spec</artifactId>
<version>2.0</version>
<version>2.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Jakarta Activation Specification</name>

Expand All @@ -38,7 +38,7 @@
<jruby.version>9.2.6.0</jruby.version>
<spec.name>jakarta-${project.artifactId}-${project.version}</spec.name>
<!-- status: DRAFT, BETA, etc., or blank for final -->
<status></status>
<status>DRAFT</status>
<maven.build.timestamp.format>MMMM dd, yyyy</maven.build.timestamp.format>
<revisiondate>${maven.build.timestamp}</revisiondate>
</properties>
Expand Down

0 comments on commit f1e1ad9

Please sign in to comment.