Skip to content

Commit

Permalink
new release including experimental jackson support
Browse files Browse the repository at this point in the history
  • Loading branch information
miho committed Aug 4, 2024
1 parent 4fe043c commit 54eb16d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/common.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# version number (is used for core, runtime and default dependencies in plugin and plugin)
# publication.version = 0.3-SNAPSHOT
publication.version=0.2.9.1-SNAPSHOT
publication.version=0.2.9.1
#publication.version=0.2.8.8
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ package ${packageName};
/**
* This class provides a set of utility methods for the ${modelName} model.
*/
@Deprecated
public final class ${modelName}Model__VMF_API {

private ${modelName}Model__VMF_API() {
Expand Down

0 comments on commit 54eb16d

Please sign in to comment.