Skip to content

Commit

Permalink
Update next version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed May 4, 2021
1 parent 9ad4d7b commit 77a563d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tomcat Migration Tool for Jakarta EE - Changelog

## 0.3.0 (in progress)
## 1.0.0 (in progress)

- Fix [#14](https://github.com/apache/tomcat-jakartaee-migration/issues/14). Do not migrate `javax.xml.(registry|rpc)` namespaces. (mgrigorov)
- The class transformer will now validate that the target classes in the Jakarta namespace exist in the runtime environment (remm)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<groupId>org.apache.tomcat</groupId>
<artifactId>jakartaee-migration</artifactId>
<name>Apache Tomcat Migration Tool for Jakarta EE</name>
<version>0.2.1-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>

<description>
This tool is a work in progress.
Expand Down

0 comments on commit 77a563d

Please sign in to comment.