Skip to content

Commit

Permalink
📝 Prepare release baton-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Apr 15, 2024
1 parent f7083fd commit f928a6e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion baton-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.technologybrewery.baton</groupId>
<artifactId>baton</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<name>Baton::Maven Plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/example-migration-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.technologybrewery.baton</groupId>
<artifactId>examples</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<name>Baton::Examples::Configuration</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.technologybrewery.baton</groupId>
<artifactId>example-projects</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<name>Baton::Examples::Projects::Custom Backup Location</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/example-projects/ignore-migration-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.technologybrewery.baton</groupId>
<artifactId>example-projects</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<name>Baton::Examples::Projects::Ignore Migration</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/example-projects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.technologybrewery.baton</groupId>
<artifactId>examples</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<name>Baton::Examples::Projects</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/example-projects/simple-migration-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.technologybrewery.baton</groupId>
<artifactId>example-projects</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<name>Baton::Examples::Projects::Simple Migrations</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.technologybrewery.baton</groupId>
<artifactId>baton</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<name>Baton::Examples</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<groupId>org.technologybrewery.baton</groupId>
<version>0.3.0-SNAPSHOT</version>
<version>1.0.0</version>
<artifactId>baton</artifactId>
<packaging>pom</packaging>

Expand Down

0 comments on commit f928a6e

Please sign in to comment.