CRLF removed form text files

This commit is contained in:
lucio.lelii 2021-03-03 18:19:45 +01:00
parent 81a3b56306
commit 5c47523102
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash #!/bin/bash
#set distro to script's parent directory #set distro to script's parent directory
distro=$(cd ${0%/*} && echo $PWD/${0##*/}) distro=$(cd ${0%/*} && echo $PWD/${0##*/})
distro=$(dirname $distro) distro=$(dirname $distro)

View File

@ -9,7 +9,7 @@
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>smartgears-distribution</artifactId> <artifactId>smartgears-distribution</artifactId>
<version>3.2.0</version> <version>3.2.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>A distribution for the SmartGears Framework</name> <name>A distribution for the SmartGears Framework</name>
@ -29,7 +29,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId> <artifactId>gcube-smartgears-bom</artifactId>
<version>2.1.0</version> <version>2.1.0-SNAPSHOT</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>