File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 >
7674 <include >src/test/java/**/*.java</include >
7775 </includes >
7876
79- <googleJavaFormat />
77+ <googleJavaFormat />
8078
8179 </java >
8280 </configuration >
You can’t perform that action at this time.
0 commit comments