Skip to content

Commit

Permalink
FIX: fixed access modifier to public so that custom button translatio…
Browse files Browse the repository at this point in the history
…n works again

RELEASE: new minor version 4.3.2 for for the bug-fix
  • Loading branch information
mholzer85 committed Oct 25, 2019
1 parent b66c115 commit 6155eb1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.mholzer85.wicket-fullcalendar</groupId>
<artifactId>wicket-fullcalendar-parent</artifactId>
<version>4.3.1</version>
<version>4.3.2</version>
<packaging>pom</packaging>

<name>Wicket-FullCalendar Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion wicket-fullcalendar-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.mholzer85.wicket-fullcalendar</groupId>
<artifactId>wicket-fullcalendar-parent</artifactId>
<version>4.3.1</version>
<version>4.3.2</version>
</parent>
<artifactId>wicket-fullcalendar-core</artifactId>
<packaging>jar</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
@Accessors (chain = true)
@Getter
@Setter
class ButtonText implements Serializable {
public class ButtonText implements Serializable {

private String prev;
private String next;
Expand Down
2 changes: 1 addition & 1 deletion wicket-fullcalendar-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.mholzer85.wicket-fullcalendar</groupId>
<artifactId>wicket-fullcalendar-parent</artifactId>
<version>4.3.1</version>
<version>4.3.2</version>
</parent>
<artifactId>wicket-fullcalendar-examples</artifactId>
<packaging>war</packaging>
Expand Down

0 comments on commit 6155eb1

Please sign in to comment.