diff --git a/spring-batch-geode/.gitignore b/spring-batch-geode/.gitignore new file mode 100644 index 0000000..d75620a --- /dev/null +++ b/spring-batch-geode/.gitignore @@ -0,0 +1 @@ +.flattened-pom.xml diff --git a/spring-batch-geode/pom.xml b/spring-batch-geode/pom.xml index dd96c9f..5a1b023 100644 --- a/spring-batch-geode/pom.xml +++ b/spring-batch-geode/pom.xml @@ -13,17 +13,25 @@ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. - --> - + --> + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.7.18 + + + org.springframework.batch.extensions spring-batch-geode 0.1.0-SNAPSHOT + Spring Batch Geode Spring Batch extension for Apache Geode https://github.com/spring-projects/spring-batch-extensions/tree/main/spring-batch-geode - + 2022 Apache-2.0 @@ -39,47 +47,24 @@ - UTF-8 - UTF-8 - 1.8 - - - 4.3.7 - 2.7.5 - - - 5.8.2 - 4.8.0 - - - 3.8.1 - 3.2.0 - 3.2.1 + + 3.5.2 + org.springframework.batch spring-batch-core - ${spring.batch.version} org.springframework.data spring-data-geode - ${spring-data-geode.version} - - + org.junit.jupiter junit-jupiter - ${junit-jupiter.version} - test - - - org.mockito - mockito-core - ${mockito.version} test @@ -95,10 +80,7 @@ org.apache.maven.plugins maven-compiler-plugin - ${maven-compiler-plugin.version} - ${java.version} - ${java.version} -Xlint:all,deprecation @@ -120,7 +102,6 @@ org.apache.maven.plugins maven-source-plugin - ${maven-source-plugin.version} attach-sources @@ -130,7 +111,34 @@ + + org.codehaus.mojo + flatten-maven-plugin + 1.6.0 + + + flatten + process-resources + + flatten + + + ossrh + + remove + remove + + + + + flatten-clean + clean + + clean + + + + -