[apex] Update jorje lib to 2020-06-04-ba31c0

This commit is contained in:
Andreas Dangel
2020-07-24 09:57:55 +02:00
parent 0738797738
commit 900635b664
5 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@
<properties>
<java.version>8</java.version>
<apex.jorje.version>2019-11-07-964d4a</apex.jorje.version>
<apex.jorje.version>2020-06-04-ba31c0</apex.jorje.version>
</properties>
<build>
@@ -79,7 +79,6 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>26.0-jre</version>
</dependency>
<dependency>
<groupId>com.google.j2objc</groupId>

View File

@@ -4,6 +4,6 @@
<modelVersion>4.0.0</modelVersion>
<groupId>apex</groupId>
<artifactId>apex-jorje-lsp-minimized</artifactId>
<version>2019-11-07-964d4a</version>
<version>2020-06-04-ba31c0</version>
<description>POM was created from install:install-file</description>
</project>

View File

@@ -3,10 +3,10 @@
<groupId>apex</groupId>
<artifactId>apex-jorje-lsp-minimized</artifactId>
<versioning>
<release>2019-11-07-964d4a</release>
<release>2020-06-04-ba31c0</release>
<versions>
<version>2019-11-07-964d4a</version>
<version>2020-06-04-ba31c0</version>
</versions>
<lastUpdated>20200117105703</lastUpdated>
<lastUpdated>20200724082242</lastUpdated>
</versioning>
</metadata>

View File

@@ -36,7 +36,8 @@ function minimize() {
pushd temp
find . -not -path "." \
-and -not -path ".." \
-and -not -path "./apex*" \
-and -not -path "./apex" \
-and -not -path "./apex/*" \
-and -not -path "./StandardApex*" \
-and -not -path "./messages*" \
-and -not -path "./com" \