Skip to content

Commit 5dac369

Browse files
committed
[eol] Fix end of file markers
1 parent c2ef958 commit 5dac369

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Set default behaviour, in case users don't have core.autocrlf set.
2-
* text=auto
2+
* text=auto

src/it/migration-plugin-check-env-pom/invoker.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
invoker.goals = clean migration:up test
17+
invoker.goals = clean migration:up test

src/it/migration-plugin-check-env/invoker.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
invoker.goals = clean -Dmigration.env=other migration:up test
17+
invoker.goals = clean -Dmigration.env=other migration:up test

src/it/migration-plugin-check-multi/invoker.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
invoker.goals = -X clean migration:up test
17+
invoker.goals = -X clean migration:up test

src/it/migration-plugin-check/invoker.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
invoker.goals = clean migration:up test
17+
invoker.goals = clean migration:up test

src/it/migration-plugin-command-down/invoker.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
invoker.goals = -X migration:status migration:up migration:status migration:down -Dmigration.down.steps=ALL
17+
invoker.goals = -X migration:status migration:up migration:status migration:down -Dmigration.down.steps=ALL

src/it/migration-plugin-command-parameter/invoker.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
invoker.goals = -X migration:status migration:up -Dmigration.up.steps=1 migration:status
17+
invoker.goals = -X migration:status migration:up -Dmigration.up.steps=1 migration:status

src/it/migration-plugin-command-script/invoker.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
#
1616

1717
invoker.goals = migration:script
18-
invoker.mavenOpts = -Dmigration.v1=20100425200643 -Dmigration.v2=20100425200646 -Dmigration.output=target/migratie_script.sql
18+
invoker.mavenOpts = -Dmigration.v1=20100425200643 -Dmigration.v2=20100425200646 -Dmigration.output=target/migratie_script.sql

src/it/migration-plugin-command-script/verify.bsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ catch( Throwable t )
99
{
1010
t.printStackTrace();
1111
return false;
12-
}
12+
}

src/it/migration-plugin-command/invoker.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
invoker.goals = migration:status migration:up migration:status
17+
invoker.goals = migration:status migration:up migration:status

src/it/migration-plugin-init-repo/invoker.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
invoker.goals = migration:init
17+
invoker.goals = migration:init

src/it/migration-plugin-init-repo/verify.bsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ catch( Throwable t )
99
{
1010
t.printStackTrace();
1111
return false;
12-
}
12+
}

src/it/migration-plugin-new/invoker.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
invoker.goals = clean migration:init migration:new -Dmigration.description=test1 -Dmigration.template=template.sql
17+
invoker.goals = clean migration:init migration:new -Dmigration.description=test1 -Dmigration.template=template.sql

src/it/migration-plugin-new/template.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
-- limitations under the License.
1515
--
1616

17-
-- Test template
17+
-- Test template

src/it/migration-plugin-new/verify.bsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ catch( Throwable t )
2222
{
2323
t.printStackTrace();
2424
return false;
25-
}
25+
}

src/it/migration-plugin-report-multi/invoker.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
invoker.goals = clean site
17+
invoker.goals = clean site

src/it/migration-plugin-report-multi/verify.bsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ catch( Throwable t )
99
{
1010
t.printStackTrace();
1111
return false;
12-
}
12+
}

src/it/migration-plugin-report/invoker.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
invoker.goals = clean site
17+
invoker.goals = clean site

src/it/migration-plugin-report/verify.bsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ catch( Throwable t )
99
{
1010
t.printStackTrace();
1111
return false;
12-
}
12+
}

src/test/java/org/mybatis/maven/testing/ConfigurationException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ public ConfigurationException(Throwable cause) {
7373
public ConfigurationException(String message, Throwable cause) {
7474
super(message, cause);
7575
}
76-
}
76+
}

0 commit comments

Comments
 (0)