Skip to content

Commit

Permalink
Demonstrate generation of POJOs with strict setters ... (#378)
Browse files Browse the repository at this point in the history
and update some build plugins:

maven-failsafe-plugin .............................. 3.5.0 -> 3.5.1
maven-surefire-plugin .............................. 3.5.0 -> 3.5.1

and Update UI5 to latest version 1.129.0
  • Loading branch information
mofterdinger authored Oct 8, 2024
1 parent 86f3405 commit 7ccfaa4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/fiori.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
};
</script>

<script id="sap-ushell-bootstrap" src="https://sapui5.hana.ondemand.com/1.124.2/test-resources/sap/ushell/bootstrap/sandbox.js"></script>
<script id="sap-ui-bootstrap" src="https://sapui5.hana.ondemand.com/1.124.2/resources/sap-ui-core.js"
<script id="sap-ushell-bootstrap" src="https://sapui5.hana.ondemand.com/1.129.0/test-resources/sap/ushell/bootstrap/sandbox.js"></script>
<script id="sap-ui-bootstrap" src="https://sapui5.hana.ondemand.com/1.129.0/resources/sap-ui-core.js"
data-sap-ui-libs="sap.m, sap.ushell, sap.collaboration, sap.ui.layout"
data-sap-ui-compatVersion="edge"
data-sap-ui-theme="sap_horizon"
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<failIfNoTests>false</failIfNoTests>
</configuration>
Expand All @@ -67,7 +67,7 @@
<!-- Tests ending with *IT.java will be executed here -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<executions>
<execution>
<goals>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<failIfNoTests>true</failIfNoTests>
</configuration>
Expand All @@ -109,7 +109,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
</plugin>

<!-- POM FLATTENING FOR CI FRIENDLY VERSIONS -->
Expand Down
1 change: 1 addition & 0 deletions srv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@
</goals>
<configuration>
<basePackage>cds.gen</basePackage>
<strictSetters>true</strictSetters>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 7ccfaa4

Please sign in to comment.