File tree Expand file tree Collapse file tree 8 files changed +9
-10
lines changed
integrationTest/java/uk/gov/hmcts/cp/controllers
main/java/uk/gov/hmcts/cp Expand file tree Collapse file tree 8 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 33 "name" : " master" ,
44 "target" : " branch" ,
55 "source_type" : " Repository" ,
6- "source" : " hmcts/service-cp-crime-schedulingandlisting -courtschedule" ,
6+ "source" : " hmcts/service-cp-crime-scheduleandlist -courtschedule" ,
77 "enforcement" : " active" ,
88 "conditions" : {
99 "ref_name" : {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG APP_INSIGHTS_AGENT_VERSION=3.7.2
44ARG BASE_IMAGE
55FROM ${BASE_IMAGE:-crmdvrepo01.azurecr.io/registry.hub.docker.com/library/openjdk:21-jdk-slim}
66
7- ENV JAR_FILE_NAME=service-cp-crime-schedulingandlisting -courtschedule.jar
7+ ENV JAR_FILE_NAME=service-cp-crime-scheduleandlist -courtschedule.jar
88
99RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
1010
Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ The template contains the following plugins:
7474
7575 Reduces the amount of work needed to create a Spring application
7676
77-
7877* com.github.ben-manes.versions
7978
8079 https://github.com/ben-manes/gradle-versions-plugin
Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ project.tasks['check'].dependsOn integration
115115
116116sonarqube {
117117 properties {
118- property " sonar.projectName" , " Service API CP :: service-cp-crime-schedulingandlisting -courtschedule"
119- property " sonar.projectKey" , " uk.gov.hmcts.cp:service-cp-crime-schedulingandlisting -courtschedule"
118+ property " sonar.projectName" , " Service API CP :: service-cp-crime-scheduleandlist -courtschedule"
119+ property " sonar.projectKey" , " uk.gov.hmcts.cp:service-cp-crime-scheduleandlist -courtschedule"
120120 }
121121}
122122
@@ -245,7 +245,7 @@ application {
245245}
246246
247247bootJar {
248- archiveFileName = " service-cp-crime-schedulingandlisting -courtschedule.jar"
248+ archiveFileName = " service-cp-crime-scheduleandlist -courtschedule.jar"
249249
250250 manifest {
251251 attributes(' Implementation-Version' : project. version. toString())
Original file line number Diff line number Diff line change 11version : ' 2.1'
22
33services :
4- service-cp-crime-schedulingandlisting -courtschedule :
4+ service-cp-crime-scheduleandlist -courtschedule :
55 build :
66 context : .
77 dockerfile : Dockerfile
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ void shouldCallRootAndGet200() throws Exception {
3131 .andDo (print ())
3232 .andExpect (status ().isOk ())
3333 .andExpect (content ()
34- .string (containsString ("Welcome to service-cp-crime-schedulingandlisting -courtschedule" )));
34+ .string (containsString ("Welcome to service-cp-crime-scheduleandlist -courtschedule" )));
3535 }
3636
3737 @ DisplayName ("Actuator health status should be UP" )
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ public OpenAPI openAPI() {
2222 .externalDocs (
2323 new ExternalDocumentation ()
2424 .description ("README" )
25- .url ("https://github.com/hmcts/service-cp-crime-schedulingandlisting -courtschedule" ));
25+ .url ("https://github.com/hmcts/service-cp-crime-scheduleandlist -courtschedule" ));
2626 }
2727}
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ public class RootController {
2323 */
2424 @ GetMapping ("/" )
2525 public ResponseEntity <String > welcome () {
26- return ok ("Welcome to service-cp-crime-schedulingandlisting -courtschedule" );
26+ return ok ("Welcome to service-cp-crime-scheduleandlist -courtschedule" );
2727 }
2828}
You can’t perform that action at this time.
0 commit comments