Polishing.

Related: #1347.
This commit is contained in:
Greg L. Turnquist
2023-04-20 08:58:46 -05:00
parent bcbbb9d420
commit 11d39e1389
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example</groupId>
<groupId>org.springframework.ws</groupId>
<artifactId>smoke-tests</artifactId>
<version>0.0.1-SNAPSHOT</version>

View File

@@ -1,4 +1,4 @@
package com.example.smoketests;
package org.springframework.ws.smoketests;
import org.junit.jupiter.api.Test;
import org.springframework.ws.client.core.WebServiceTemplate;