Skip to content

Commit 2806e19

Browse files
chore(main): release 2.6.2
1 parent 40a072e commit 2806e19

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

CHANGELOG.md

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

3+
## [2.6.2](https://github.com/coveo/push-api-client.java/compare/v2.6.1...v2.6.2) (2025-08-18)
4+
5+
6+
### Documentation
7+
8+
* **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))
9+
310
## [2.6.1](https://github.com/coveo/push-api-client.java/compare/v2.6.0...v2.6.1) (2024-04-30)
411

512

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)