File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 1.0.0 (2024-05-01)
4+
5+
6+ ### Features
7+
8+ * include returned value for processed requests ([ b53ad80] ( https://github.com/3rs4lg4d0/idempotentizer/commit/b53ad80f5c83031206d91e6f604c7563c1f5b138 ) )
9+ * include SQL repository implementation ([ 8c07403] ( https://github.com/3rs4lg4d0/idempotentizer/commit/8c07403a5ddd4533ba64e9b59126c51224550043 ) )
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
43 <modelVersion >4.0.0</modelVersion >
54
65 <parent >
76 <groupId >com.ersalgado</groupId >
87 <artifactId >idempotentizer-parent</artifactId >
9- <version >0 .0.1-SNAPSHOT </version >
8+ <version >1 .0.0 </version >
109 <relativePath >../pom.xml</relativePath >
1110 </parent >
1211
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
43 <modelVersion >4.0.0</modelVersion >
54
65 <parent >
76 <groupId >com.ersalgado</groupId >
87 <artifactId >idempotentizer-parent</artifactId >
9- <version >0 .0.1-SNAPSHOT </version >
8+ <version >1 .0.0 </version >
109 <relativePath >../pom.xml</relativePath >
1110 </parent >
1211
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
43 <modelVersion >4.0.0</modelVersion >
54
65 <groupId >com.ersalgado</groupId >
76 <artifactId >idempotentizer-parent</artifactId >
8- <version >0 .0.1-SNAPSHOT </version >
7+ <version >1 .0.0 </version >
98 <name >idempotentizer-parent</name >
109 <description >Idempotentizer Java library</description >
1110 <packaging >pom</packaging >
You can’t perform that action at this time.
0 commit comments