Skip to content

Commit d3e30cf

Browse files
author
Psilo
committed
add .gitattributes file
1 parent a984a5e commit d3e30cf

File tree

4 files changed

+3
-64
lines changed

4 files changed

+3
-64
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

.gitlab-ci.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

ci_settings.xml

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/main/java/info/unterrainer/commons/parentpom/Information.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
public class Information {
44
public static final String name = "Parent-POM";
5-
public static final String buildTime = "2020-10-22T06:14:44Z";
6-
public static final String pomVersion = "0.0.23";
5+
public static final String buildTime = "2020-10-22T08:06:30Z";
6+
public static final String pomVersion = "0.1.1";
77
}

0 commit comments

Comments
 (0)