Skip to content

Commit f14300d

Browse files
chore(main): release 1.0.0 (#2)
1 parent 47f2b43 commit f14300d

4 files changed

Lines changed: 15 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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))

idempotentizer-core/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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

idempotentizer-sql/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
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>

0 commit comments

Comments
 (0)