Skip to content

Commit 9d2d36d

Browse files
Update README.md
updated installation command for 1.8 util jar file
1 parent 6b19844 commit 9d2d36d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ Before building the application, you need to install the movie-service-utils dep
2020
### For Java 1.8 Version
2121
```bash
2222
mvn install:install-file \
23-
-Dfile=./built-library/0_1_0/movie-service-utils-1.0-SNAPSHOT.jar \
24-
-DgroupId=com.amazon.sample \
23+
-Dfile=./movie-service-utils/built-library/0_1_0/movie-service-utils-0.1.0.jar \
24+
-DgroupId=com.amazonaws.sample \
2525
-DartifactId=movie-service-utils \
26-
-Dversion=1.0-SNAPSHOT \
26+
-Dversion=0.1.0 \
2727
-Dpackaging=jar
2828
```
2929

@@ -132,10 +132,10 @@ This application has a Caching layer built in to cache the responses from AWS Ap
132132
### For Java 1.8 Version
133133
```bash
134134
mvn install:install-file \
135-
-Dfile=./built-library/0_1_0/movie-service-utils-1.0-SNAPSHOT.jar \
136-
-DgroupId=com.amazon.sample \
135+
-Dfile=./movie-service-utils/built-library/0_1_0/movie-service-utils-0.1.0.jar \
136+
-DgroupId=com.amazonaws.sample \
137137
-DartifactId=movie-service-utils \
138-
-Dversion=1.0-SNAPSHOT \
138+
-Dversion=0.1.0 \
139139
-Dpackaging=jar
140140
```
141141

0 commit comments

Comments
 (0)