Skip to content

Commit

Permalink
Merge pull request #21 from TechnologyBrewery/update-development-version
Browse files Browse the repository at this point in the history
Update development version to 1.2.0-SNAPSHOT
  • Loading branch information
cpointe-ibllanos authored Jul 11, 2024
2 parents e4138e4 + 2460b9a commit 2cbff76
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</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>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</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>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<name>Baton::Examples::Projects::Custom Backup Location</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.technologybrewery.baton</groupId>
<artifactId>example-projects</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<name>Baton::Examples::Projects::General File Migrations</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>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<name>Baton::Examples::Projects::Ignore Migration</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.technologybrewery.baton</groupId>
<artifactId>example-projects</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<name>Baton::Examples::Projects::POM File Migrations</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>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</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>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</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>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</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>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<artifactId>baton</artifactId>
<packaging>pom</packaging>

Expand Down

0 comments on commit 2cbff76

Please sign in to comment.