From 5a5261e44b3d06031c714b30c03ce28517eeaaa6 Mon Sep 17 00:00:00 2001 From: Arman Sharif Date: Wed, 17 Apr 2024 20:47:34 -0700 Subject: [PATCH] [maven-release-plugin] prepare release instancio-parent-4.5.1 --- build-tools/pom.xml | 2 +- instancio-core/pom.xml | 2 +- instancio-guava/pom.xml | 2 +- instancio-junit/pom.xml | 2 +- instancio-quickcheck/pom.xml | 2 +- instancio-tests/arch-tests/pom.xml | 2 +- instancio-tests/bean-validation-hibernate-tests/pom.xml | 2 +- instancio-tests/bean-validation-hibernate5-tests/pom.xml | 2 +- instancio-tests/bean-validation-jakarta-tests/pom.xml | 2 +- instancio-tests/bean-validation-javax-tests/pom.xml | 2 +- instancio-tests/default-package-tests/pom.xml | 2 +- instancio-tests/feature-tests/pom.xml | 2 +- instancio-tests/global-seed-tests/pom.xml | 2 +- instancio-tests/instancio-core-tests/pom.xml | 2 +- instancio-tests/instancio-guava-tests/pom.xml | 2 +- instancio-tests/instancio-jooq-tests/pom.xml | 2 +- instancio-tests/instancio-junit-tests/pom.xml | 2 +- instancio-tests/instancio-quickcheck-tests/pom.xml | 2 +- instancio-tests/instancio-test-support/pom.xml | 2 +- instancio-tests/java16-tests/pom.xml | 2 +- instancio-tests/java17-tests/pom.xml | 2 +- instancio-tests/java21-tests/pom.xml | 2 +- instancio-tests/jpa-jakarta-tests/pom.xml | 2 +- instancio-tests/jpa-javax-tests/pom.xml | 2 +- .../jpms-tests/jpms-bean-validation-hibernate-tests/pom.xml | 2 +- .../jpms-tests/jpms-bean-validation-jakarta-tests/pom.xml | 2 +- instancio-tests/jpms-tests/jpms-guava-tests/pom.xml | 2 +- instancio-tests/jpms-tests/jpms-quickcheck-tests/pom.xml | 2 +- instancio-tests/jpms-tests/jpms-spi-impl/pom.xml | 2 +- instancio-tests/jpms-tests/jpms-spi-tests/pom.xml | 2 +- instancio-tests/jpms-tests/jpms-standalone-tests/pom.xml | 2 +- instancio-tests/jpms-tests/pom.xml | 2 +- instancio-tests/kotlin-tests/pom.xml | 2 +- instancio-tests/packaging-tests/pom.xml | 2 +- instancio-tests/pom.xml | 2 +- instancio-tests/report-aggregate/pom.xml | 2 +- instancio-tests/spi-tests/pom.xml | 2 +- pom.xml | 6 +++--- 38 files changed, 40 insertions(+), 40 deletions(-) diff --git a/build-tools/pom.xml b/build-tools/pom.xml index 14d9ce4fd..fa140f266 100644 --- a/build-tools/pom.xml +++ b/build-tools/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-parent - 4.5.1-SNAPSHOT + 4.5.1 build-tools jar diff --git a/instancio-core/pom.xml b/instancio-core/pom.xml index e5e35027f..dc5b37042 100644 --- a/instancio-core/pom.xml +++ b/instancio-core/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-parent - 4.5.1-SNAPSHOT + 4.5.1 instancio-core bundle diff --git a/instancio-guava/pom.xml b/instancio-guava/pom.xml index 034726813..1ee59dc63 100644 --- a/instancio-guava/pom.xml +++ b/instancio-guava/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-parent - 4.5.1-SNAPSHOT + 4.5.1 instancio-guava jar diff --git a/instancio-junit/pom.xml b/instancio-junit/pom.xml index dfed5b1f8..6bebb0bfe 100644 --- a/instancio-junit/pom.xml +++ b/instancio-junit/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-parent - 4.5.1-SNAPSHOT + 4.5.1 instancio-junit bundle diff --git a/instancio-quickcheck/pom.xml b/instancio-quickcheck/pom.xml index 1d619e464..226274d73 100644 --- a/instancio-quickcheck/pom.xml +++ b/instancio-quickcheck/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-parent - 4.5.1-SNAPSHOT + 4.5.1 instancio-quickcheck bundle diff --git a/instancio-tests/arch-tests/pom.xml b/instancio-tests/arch-tests/pom.xml index 11225e367..472cd29dc 100644 --- a/instancio-tests/arch-tests/pom.xml +++ b/instancio-tests/arch-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-tests - 4.5.1-SNAPSHOT + 4.5.1 arch-tests jar diff --git a/instancio-tests/bean-validation-hibernate-tests/pom.xml b/instancio-tests/bean-validation-hibernate-tests/pom.xml index 49dc1b5d9..b78793c01 100644 --- a/instancio-tests/bean-validation-hibernate-tests/pom.xml +++ b/instancio-tests/bean-validation-hibernate-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-tests - 4.5.1-SNAPSHOT + 4.5.1 bean-validation-hibernate-tests jar diff --git a/instancio-tests/bean-validation-hibernate5-tests/pom.xml b/instancio-tests/bean-validation-hibernate5-tests/pom.xml index 9a93a61f1..62f30093e 100644 --- a/instancio-tests/bean-validation-hibernate5-tests/pom.xml +++ b/instancio-tests/bean-validation-hibernate5-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-tests - 4.5.1-SNAPSHOT + 4.5.1 bean-validation-hibernate5-tests jar diff --git a/instancio-tests/bean-validation-jakarta-tests/pom.xml b/instancio-tests/bean-validation-jakarta-tests/pom.xml index 5c80c6cdb..ee56f7f42 100644 --- a/instancio-tests/bean-validation-jakarta-tests/pom.xml +++ b/instancio-tests/bean-validation-jakarta-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-tests - 4.5.1-SNAPSHOT + 4.5.1 bean-validation-jakarta-tests jar diff --git a/instancio-tests/bean-validation-javax-tests/pom.xml b/instancio-tests/bean-validation-javax-tests/pom.xml index 5cbabcf17..9a51c0a3d 100644 --- a/instancio-tests/bean-validation-javax-tests/pom.xml +++ b/instancio-tests/bean-validation-javax-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-tests - 4.5.1-SNAPSHOT + 4.5.1 bean-validation-javax-tests jar diff --git a/instancio-tests/default-package-tests/pom.xml b/instancio-tests/default-package-tests/pom.xml index 118371814..5bd69fc92 100644 --- a/instancio-tests/default-package-tests/pom.xml +++ b/instancio-tests/default-package-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-tests - 4.5.1-SNAPSHOT + 4.5.1 default-package-tests jar diff --git a/instancio-tests/feature-tests/pom.xml b/instancio-tests/feature-tests/pom.xml index 9797a9bca..42b81eca8 100644 --- a/instancio-tests/feature-tests/pom.xml +++ b/instancio-tests/feature-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-tests - 4.5.1-SNAPSHOT + 4.5.1 feature-tests jar diff --git a/instancio-tests/global-seed-tests/pom.xml b/instancio-tests/global-seed-tests/pom.xml index cc4a7e0ab..63a745647 100644 --- a/instancio-tests/global-seed-tests/pom.xml +++ b/instancio-tests/global-seed-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-tests - 4.5.1-SNAPSHOT + 4.5.1 global-seed-tests jar diff --git a/instancio-tests/instancio-core-tests/pom.xml b/instancio-tests/instancio-core-tests/pom.xml index 49b455fd3..e488427fc 100644 --- a/instancio-tests/instancio-core-tests/pom.xml +++ b/instancio-tests/instancio-core-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-tests - 4.5.1-SNAPSHOT + 4.5.1 instancio-core-tests jar diff --git a/instancio-tests/instancio-guava-tests/pom.xml b/instancio-tests/instancio-guava-tests/pom.xml index 002125b12..9f545e508 100644 --- a/instancio-tests/instancio-guava-tests/pom.xml +++ b/instancio-tests/instancio-guava-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-tests - 4.5.1-SNAPSHOT + 4.5.1 instancio-guava-tests jar diff --git a/instancio-tests/instancio-jooq-tests/pom.xml b/instancio-tests/instancio-jooq-tests/pom.xml index c6be26946..90084f311 100644 --- a/instancio-tests/instancio-jooq-tests/pom.xml +++ b/instancio-tests/instancio-jooq-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-tests - 4.5.1-SNAPSHOT + 4.5.1 instancio-jooq-tests jar diff --git a/instancio-tests/instancio-junit-tests/pom.xml b/instancio-tests/instancio-junit-tests/pom.xml index 391d3dc9f..c6eaab307 100644 --- a/instancio-tests/instancio-junit-tests/pom.xml +++ b/instancio-tests/instancio-junit-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-tests - 4.5.1-SNAPSHOT + 4.5.1 instancio-junit-tests jar diff --git a/instancio-tests/instancio-quickcheck-tests/pom.xml b/instancio-tests/instancio-quickcheck-tests/pom.xml index a06357f82..2897fc558 100644 --- a/instancio-tests/instancio-quickcheck-tests/pom.xml +++ b/instancio-tests/instancio-quickcheck-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-tests - 4.5.1-SNAPSHOT + 4.5.1 instancio-quickcheck-tests jar diff --git a/instancio-tests/instancio-test-support/pom.xml b/instancio-tests/instancio-test-support/pom.xml index fbe1626c5..59fc5976c 100644 --- a/instancio-tests/instancio-test-support/pom.xml +++ b/instancio-tests/instancio-test-support/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-tests - 4.5.1-SNAPSHOT + 4.5.1 instancio-test-support jar diff --git a/instancio-tests/java16-tests/pom.xml b/instancio-tests/java16-tests/pom.xml index 2a88f3d81..1a04e5aa0 100644 --- a/instancio-tests/java16-tests/pom.xml +++ b/instancio-tests/java16-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-tests - 4.5.1-SNAPSHOT + 4.5.1 java16-tests jar diff --git a/instancio-tests/java17-tests/pom.xml b/instancio-tests/java17-tests/pom.xml index 977d6a10b..1a1ba700b 100644 --- a/instancio-tests/java17-tests/pom.xml +++ b/instancio-tests/java17-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-tests - 4.5.1-SNAPSHOT + 4.5.1 java17-tests jar diff --git a/instancio-tests/java21-tests/pom.xml b/instancio-tests/java21-tests/pom.xml index 72f4b8052..9d200cb1e 100644 --- a/instancio-tests/java21-tests/pom.xml +++ b/instancio-tests/java21-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-tests - 4.5.1-SNAPSHOT + 4.5.1 java21-tests jar diff --git a/instancio-tests/jpa-jakarta-tests/pom.xml b/instancio-tests/jpa-jakarta-tests/pom.xml index 562474b4f..8d68f49b6 100644 --- a/instancio-tests/jpa-jakarta-tests/pom.xml +++ b/instancio-tests/jpa-jakarta-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-tests - 4.5.1-SNAPSHOT + 4.5.1 jpa-jakarta-tests jar diff --git a/instancio-tests/jpa-javax-tests/pom.xml b/instancio-tests/jpa-javax-tests/pom.xml index 1cf800a47..271c1df2a 100644 --- a/instancio-tests/jpa-javax-tests/pom.xml +++ b/instancio-tests/jpa-javax-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-tests - 4.5.1-SNAPSHOT + 4.5.1 jpa-javax-tests jar diff --git a/instancio-tests/jpms-tests/jpms-bean-validation-hibernate-tests/pom.xml b/instancio-tests/jpms-tests/jpms-bean-validation-hibernate-tests/pom.xml index 031066256..b727cf481 100644 --- a/instancio-tests/jpms-tests/jpms-bean-validation-hibernate-tests/pom.xml +++ b/instancio-tests/jpms-tests/jpms-bean-validation-hibernate-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio jpms-tests - 4.5.1-SNAPSHOT + 4.5.1 jpms-bean-validation-hibernate-tests Instancio tests: JPMS Bean Validation Hibernate Tests diff --git a/instancio-tests/jpms-tests/jpms-bean-validation-jakarta-tests/pom.xml b/instancio-tests/jpms-tests/jpms-bean-validation-jakarta-tests/pom.xml index 71048ed85..06bb03032 100644 --- a/instancio-tests/jpms-tests/jpms-bean-validation-jakarta-tests/pom.xml +++ b/instancio-tests/jpms-tests/jpms-bean-validation-jakarta-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio jpms-tests - 4.5.1-SNAPSHOT + 4.5.1 jpms-bean-validation-jakarta-tests Instancio tests: JPMS Bean Validation Jakarta Tests diff --git a/instancio-tests/jpms-tests/jpms-guava-tests/pom.xml b/instancio-tests/jpms-tests/jpms-guava-tests/pom.xml index a8a737870..cab2f23d8 100644 --- a/instancio-tests/jpms-tests/jpms-guava-tests/pom.xml +++ b/instancio-tests/jpms-tests/jpms-guava-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio jpms-tests - 4.5.1-SNAPSHOT + 4.5.1 jpms-guava-tests Instancio tests: JPMS instancio-guava Tests diff --git a/instancio-tests/jpms-tests/jpms-quickcheck-tests/pom.xml b/instancio-tests/jpms-tests/jpms-quickcheck-tests/pom.xml index ed394adeb..213003226 100644 --- a/instancio-tests/jpms-tests/jpms-quickcheck-tests/pom.xml +++ b/instancio-tests/jpms-tests/jpms-quickcheck-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio jpms-tests - 4.5.1-SNAPSHOT + 4.5.1 jpms-quickcheck-tests Instancio tests: JPMS instancio-quickcheck Tests diff --git a/instancio-tests/jpms-tests/jpms-spi-impl/pom.xml b/instancio-tests/jpms-tests/jpms-spi-impl/pom.xml index a1bb4138f..c4dae4517 100644 --- a/instancio-tests/jpms-tests/jpms-spi-impl/pom.xml +++ b/instancio-tests/jpms-tests/jpms-spi-impl/pom.xml @@ -4,7 +4,7 @@ org.instancio jpms-tests - 4.5.1-SNAPSHOT + 4.5.1 jpms-spi-impl Instancio tests: JPMS Sample SPI implementation diff --git a/instancio-tests/jpms-tests/jpms-spi-tests/pom.xml b/instancio-tests/jpms-tests/jpms-spi-tests/pom.xml index deaf6175c..6512cadc6 100644 --- a/instancio-tests/jpms-tests/jpms-spi-tests/pom.xml +++ b/instancio-tests/jpms-tests/jpms-spi-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio jpms-tests - 4.5.1-SNAPSHOT + 4.5.1 jpms-spi-tests Instancio tests: JPMS SPI Tests diff --git a/instancio-tests/jpms-tests/jpms-standalone-tests/pom.xml b/instancio-tests/jpms-tests/jpms-standalone-tests/pom.xml index c8e0eeba1..b58b8a702 100644 --- a/instancio-tests/jpms-tests/jpms-standalone-tests/pom.xml +++ b/instancio-tests/jpms-tests/jpms-standalone-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio jpms-tests - 4.5.1-SNAPSHOT + 4.5.1 jpms-standalone-tests Instancio tests: JPMS Standalone Tests diff --git a/instancio-tests/jpms-tests/pom.xml b/instancio-tests/jpms-tests/pom.xml index 4d500297e..ee8011c7d 100644 --- a/instancio-tests/jpms-tests/pom.xml +++ b/instancio-tests/jpms-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-tests - 4.5.1-SNAPSHOT + 4.5.1 jpms-tests pom diff --git a/instancio-tests/kotlin-tests/pom.xml b/instancio-tests/kotlin-tests/pom.xml index 5bdd7c145..8ca289b24 100644 --- a/instancio-tests/kotlin-tests/pom.xml +++ b/instancio-tests/kotlin-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-tests - 4.5.1-SNAPSHOT + 4.5.1 kotlin-tests Instancio tests: Kotlin Tests diff --git a/instancio-tests/packaging-tests/pom.xml b/instancio-tests/packaging-tests/pom.xml index a74599206..05c431a57 100644 --- a/instancio-tests/packaging-tests/pom.xml +++ b/instancio-tests/packaging-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-tests - 4.5.1-SNAPSHOT + 4.5.1 packaging-tests Instancio tests: Packaging Tests diff --git a/instancio-tests/pom.xml b/instancio-tests/pom.xml index cdb9c5187..ff6c733bd 100644 --- a/instancio-tests/pom.xml +++ b/instancio-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-parent - 4.5.1-SNAPSHOT + 4.5.1 instancio-tests pom diff --git a/instancio-tests/report-aggregate/pom.xml b/instancio-tests/report-aggregate/pom.xml index 10be0e5ac..2627afc8e 100644 --- a/instancio-tests/report-aggregate/pom.xml +++ b/instancio-tests/report-aggregate/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-tests - 4.5.1-SNAPSHOT + 4.5.1 report-aggregate pom diff --git a/instancio-tests/spi-tests/pom.xml b/instancio-tests/spi-tests/pom.xml index 7a7862ca2..9b4e4d64e 100644 --- a/instancio-tests/spi-tests/pom.xml +++ b/instancio-tests/spi-tests/pom.xml @@ -4,7 +4,7 @@ org.instancio instancio-tests - 4.5.1-SNAPSHOT + 4.5.1 spi-tests jar diff --git a/pom.xml b/pom.xml index eb45b49f2..eac5afb64 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.instancio instancio-parent - 4.5.1-SNAPSHOT + 4.5.1 pom Instancio Parent @@ -34,7 +34,7 @@ https://github.com/instancio/instancio scm:git:https://github.com/instancio/instancio.git scm:git:https://github.com/instancio/instancio.git - HEAD + instancio-parent-4.5.1 @@ -59,7 +59,7 @@ ${maven.multiModuleProjectDirectory}/instancio-tests/report-aggregate/target/site/jacoco-aggregate/jacoco.xml - 4.5.0 + 4.5.1 33.1.0-jre 8.0.0.Final 11.9.0