Skip to content

Commit

Permalink
v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zaak committed Jul 24, 2021
1 parent 5346ab7 commit edcf48f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ This repository contains ready-to-use code samples created for the CKFinder Java
If you are using Gradle:

```sh
java -jar build/libs/ckfinder-docs-samples-java-3.5.1.1.jar
java -jar build/libs/ckfinder-docs-samples-java-3.5.2.jar
```

If you are using Maven:

```sh
java -jar target/ckfinder-docs-samples-java-3.5.1.1.jar
java -jar target/ckfinder-docs-samples-java-3.5.2.jar
```

4. Open http://localhost:8080/ckfinder/static/samples/index.html in your browser to see CKFinder samples.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ repositories {

dependencies {
compile 'org.springframework.boot:spring-boot-starter-web:2.1.4.RELEASE'
compile 'com.cksource:ckfinder3:3.5.1.1'
compile 'com.cksource:ckfinder3:3.5.2'
}

group = 'com.cksource'
version = '3.5.1.1'
version = '3.5.2'
sourceCompatibility = 1.8
targetCompatibility = 1.8
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.cksource</groupId>
<artifactId>ckfinder-docs-samples-java</artifactId>
<version>3.5.1.1</version>
<version>3.5.2</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.cksource</groupId>
<artifactId>ckfinder3</artifactId>
<version>3.5.1.1</version>
<version>3.5.2</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit edcf48f

Please sign in to comment.