Skip to content

Commit

Permalink
Release v5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jGauravGupta committed Oct 14, 2018
1 parent 3be0dfd commit 75d8eca
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion infra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.jeddict</groupId>
<artifactId>jeddict-extensions</artifactId>
<version>5.1</version>
<version>5.2</version>
</parent>
<artifactId>infra</artifactId>
<name>Infra</name>
Expand Down
2 changes: 1 addition & 1 deletion jakarta-ee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.jeddict</groupId>
<artifactId>jeddict-extensions</artifactId>
<version>5.1</version>
<version>5.2</version>
</parent>
<artifactId>jakarta-ee</artifactId>
<name>Jakarta EE</name>
Expand Down
2 changes: 1 addition & 1 deletion mvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.jeddict</groupId>
<artifactId>jeddict-extensions</artifactId>
<version>5.1</version>
<version>5.2</version>
</parent>
<artifactId>mvc-generator</artifactId>
<name>MVC Generator</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>io.github.jeddict</groupId>
<artifactId>jeddict-extensions</artifactId>
<name>Jeddict Extensions</name>
<version>5.1</version>
<version>5.2</version>
<packaging>pom</packaging>
<modules>
<module>rest</module>
Expand Down
2 changes: 1 addition & 1 deletion rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.jeddict</groupId>
<artifactId>jeddict-extensions</artifactId>
<version>5.1</version>
<version>5.2</version>
</parent>
<artifactId>rest-generator</artifactId>
<name>REST Generator</name>
Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.jeddict</groupId>
<artifactId>jeddict-extensions</artifactId>
<version>5.1</version>
<version>5.2</version>
</parent>
<artifactId>runtime</artifactId>
<name>Runtime</name>
Expand Down

0 comments on commit 75d8eca

Please sign in to comment.