From db1ffbf238b5d5b3badbc48fc3c243cadf7ead9a Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 25 Oct 2024 17:56:30 +0000
Subject: [PATCH] Remove snapshot version
---
README.md | 2 +-
hibernate-based-migration-example/pom.xml | 8 ++++----
hibernate-based-migration-plugin/pom.xml | 4 ++--
hibernate-based-migration/pom.xml | 2 +-
pom.xml | 2 +-
5 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index 9a86135..e4d3acf 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Hibernate Based Migrations are a ~~simple~~ method to do complex migrations of p
dev.bodewig.hibernate-based-migration
hibernate-based-migration-plugin
- 1.0.2-SNAPSHOT
+ 1.0.2
```
diff --git a/hibernate-based-migration-example/pom.xml b/hibernate-based-migration-example/pom.xml
index 6520e15..54a87a2 100644
--- a/hibernate-based-migration-example/pom.xml
+++ b/hibernate-based-migration-example/pom.xml
@@ -4,14 +4,14 @@
dev.bodewig.hibernate-based-migration
hibernate-based-migration-parent
- 1.0.2-SNAPSHOT
+ 1.0.2
hibernate-based-migration-example
dev.bodewig.hibernate-based-migration
hibernate-based-migration
- 1.0.2-SNAPSHOT
+ 1.0.2
@@ -42,7 +42,7 @@
dev.bodewig.hibernate-based-migration
hibernate-based-migration-plugin
- 1.0.2-SNAPSHOT
+ 1.0.2
thaw
@@ -99,7 +99,7 @@
dev.bodewig.hibernate-based-migration
hibernate-based-migration-plugin
- 1.0.2-SNAPSHOT
+ 1.0.2
freeze
diff --git a/hibernate-based-migration-plugin/pom.xml b/hibernate-based-migration-plugin/pom.xml
index 50d8f0a..4524cf1 100644
--- a/hibernate-based-migration-plugin/pom.xml
+++ b/hibernate-based-migration-plugin/pom.xml
@@ -4,7 +4,7 @@
dev.bodewig.hibernate-based-migration
hibernate-based-migration-parent
- 1.0.2-SNAPSHOT
+ 1.0.2
hibernate-based-migration-plugin
maven-plugin
@@ -60,7 +60,7 @@
dev.bodewig.hibernate-based-migration
hibernate-based-migration
- 1.0.2-SNAPSHOT
+ 1.0.2
diff --git a/hibernate-based-migration/pom.xml b/hibernate-based-migration/pom.xml
index 7d77b75..126cb58 100644
--- a/hibernate-based-migration/pom.xml
+++ b/hibernate-based-migration/pom.xml
@@ -4,7 +4,7 @@
dev.bodewig.hibernate-based-migration
hibernate-based-migration-parent
- 1.0.2-SNAPSHOT
+ 1.0.2
hibernate-based-migration
Hibernate Based Migration
diff --git a/pom.xml b/pom.xml
index 9d22bd2..3a464b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
dev.bodewig.hibernate-based-migration
hibernate-based-migration-parent
- 1.0.2-SNAPSHOT
+ 1.0.2
pom
Hibernate Based Migration Parent
Parent POM for Hibernate based migrations