File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Mindee Java API Library Changelog
2
2
3
+ ## v3.2.1 - 2023-03-28
4
+ ### Changes
5
+ * :arrow_up : update httpClient and picocli
6
+
7
+
3
8
## v3.2.0 - 2023-03-27
4
9
### Changes
5
10
* :sparkles : add ** experimental** support for line items reconstruction in custom APIs
Original file line number Diff line number Diff line change @@ -5,4 +5,6 @@ if ! ls ./target/libs/picocli-* 2>&1 >/dev/null; then
5
5
mvn dependency:copy-dependencies -DoutputDirectory=target/libs -Dhttps.protocols=TLSv1.2
6
6
fi
7
7
8
- java -cp " target/mindee-api-java-3.2.0.jar:target/libs/*" com.mindee.CommandLineInterface " $@ "
8
+ VERSION=$( grep -m1 -o -P ' (?<=\<version\>)[0-9.]*(?!/<\/version>)' pom.xml)
9
+
10
+ java -cp " target/mindee-api-java-${VERSION} .jar:target/libs/*" com.mindee.CommandLineInterface " $@ "
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.mindee.sdk</groupId >
7
7
<artifactId >mindee-api-java</artifactId >
8
- <version >3.2.0 </version >
8
+ <version >3.2.1 </version >
9
9
<modelVersion >4.0.0</modelVersion >
10
10
<name >Mindee Java Helper Library</name >
11
- <description >Java Library to call Mindee's Off The Shelf and Custom APIs</description >
11
+ <description >Java Library to call Mindee's Off- The- Shelf and Custom APIs</description >
12
12
<url >https://github.com/mindee/mindee-api-java</url >
13
13
<inceptionYear >2022</inceptionYear >
14
14
<organization >
You can’t perform that action at this time.
0 commit comments