Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsBodewig committed Jan 14, 2024
1 parent b900473 commit 4704497
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions hibernate-based-migration-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>dev.bodewig.hibernate-based-migration</groupId>
<artifactId>hibernate-based-migration-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>hibernate-based-migration-example</artifactId>
<dependencies>
<dependency>
<groupId>dev.bodewig.hibernate-based-migration</groupId>
<artifactId>hibernate-based-migration</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -42,7 +42,7 @@
<plugin>
<groupId>dev.bodewig.hibernate-based-migration</groupId>
<artifactId>hibernate-based-migration-plugin</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<executions>
<execution>
<id>thaw</id>
Expand Down Expand Up @@ -99,7 +99,7 @@
<plugin>
<groupId>dev.bodewig.hibernate-based-migration</groupId>
<artifactId>hibernate-based-migration-plugin</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<executions>
<execution>
<id>freeze</id>
Expand Down
4 changes: 2 additions & 2 deletions hibernate-based-migration-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.bodewig.hibernate-based-migration</groupId>
<artifactId>hibernate-based-migration-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>hibernate-based-migration-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>dev.bodewig.hibernate-based-migration</groupId>
<artifactId>hibernate-based-migration</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 1 addition & 1 deletion hibernate-based-migration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>dev.bodewig.hibernate-based-migration</groupId>
<artifactId>hibernate-based-migration-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>hibernate-based-migration</artifactId>
<name>Hibernate Based Migration</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>dev.bodewig.hibernate-based-migration</groupId>
<artifactId>hibernate-based-migration-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>pom</packaging>
<name>Hibernate Based Migration Parent</name>
<description>Parent POM for Hibernate based migrations</description>
Expand Down

0 comments on commit 4704497

Please sign in to comment.