Skip to content

Commit 6604e1b

Browse files
committed
Update readme, pom before release
1 parent 1a99948 commit 6604e1b

File tree

2 files changed

+43
-2
lines changed

2 files changed

+43
-2
lines changed

README.md

+42-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ It was split off from the bw-util project to avoid some circular dependency issu
77

88
## Requirements
99

10-
1. JDK 8
10+
1. JDK 17
1111
2. Maven 3
1212

1313
## Building Locally
@@ -81,3 +81,44 @@ For full details, see [Sonatype's documentation for using Maven to publish relea
8181
* Add a concept entity with a couple of methods and use it.
8282
* Add a do not use flag to locations
8383
* Add more information to message to identify property.
84+
85+
#### 5.0.2
86+
* Next stage in removing the bw-xml module.
87+
* icalendar schema moved into its own module
88+
* Many modules updated to refer to it
89+
* calws schema moved into caldav
90+
* feature pack update to deploy calws wsdls into bedework-content
91+
* Fix handling of UNTIL element in recurrences when converting to/from xml
92+
* Cosmetic and use instanceof patterns
93+
*
94+
#### 5.0.3
95+
* Update library versions
96+
97+
#### 5.0.4
98+
* Update library versions
99+
* Update for new ical4j version
100+
101+
#### 5.0.5
102+
* Update library versions
103+
* Add processing for exdate and fix exrule
104+
105+
#### 5.0.6
106+
* Update library versions
107+
* New class to handle event participants.
108+
109+
#### 5.0.7
110+
* Update library versions
111+
112+
#### 5.0.8
113+
* Update library versions
114+
* Missing endCalendar call so no result.
115+
* New index value
116+
117+
#### 5.0.9
118+
* Update library versions
119+
* Normalize the property list when converting from ical to xml. Unable to handle multivalued exdate and rdate so split them into a number of single valued properties.
120+
121+
#### 5.0.10
122+
* Update library versions
123+
* Move response classes and ToString into bw-base module.
124+
* Pre-jakarta

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.bedework</groupId>
66
<artifactId>bedework-parent</artifactId>
7-
<version>91-SNAPSHOT</version>
7+
<version>98</version>
88
</parent>
99

1010
<artifactId>bw-util2</artifactId>

0 commit comments

Comments
 (0)