Skip to content

Commit

Permalink
🔖 Releasing / Version tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
carter-ya committed Jul 21, 2022
1 parent e4ba1de commit ac801fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ test {
}

patchPluginXml {
version '2.1.0-RC1'
version '2.1.0-RC2'
description """
<p>Generate entity/repository class for JPA/Lombok/Spring Data JPA/Tk Mybatis/MyBatis Plus.</p>
<p>Support internationalization. Currently supported languages are <a href="https://github.com/carter-ya/idea-plugin-jpa-support/blob/master/README.md">English</a>, <a href="https://github.com/carter-ya/idea-plugin-jpa-support/blob/master/README_zh.md">简体中文</a>.</p>
Expand Down Expand Up @@ -110,6 +110,10 @@ patchPluginXml {
<img src="https://github.com/carter-ya/idea-plugin-jpa-support/blob/master/doc/select_and_generate.png?raw=true" alt="Use tips.">
"""
changeNotes """
<h2>2.1.0-RC2</h2>
<ol>
<li>fix npe when use file extension</li>
</ol>
<h2>2.1.0-RC1</h2>
<ol>
<li>Add README_zh.md</li>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@
https://github.com/carter-ya/idea-plugin-jpa-support
</vendor>

<version>2.1.0-RC1</version>
<version>2.1.0-RC2</version>

</idea-plugin>

0 comments on commit ac801fc

Please sign in to comment.