Skip to content

Commit

Permalink
Merge pull request #291 from informatici/release_1_13_0
Browse files Browse the repository at this point in the history
Merge "back" after release 1.13.0
  • Loading branch information
mwithi committed Jun 21, 2023
2 parents 7d824a3 + 83b6b9a commit bf96a5f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<profiles version="19">
<profile kind="CodeFormatterProfile" name="OpenHospital profile" version="19">
<profile kind="CodeFormatterProfile" name="Open Hospital profile" version="19">
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="insert"/>
<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" value="do not insert"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<code_scheme name="OpenHospital profile" version="173">
<code_scheme name="Open Hospital profile" version="173">
<option name="RIGHT_MARGIN" value="160" />
<JavaCodeStyleSettings>
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<description>Open Hospital Spring Boot REST API</description>

<properties>
<oh-core.version>1.12.1-SNAPSHOT</oh-core.version>
<oh-core.version>1.13.0-SNAPSHOT</oh-core.version>
<java.version>11</java.version>
<spring-boot-admin.version>2.1.3</spring-boot-admin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import java.util.List;

public class PagedResponseDTO<T> {

List<T> data;
PageInfoDTO pageInfoDTO;

Expand Down

0 comments on commit bf96a5f

Please sign in to comment.