Skip to content

Commit 642fdfa

Browse files
committed
[Tech] Bump version to 1.1.2
1 parent af27874 commit 642fdfa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ To use Java API, add the following dependency to your Maven project:
9999
<dependency>
100100
<groupId>com.exadel.etoolbox</groupId>
101101
<artifactId>etoolbox-anydiff-core</artifactId>
102-
<version>1.1.1</version> <!-- always prefer the latest stable version -->
102+
<version>1.1.2</version> <!-- always prefer the latest stable version -->
103103
</dependency>
104104
```
105105

cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.exadel.etoolbox</groupId>
99
<artifactId>etoolbox-anydiff</artifactId>
10-
<version>1.1.1</version>
10+
<version>1.1.2</version>
1111
</parent>
1212

1313
<artifactId>etoolbox-anydiff-cli</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.exadel.etoolbox</groupId>
99
<artifactId>etoolbox-anydiff</artifactId>
10-
<version>1.1.1</version>
10+
<version>1.1.2</version>
1111
</parent>
1212

1313
<artifactId>etoolbox-anydiff-core</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.exadel.etoolbox</groupId>
88
<artifactId>etoolbox-anydiff</artifactId>
9-
<version>1.1.1</version>
9+
<version>1.1.2</version>
1010

1111
<name>Exadel Toolbox AnyDiff</name>
1212
<description>Compares files, folders, web pages, content packages and more inside and outside the AEM ecosystem</description>

0 commit comments

Comments
 (0)