Skip to content

Commit 0d084b4

Browse files
Fix references to 1.1.4-SNAPSHOT. Fix wrong URLs in README.md
1 parent 98bec40 commit 0d084b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ The cloudinary_java library is available in [Maven Central](https://repo1.maven.
3131
<version>1.2.0</version>
3232
</dependency>
3333

34-
Alternatively, download cloudinary_java from [here](https://repo1.maven.org/maven2/com/cloudinary/cloudinary-core/1.2.0/cloudinary-core-1.2.0.jar) and [here](https://repo1.maven.org/maven2/com/cloudinary/cloudinary-http44/1.2.0/cloudinary-http42-1.2.0.jar)
35-
and see [pom.xml](https://github.com/cloudinary/cloudinary_java/blob/master/cloudinary-http42/pom.xml) for library dependencies.
34+
Alternatively, download cloudinary_java from [here](https://repo1.maven.org/maven2/com/cloudinary/cloudinary-core/1.2.0/cloudinary-core-1.2.0.jar) and [here](https://repo1.maven.org/maven2/com/cloudinary/cloudinary-http44/1.2.0/cloudinary-http44-1.2.0.jar)
35+
and see [pom.xml](https://github.com/cloudinary/cloudinary_java/blob/master/cloudinary-http44/pom.xml) for library dependencies.
3636

3737
## Try it right away
3838

samples/photo_album/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<dependency>
2424
<groupId>com.cloudinary</groupId>
2525
<artifactId>cloudinary-taglib</artifactId>
26-
<version>1.1.4-SNAPSHOT</version>
26+
<version>1.2.1-SNAPSHOT</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.cloudinary</groupId>
3030
<artifactId>cloudinary-http44</artifactId>
31-
<version>1.1.4-SNAPSHOT</version>
31+
<version>1.2.1-SNAPSHOT</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.springframework</groupId>

0 commit comments

Comments
 (0)