We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00a6a4 commit d1d797cCopy full SHA for d1d797c
pom.xml
@@ -73,15 +73,15 @@
73
<uploads>
74
<upload>
75
<file>${project.build.directory}/${project.artifactId}-${project.version}-bundle.zip</file>
76
- <summary>MyBatis Persistence Framework ${project.version} GA</summary>
+ <summary>MyBatis Persistence Framework ${project.version}</summary>
77
<labels>
78
<label>Featured</label>
79
<label>Type-Archive</label>
80
</labels>
81
</upload>
82
83
<file>${project.build.directory}/${project.artifactId}-${project.version}-migrations.zip</file>
84
- <summary>MyBatis Schema Migrations ${project.version} GA</summary>
+ <summary>MyBatis Schema Migrations ${project.version}</summary>
85
86
87
0 commit comments