Skip to content

Commit dc358c0

Browse files
committed
setup heroku
1 parent 6aa0caf commit dc358c0

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

.gitignore

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
/target
2-
/simpleworklist.iml
3-
/.classpath
4-
/.project
5-
/.idea
6-
/.settings
7-
/SimpleWorklist.mdzip.bak
8-
/mvn.log
9-
/org.woehlke.simpleworklist.entities.Project
10-
/org.woehlke.simpleworklist.entities.Task
11-
/simpleworklist
12-
/simpleworklistsearch
13-
/simpleworklistsearch2
14-
/pom.xml.releaseBackup
15-
/release.properties
16-
/etc/mavenlog.txt
17-
/etc/mavenlog1.txt
18-
/etc/mavenlog2.txt
19-
/etc/mavenlog3.txt
20-
target/
21-
.env
22-
.idea/
23-
*.iml
24-
.classpath
25-
.project
26-
.settings/
27-
docs/tmp/
28-
docs/java-getting-started/
29-
docs/deploying-spring-boot-apps/
30-
setenv.sh
31-
1+
/target
2+
/simpleworklist.iml
3+
/.classpath
4+
/.project
5+
/.idea
6+
/.settings
7+
/SimpleWorklist.mdzip.bak
8+
/mvn.log
9+
/org.woehlke.simpleworklist.entities.Project
10+
/org.woehlke.simpleworklist.entities.Task
11+
/simpleworklist
12+
/simpleworklistsearch
13+
/simpleworklistsearch2
14+
/pom.xml.releaseBackup
15+
/release.properties
16+
/etc/mavenlog.txt
17+
/etc/mavenlog1.txt
18+
/etc/mavenlog2.txt
19+
/etc/mavenlog3.txt
20+
target/
21+
.env
22+
.idea/
23+
*.iml
24+
.classpath
25+
.project
26+
.settings/
27+
docs/tmp/
28+
docs/java-getting-started/
29+
docs/deploying-spring-boot-apps/
30+
setenv.sh
31+
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.1/apache-maven-3.6.1-bin.zip
2-
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.5/maven-wrapper-0.5.5.jar
1+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.1/apache-maven-3.6.1-bin.zip
2+
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.5/maven-wrapper-0.5.5.jar

0 commit comments

Comments
 (0)