Skip to content

Commit 2eb6c13

Browse files
authored
Merge pull request heroku#75 from heroku/spring-2.1.1
Upgrade to spring 2.1.1
2 parents 6e3c537 + d108cff commit 2eb6c13

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/java-getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ To create a local copy of a sample app that you can deploy to Heroku, execute th
111111
```term
112112
:::>- $ git clone https://github.com/heroku/java-getting-started
113113
:::>- $ cd java-getting-started
114+
:::-- $ git fetch
115+
:::-- $ git merge origin/master
114116
```
115117

116118
You now have a functioning Git repository that contains a simple Java application. The application includes a `pom.xml` file, which is used by Java's dependency manager, Maven.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>
13-
<version>2.0.7.RELEASE</version>
13+
<version>2.1.1.RELEASE</version>
1414
<relativePath/>
1515
</parent>
1616
<name>java-getting-started</name>

0 commit comments

Comments
 (0)