Skip to content

Commit 47496c4

Browse files
chore(main): release 2.6.2 (#175)
Co-authored-by: developer-experience-bot[bot] <91079284+developer-experience-bot[bot]@users.noreply.github.com>
1 parent 1fd3770 commit 47496c4

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.6.2](https://github.com/coveo/push-api-client.java/compare/v2.6.1...v2.6.2) (2025-08-19)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update all dependencies j:cdx-227 ([#171](https://github.com/coveo/push-api-client.java/issues/171)) ([1fd3770](https://github.com/coveo/push-api-client.java/commit/1fd3770deef67b6fbd3586929838ea2de6cc45ab))
9+
10+
11+
### Documentation
12+
13+
* **readme:** add info to code snippets ([#173](https://github.com/coveo/push-api-client.java/issues/173)) ([5c7afd4](https://github.com/coveo/push-api-client.java/commit/5c7afd45c8c8fd86b929798fe70565e2602484ab))
14+
315
## [2.6.1](https://github.com/coveo/push-api-client.java/compare/v2.6.0...v2.6.1) (2024-04-30)
416

517

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>com.coveo</groupId>
86
<artifactId>push-api-client.java</artifactId>
9-
<version>2.6.2-SNAPSHOT</version>
7+
<version>2.6.2</version>
108
<name>${project.groupId}:${project.artifactId}</name>
119
<packaging>jar</packaging>
1210
<description>Coveo Push API client. See more on https://github.com/coveo/push-api-client.java</description>
@@ -53,7 +51,7 @@
5351
<groupId>org.apache.maven.plugins</groupId>
5452
<artifactId>maven-source-plugin</artifactId>
5553
<version>3.3.1</version>
56-
<configuration />
54+
<configuration/>
5755
<executions>
5856
<execution>
5957
<id>attach-sources</id>
@@ -76,7 +74,7 @@
7674
<include>src/test/java/**/*.java</include>
7775
</includes>
7876

79-
<googleJavaFormat />
77+
<googleJavaFormat/>
8078

8179
</java>
8280
</configuration>

0 commit comments

Comments
 (0)