Skip to content

Commit

Permalink
2.6.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
verhas committed May 11, 2024
1 parent 0c65230 commit fccf4b9
Show file tree
Hide file tree
Showing 78 changed files with 281 additions and 279 deletions.
4 changes: 2 additions & 2 deletions .mvn/extensions.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
This file was generated from extensions.jam in the same directory as extensions.xml
The latest version is 2.5.0.
The latest version is 2.6.0.
--><extensions>
<extension>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-maven-extension</artifactId>
<version>2.5.0</version>
<version>2.6.0</version>
</extension>
</extensions>
6 changes: 3 additions & 3 deletions BUILTIN.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You need the following dependency in your project:
<dependency>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-api</artifactId>
<version>2.6.0</version>
<version>2.6.1-SNAPSHOT</version>
</dependency>
----

Expand All @@ -50,7 +50,7 @@ In later versions, when we will do a bit more in our macros we will also need th
<dependency>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-tools</artifactId>
<version>2.6.0</version>
<version>2.6.1-SNAPSHOT</version>
</dependency>
----

Expand Down Expand Up @@ -107,7 +107,7 @@ To use the test support library, you have to add the dependency to your `pom.xml
<dependency>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-testsupport</artifactId>
<version>2.6.0</version>
<version>2.6.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
----
Expand Down
8 changes: 5 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ TOC
|image:{jamal_home}actions/workflows/jamal-build.yml/badge.svg[Java CI with Maven,link={jamal_home}actions/workflows/jamal-build.yml]
|===


NOTE: This is the latest development documentation.
To see the documentation of a release, you have to follow the link in the documentation link:RELEASES.adoc[`RELEASES.adoc`].
If you want to read the latest release, please visit link:{jamal_home}/tree/v2.5.0[Jamal2.5.0]



Expand Down Expand Up @@ -85,7 +87,7 @@ Having that, you can issue the command:

[source]
----
mvn com.javax0.jamal:jamal-maven-plugin:2.6.0:jamal
mvn com.javax0.jamal:jamal-maven-plugin:2.6.1-SNAPSHOT:jamal
----

if you have a `pom.xml` file in your directory.
Expand All @@ -108,7 +110,7 @@ Create a `.mvn` directory with an `extensions.xml` file in your project root.
<extension>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-maven-extension</artifactId>
<version>2.6.0</version>
<version>2.6.1-SNAPSHOT</version>
</extension>
</extensions>
----
Expand Down
2 changes: 1 addition & 1 deletion README.jrf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is a Jamal reference file containing serialized base64 encoded macros
# Created: 2024-05-11 15:20:33 +0200
# Created: 2024-05-11 20:51:45 +0200
# id|openStr|closeStr|verbatim|tailParameter|pure|content|parameters
# TOC
VE9D|eyU=|JX0=|0|0|0|Ci4gPDxJbnN0YWxsYXRpb24+PgouIDw8R1M+PgouIDw8Q29uZmlndXJhdGlvbj4+Ci4gPDxGZWF0dXJlcz4+Ci4gPDxDb250cmlidXRpbmc+PgouIDw8RG9jdW1lbnRhdGlvbj4+Ci4gPDxMaWNlbnNlPj4KLiA8PENoYW5nZWxvZz4+Ci4gPDxSb2FkbWFwPj4KLiA8PFN1cHBvcnQ+PgouIDw8RkFRPj4KLiA8PE1haW50ZW5hbmNlPj4=|
2 changes: 1 addition & 1 deletion documentation/JAMAL_API.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you use Maven, you can simply have
<dependency>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-engine</artifactId>
<version>2.6.0</version>
<version>2.6.1-SNAPSHOT</version>
</dependency>
----

Expand Down
2 changes: 1 addition & 1 deletion documentation/SAMPLE_README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@


How to use Jamal in five minutes.
This is a sample readme of the version `2.6.0`.
This is a sample readme of the version `2.6.1-SNAPSHOT`.


2 changes: 1 addition & 1 deletion documentation/TUTORIAL-5min.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The result, processed by Jamal finally is:
How to use Jamal in five minutes.
This is a sample readme of the version `2.6.0`.
This is a sample readme of the version `2.6.1-SNAPSHOT`.
Expand Down
6 changes: 3 additions & 3 deletions documentation/macros/require.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ will result
.output
[source]
----
The current version 2.6 is older than the required version. It has to be newer.
The current version 2.6.1-SNAPSHOT is older than the required version. It has to be newer.
----


Expand All @@ -72,11 +72,11 @@ will result in
.output
[source]
----
This documentation was processed using the version 2.6.0
This documentation was processed using the version 2.6.1-SNAPSHOT
----


NOTE: In the documentation of Jamal (this document and other modules) we do not use this macro.
The documentation is about the version of Jamal, which is the source code and not the one running.
They may be different.
The version of the documented code is in the `pom.xml` file: `2.6.0`.
The version of the documented code is in the `pom.xml` file: `2.6.1-SNAPSHOT`.
2 changes: 1 addition & 1 deletion install-asciidoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pushd .asciidoctor/lib
echo "removing all old files"
rm -f *
echo "unzipping the libraries from the local maven repo"
unzip ~/.m2/repository/com/javax0/jamal/jamal-asciidoc/2.6.0/jamal-asciidoc-2.6.0-jamal-asciidoc-distribution.zip >/dev/null
unzip ~/.m2/repository/com/javax0/jamal/jamal-asciidoc/2.6.1-SNAPSHOT/jamal-asciidoc-2.6.1-SNAPSHOT-jamal-asciidoc-distribution.zip >/dev/null
echo "cd back to Jamal main project directory"
popd
echo "Restart IntelliJ, then you have the new version"
Expand Down
2 changes: 1 addition & 1 deletion jamal-all/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The solution is to have a JAR project that has all the needed dependencies and a
<dependency>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-all</artifactId>
<version>2.6.0</version>
<version>2.6.1-SNAPSHOT</version>
</dependency>
----

Expand Down
4 changes: 2 additions & 2 deletions jamal-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<name>jamal all</name>
<artifactId>jamal-all</artifactId>
<version>2.6.0</version>
<version>2.6.1-SNAPSHOT</version>
<parent>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-parent</artifactId>
<version>2.6.0</version>
<version>2.6.1-SNAPSHOT</version>
</parent>
<description>empty jar with dependencies on all macro libraries</description>
<build>
Expand Down
4 changes: 2 additions & 2 deletions jamal-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<name>jamal api</name>
<packaging>jar</packaging>
<artifactId>jamal-api</artifactId>
<version>2.6.0</version>
<version>2.6.1-SNAPSHOT</version>
<parent>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-parent</artifactId>
<version>2.6.0</version>
<version>2.6.1-SNAPSHOT</version>
</parent>
<description>Jamal macro library API interfaces</description>
<build>
Expand Down
24 changes: 12 additions & 12 deletions jamal-asciidoc/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Use Jamal in IntelliJ or AsciidocFX interactively with AsciiDoc utilizing the As

image:images/splash.png[width=100%]

This document is the readme file for the Jamal Asciidoc extension version `2.6.0`.
This document is the readme file for the Jamal Asciidoc extension version `2.6.1-SNAPSHOT`.

== Introduction

Expand Down Expand Up @@ -43,19 +43,19 @@ This preprocessor works for any JetBrains IDE that supports the Asciidoctor plug
=== Manual installation


To use the plugin together with the IntelliJ Asciidoc plugin, you need the file `jamal-asciidoc-2.6.0-jamal-asciidoc-distribution.zip`.
To use the plugin together with the IntelliJ Asciidoc plugin, you need the file `jamal-asciidoc-2.5.0-jamal-asciidoc-distribution.zip`.

You can download this file from the central Maven repository using the URLs:



https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.6.0/jamal-asciidoc-2.6.0-jamal-asciidoc-distribution.zip[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.6.0/jamal-asciidoc-2.6.0-jamal-asciidoc-distribution.zip``]
https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.5.0/jamal-asciidoc-2.5.0-jamal-asciidoc-distribution.zip[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.5.0/jamal-asciidoc-2.5.0-jamal-asciidoc-distribution.zip``]

https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.6.0/jamal-asciidoc-2.6.0-jamal-asciidoc-distribution.zip.asc[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.6.0/jamal-asciidoc-2.6.0-jamal-asciidoc-distribution.zip.asc``]
https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.5.0/jamal-asciidoc-2.5.0-jamal-asciidoc-distribution.zip.asc[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.5.0/jamal-asciidoc-2.5.0-jamal-asciidoc-distribution.zip.asc``]

https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.6.0/jamal-asciidoc-2.6.0-jamal-asciidoc-distribution.zip.md5[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.6.0/jamal-asciidoc-2.6.0-jamal-asciidoc-distribution.zip.md5``]
https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.5.0/jamal-asciidoc-2.5.0-jamal-asciidoc-distribution.zip.md5[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.5.0/jamal-asciidoc-2.5.0-jamal-asciidoc-distribution.zip.md5``]

https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.6.0/jamal-asciidoc-2.6.0-jamal-asciidoc-distribution.zip.sha1[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.6.0/jamal-asciidoc-2.6.0-jamal-asciidoc-distribution.zip.sha1``]
https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.5.0/jamal-asciidoc-2.5.0-jamal-asciidoc-distribution.zip.sha1[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.5.0/jamal-asciidoc-2.5.0-jamal-asciidoc-distribution.zip.sha1``]

The ZIP file contains all the JAR files, the `.asc`, `.md5` and `.sha1` files are standard checksum files to check the integrity of the archive.

Expand All @@ -66,11 +66,11 @@ Extract the content of this zip file into your projects `.Asciidoctor/lib` folde
If you have JBang or Jamal command line version, you can ask Jamal itself to install the extension.
To do that, execute the command

jbang jamal@verhas -jamalize version=2.6.0
jbang jamal@verhas -jamalize version=2.5.0

or, if you installed Jamal so that you can start it from the command line as `jamal`:

jamal -jamalize version=2.6.0
jamal -jamalize version=2.5.0

This command will install the extension into the `.Asciidoctor/lib` directory under the current directory.
If you omit the `version` parameter, then the version of the installing Jamal will be used.
Expand Down Expand Up @@ -131,13 +131,13 @@ Asciidoctor itself is writen in Ruby, and it mistakenly thinks so is everything
The installation for AsciidocFX needs to copy all the JAR files downloadable from Maven central


https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.6.0/jamal-asciidoc-2.6.0-jamal-asciidoc-distribution.zip[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.6.0/jamal-asciidoc-2.6.0-jamal-asciidoc-distribution.zip``]
https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.5.0/jamal-asciidoc-2.5.0-jamal-asciidoc-distribution.zip[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.5.0/jamal-asciidoc-2.5.0-jamal-asciidoc-distribution.zip``]

https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.6.0/jamal-asciidoc-2.6.0-jamal-asciidoc-distribution.zip.asc[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.6.0/jamal-asciidoc-2.6.0-jamal-asciidoc-distribution.zip.asc``]
https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.5.0/jamal-asciidoc-2.5.0-jamal-asciidoc-distribution.zip.asc[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.5.0/jamal-asciidoc-2.5.0-jamal-asciidoc-distribution.zip.asc``]

https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.6.0/jamal-asciidoc-2.6.0-jamal-asciidoc-distribution.zip.md5[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.6.0/jamal-asciidoc-2.6.0-jamal-asciidoc-distribution.zip.md5``]
https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.5.0/jamal-asciidoc-2.5.0-jamal-asciidoc-distribution.zip.md5[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.5.0/jamal-asciidoc-2.5.0-jamal-asciidoc-distribution.zip.md5``]

https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.6.0/jamal-asciidoc-2.6.0-jamal-asciidoc-distribution.zip.sha1[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.6.0/jamal-asciidoc-2.6.0-jamal-asciidoc-distribution.zip.sha1``]
https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.5.0/jamal-asciidoc-2.5.0-jamal-asciidoc-distribution.zip.sha1[``https://repo.maven.apache.org/maven2/com/javax0/jamal/jamal-asciidoc/2.5.0/jamal-asciidoc-2.5.0-jamal-asciidoc-distribution.zip.sha1``]

into the `lib` directory of your AsciidocFX installation.
It is
Expand Down
2 changes: 1 addition & 1 deletion jamal-asciidoc/install-asciidoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pushd ../.asciidoctor/lib
echo "removing all old files"
rm -f *
echo "unzipping the libraries from the local maven repo"
unzip ~/.m2/repository/com/javax0/jamal/jamal-asciidoc/2.6.0/jamal-asciidoc-2.6.0-jamal-asciidoc-distribution.zip >/dev/null
unzip ~/.m2/repository/com/javax0/jamal/jamal-asciidoc/2.6.1-SNAPSHOT/jamal-asciidoc-2.6.1-SNAPSHOT-jamal-asciidoc-distribution.zip >/dev/null
echo "cd back to jamal-asciidoc project directory"
popd
echo "Restart IntelliJ, then you have the new version"
Expand Down
6 changes: 3 additions & 3 deletions jamal-asciidoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<name>jamal asciidoc</name>
<artifactId>jamal-asciidoc</artifactId>
<version>2.6.0</version>
<version>2.6.1-SNAPSHOT</version>
<parent>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-parent</artifactId>
<version>2.6.0</version>
<version>2.6.1-SNAPSHOT</version>
</parent>
<description>Asciidoc preprocessor extension</description>
<build>
Expand Down Expand Up @@ -130,7 +130,7 @@
<dependency>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-asciidoc258</artifactId>
<version>2.6.0</version>
<version>2.6.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jamal-asciidoc258/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<name>jamal asciidoc258</name>
<artifactId>jamal-asciidoc258</artifactId>
<version>2.6.0</version>
<version>2.6.1-SNAPSHOT</version>
<parent>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-parent</artifactId>
<version>2.6.0</version>
<version>2.6.1-SNAPSHOT</version>
</parent>
<description>Asciidoc preprocessor extension</description>
<build>
Expand Down
4 changes: 2 additions & 2 deletions jamal-assertions/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This version currently is
.output
[source]
----
2.6.0
2.6.1-SNAPSHOT
----


Expand Down Expand Up @@ -109,7 +109,7 @@ To do it as a Maven dependency use the following Maven coordinates:
<dependency>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-assertions</artifactId>
<version>2.6.0</version>
<version>2.6.1-SNAPSHOT</version>
</dependency>
----

Expand Down
10 changes: 5 additions & 5 deletions jamal-assertions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<name>jamal assertions</name>
<artifactId>jamal-assertions</artifactId>
<version>2.6.0</version>
<version>2.6.1-SNAPSHOT</version>
<parent>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-parent</artifactId>
<version>2.6.0</version>
<version>2.6.1-SNAPSHOT</version>
</parent>
<description>Assertions module for Jamal</description>
<build>
Expand Down Expand Up @@ -51,19 +51,19 @@
<dependency>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-testsupport</artifactId>
<version>2.6.0</version>
<version>2.6.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-snippet</artifactId>
<version>2.6.0</version>
<version>2.6.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-jamal</artifactId>
<version>2.6.0</version>
<version>2.6.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions jamal-cmd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<name>jamal command line</name>
<packaging>jar</packaging>
<artifactId>jamal-cmd</artifactId>
<version>2.6.0</version>
<version>2.6.1-SNAPSHOT</version>
<parent>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-parent</artifactId>
<version>2.6.0</version>
<version>2.6.1-SNAPSHOT</version>
</parent>
<description>Jamal macro library command line interface</description>
<build>
Expand Down
4 changes: 2 additions & 2 deletions jamal-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<name>jamal core</name>
<packaging>jar</packaging>
<artifactId>jamal-core</artifactId>
<version>2.6.0</version>
<version>2.6.1-SNAPSHOT</version>
<parent>
<groupId>com.javax0.jamal</groupId>
<artifactId>jamal-parent</artifactId>
<version>2.6.0</version>
<version>2.6.1-SNAPSHOT</version>
</parent>
<description>Jamal macro library built-in macros</description>
<build>
Expand Down
6 changes: 3 additions & 3 deletions jamal-debug-ui/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"files": {
"main.css": "/static/css/main.8c61e705.chunk.css",
"main.js": "/static/js/main.a4bb8b83.chunk.js",
"main.js.map": "/static/js/main.a4bb8b83.chunk.js.map",
"main.js": "/static/js/main.d1fd25da.chunk.js",
"main.js.map": "/static/js/main.d1fd25da.chunk.js.map",
"runtime-main.js": "/static/js/runtime-main.7507aa8d.js",
"runtime-main.js.map": "/static/js/runtime-main.7507aa8d.js.map",
"static/css/2.b53b5f81.chunk.css": "/static/css/2.b53b5f81.chunk.css",
Expand All @@ -19,6 +19,6 @@
"static/css/2.b53b5f81.chunk.css",
"static/js/2.b1df29a1.chunk.js",
"static/css/main.8c61e705.chunk.css",
"static/js/main.a4bb8b83.chunk.js"
"static/js/main.d1fd25da.chunk.js"
]
}
Loading

0 comments on commit fccf4b9

Please sign in to comment.