Skip to content

Commit 49a5ffa

Browse files
committed
change dependency to published 1.0.8 and change installation instructions accordingly
1 parent b588cf3 commit 49a5ffa

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

samples/photo_album/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,7 @@ Run the following commands from your shell.
1010
Clone the Cloudinary Java project:
1111

1212
git clone git://github.com/cloudinary/cloudinary_java.git
13-
14-
Compile the parent project and install it locally, Note: This sample depends on a snapshot build of the Java client which isn't available on an external maven repository:
15-
16-
cd cloudinary_java
17-
mvn compile && mvn install
18-
13+
1914
Compile the sample project and create a WAR file (package):
2015

2116
cd samples/photo_album

samples/photo_album/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.cloudinary</groupId>
2525
<artifactId>cloudinary-taglib</artifactId>
26-
<version>1.0.8-SNAPSHOT</version>
26+
<version>1.0.8</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.springframework</groupId>

0 commit comments

Comments
 (0)