Skip to content

Commit 1d347c0

Browse files
committed
updated to eventstore 0.7.0
1 parent 3659769 commit 1d347c0

File tree

175 files changed

+197
-205
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+197
-205
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--
33
44
Sliceworkz Event Modeling - an opinionated Event Modeling framework in Java
5-
Copyright © 2025 Sliceworkz / XTi (info@sliceworkz.org)
5+
Copyright © 2025-2026 Sliceworkz / XTi (info@sliceworkz.org)
66
77
This program is free software: you can redistribute it and/or modify
88
it under the terms of the GNU Lesser General Public License as published by
@@ -34,7 +34,7 @@
3434
<properties>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3636

37-
<sliceworkz.eventstore.version>0.6.4</sliceworkz.eventstore.version>
37+
<sliceworkz.eventstore.version>0.7.0</sliceworkz.eventstore.version>
3838

3939
<maven.minimal-version>3.6.3</maven.minimal-version>
4040

@@ -139,7 +139,7 @@
139139
<project.description>an opinionated Event Modeling framework in Java</project.description>
140140
<owner>Sliceworkz / XTi</owner>
141141
<email>info@sliceworkz.org</email>
142-
<year>2025</year>
142+
<year>2025-2026</year>
143143
</properties>
144144
<licenseSets>
145145
<licenseSet>

sliceworkz-eventmodeling-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--
33
44
Sliceworkz Event Modeling - an opinionated Event Modeling framework in Java
5-
Copyright © 2025 Sliceworkz / XTi (info@sliceworkz.org)
5+
Copyright © 2025-2026 Sliceworkz / XTi (info@sliceworkz.org)
66
77
This program is free software: you can redistribute it and/or modify
88
it under the terms of the GNU Lesser General Public License as published by

sliceworkz-eventmodeling-api/src/main/java/org/sliceworkz/eventmodeling/aggregates/Aggregate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Sliceworkz Event Modeling - an opinionated Event Modeling framework in Java
3-
* Copyright © 2025 Sliceworkz / XTi (info@sliceworkz.org)
3+
* Copyright © 2025-2026 Sliceworkz / XTi (info@sliceworkz.org)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Lesser General Public License as published by

sliceworkz-eventmodeling-api/src/main/java/org/sliceworkz/eventmodeling/aggregates/AggregateCapability.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Sliceworkz Event Modeling - an opinionated Event Modeling framework in Java
3-
* Copyright © 2025 Sliceworkz / XTi (info@sliceworkz.org)
3+
* Copyright © 2025-2026 Sliceworkz / XTi (info@sliceworkz.org)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Lesser General Public License as published by

sliceworkz-eventmodeling-api/src/main/java/org/sliceworkz/eventmodeling/aggregates/AggregateContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Sliceworkz Event Modeling - an opinionated Event Modeling framework in Java
3-
* Copyright © 2025 Sliceworkz / XTi (info@sliceworkz.org)
3+
* Copyright © 2025-2026 Sliceworkz / XTi (info@sliceworkz.org)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Lesser General Public License as published by

sliceworkz-eventmodeling-api/src/main/java/org/sliceworkz/eventmodeling/aggregates/AggregateEventAppender.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Sliceworkz Event Modeling - an opinionated Event Modeling framework in Java
3-
* Copyright © 2025 Sliceworkz / XTi (info@sliceworkz.org)
3+
* Copyright © 2025-2026 Sliceworkz / XTi (info@sliceworkz.org)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Lesser General Public License as published by

sliceworkz-eventmodeling-api/src/main/java/org/sliceworkz/eventmodeling/aggregates/AggregateSpecification.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Sliceworkz Event Modeling - an opinionated Event Modeling framework in Java
3-
* Copyright © 2025 Sliceworkz / XTi (info@sliceworkz.org)
3+
* Copyright © 2025-2026 Sliceworkz / XTi (info@sliceworkz.org)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Lesser General Public License as published by

sliceworkz-eventmodeling-api/src/main/java/org/sliceworkz/eventmodeling/automation/Automation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Sliceworkz Event Modeling - an opinionated Event Modeling framework in Java
3-
* Copyright © 2025 Sliceworkz / XTi (info@sliceworkz.org)
3+
* Copyright © 2025-2026 Sliceworkz / XTi (info@sliceworkz.org)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Lesser General Public License as published by

sliceworkz-eventmodeling-api/src/main/java/org/sliceworkz/eventmodeling/automation/AutomationContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Sliceworkz Event Modeling - an opinionated Event Modeling framework in Java
3-
* Copyright © 2025 Sliceworkz / XTi (info@sliceworkz.org)
3+
* Copyright © 2025-2026 Sliceworkz / XTi (info@sliceworkz.org)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Lesser General Public License as published by

sliceworkz-eventmodeling-api/src/main/java/org/sliceworkz/eventmodeling/automation/TodoListReadModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Sliceworkz Event Modeling - an opinionated Event Modeling framework in Java
3-
* Copyright © 2025 Sliceworkz / XTi (info@sliceworkz.org)
3+
* Copyright © 2025-2026 Sliceworkz / XTi (info@sliceworkz.org)
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU Lesser General Public License as published by

0 commit comments

Comments
 (0)