Skip to content

Commit 2460b9a

Browse files
Update development version to 1.2.0-SNAPSHOT
1 parent e4138e4 commit 2460b9a

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

baton-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.technologybrewery.baton</groupId>
66
<artifactId>baton</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.2.0-SNAPSHOT</version>
88
</parent>
99

1010
<name>Baton::Maven Plugin</name>

examples/example-migration-configuration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.technologybrewery.baton</groupId>
66
<artifactId>examples</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.2.0-SNAPSHOT</version>
88
</parent>
99

1010
<name>Baton::Examples::Configuration</name>

examples/example-projects/custom-backup-location-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.technologybrewery.baton</groupId>
66
<artifactId>example-projects</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.2.0-SNAPSHOT</version>
88
</parent>
99

1010
<name>Baton::Examples::Projects::Custom Backup Location</name>

examples/example-projects/file-change-with-utils-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.technologybrewery.baton</groupId>
88
<artifactId>example-projects</artifactId>
9-
<version>1.1.0-SNAPSHOT</version>
9+
<version>1.2.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<name>Baton::Examples::Projects::General File Migrations</name>

examples/example-projects/ignore-migration-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.technologybrewery.baton</groupId>
66
<artifactId>example-projects</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.2.0-SNAPSHOT</version>
88
</parent>
99

1010
<name>Baton::Examples::Projects::Ignore Migration</name>

examples/example-projects/pom-version-update-with-utils-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.technologybrewery.baton</groupId>
88
<artifactId>example-projects</artifactId>
9-
<version>1.1.0-SNAPSHOT</version>
9+
<version>1.2.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<name>Baton::Examples::Projects::POM File Migrations</name>

examples/example-projects/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.technologybrewery.baton</groupId>
66
<artifactId>examples</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.2.0-SNAPSHOT</version>
88
</parent>
99

1010
<name>Baton::Examples::Projects</name>

examples/example-projects/simple-migration-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.technologybrewery.baton</groupId>
66
<artifactId>example-projects</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.2.0-SNAPSHOT</version>
88
</parent>
99

1010
<name>Baton::Examples::Projects::Simple Migrations</name>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.technologybrewery.baton</groupId>
66
<artifactId>baton</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.2.0-SNAPSHOT</version>
88
</parent>
99

1010
<name>Baton::Examples</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<groupId>org.technologybrewery.baton</groupId>
12-
<version>1.1.0-SNAPSHOT</version>
12+
<version>1.2.0-SNAPSHOT</version>
1313
<artifactId>baton</artifactId>
1414
<packaging>pom</packaging>
1515

0 commit comments

Comments
 (0)