Skip to content

Commit

Permalink
Remove snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 25, 2024
1 parent 5dc511d commit 35c9caa
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Hibernate Based Migrations are a ~~simple~~ method to do complex migrations of p
<plugin>
<groupId>dev.bodewig.hibernate-based-migration</groupId>
<artifactId>hibernate-based-migration-plugin</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</plugin>
```

Expand Down
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.2-SNAPSHOT</version>
<version>1.0.2</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.2-SNAPSHOT</version>
<version>1.0.2</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.2-SNAPSHOT</version>
<version>1.0.2</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.2-SNAPSHOT</version>
<version>1.0.2</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.2-SNAPSHOT</version>
<version>1.0.2</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.2-SNAPSHOT</version>
<version>1.0.2</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.2-SNAPSHOT</version>
<version>1.0.2</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.2-SNAPSHOT</version>
<version>1.0.2</version>
<packaging>pom</packaging>
<name>Hibernate Based Migration Parent</name>
<description>Parent POM for Hibernate based migrations</description>
Expand Down

0 comments on commit 35c9caa

Please sign in to comment.