Skip to content

Commit

Permalink
release of JACIS 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWiemer committed Apr 24, 2024
1 parent fb08b4a commit 94a3eb7
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
//=== JACIS VERSION:
version=2.1.0-2024-04-23
//=format for release: 2.1.25
//=format for snapshot: 2.0.26-2023-01-01 (on the way to 2.0.26)
//=== DEPENDENCIES
############################
# JACIS VERSION:
############################
version=2.1.0
#=format for release: 2.1.25
#=format for snapshot: 2.0.26-2023-01-01 (on the way to 2.0.26)
#
############################
# DEPENDENCIES
############################
version_slf4j=2.0.13
//=Important Note:
//=* logback 1.3.x compatible with JDK 8 and javax.* namespace
//=* logback 1.4.x compatible with JDK >=11 and jakarta.* namespace
#= Important Note for logback:
#=* logback 1.3.x compatible with JDK 8 and javax.* namespace
#=* logback 1.4.x compatible with JDK >=11 and jakarta.* namespace
version_logback=1.5.6
version_junit=4.13.2
//=== EXTENSIONS
#
############################
# EXTENSIONS
############################
version_eclipse_store=1.3.1
version_xodus=2.0.1
version_jackson=2.17.0
//=== MISC
//org.gradle.warning.mode=all
#
###########################
# MISC
############################
#org.gradle.warning.mode=all

0 comments on commit 94a3eb7

Please sign in to comment.