Skip to content

Commit a23a5e1

Browse files
committed
release 2.7.0
1 parent 8d81d55 commit a23a5e1

83 files changed

Lines changed: 322 additions & 322 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.mvn/extensions.jam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ extensions>
1111
extension>
1212
groupId>com.javax0.jamal
1313
artifactId>jamal-maven-extension
14-
version>2.6.1-SNAPSHOT
14+
version>2.7.0
1515
}{@xmlFormat}

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ The latest version is 2.6.0.
66
<extension>
77
<groupId>com.javax0.jamal</groupId>
88
<artifactId>jamal-maven-extension</artifactId>
9-
<version>2.6.1-SNAPSHOT</version>
9+
<version>2.7.0</version>
1010
</extension>
1111
</extensions>

BUILTIN.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You need the following dependency in your project:
3838
<dependency>
3939
<groupId>com.javax0.jamal</groupId>
4040
<artifactId>jamal-api</artifactId>
41-
<version>2.6.1-SNAPSHOT</version>
41+
<version>2.7.0</version>
4242
</dependency>
4343
----
4444

@@ -50,7 +50,7 @@ In later versions, when we will do a bit more in our macros we will also need th
5050
<dependency>
5151
<groupId>com.javax0.jamal</groupId>
5252
<artifactId>jamal-tools</artifactId>
53-
<version>2.6.1-SNAPSHOT</version>
53+
<version>2.7.0</version>
5454
</dependency>
5555
----
5656

@@ -107,7 +107,7 @@ To use the test support library, you have to add the dependency to your `pom.xml
107107
<dependency>
108108
<groupId>com.javax0.jamal</groupId>
109109
<artifactId>jamal-testsupport</artifactId>
110-
<version>2.6.1-SNAPSHOT</version>
110+
<version>2.7.0</version>
111111
<scope>test</scope>
112112
</dependency>
113113
----

README.adoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ TOC
5252
|image:{jamal_home}actions/workflows/jamal-build.yml/badge.svg[Java CI with Maven,link={jamal_home}actions/workflows/jamal-build.yml]
5353
|===
5454

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

5957

6058

@@ -87,7 +85,7 @@ Having that, you can issue the command:
8785

8886
[source]
8987
----
90-
mvn com.javax0.jamal:jamal-maven-plugin:2.6.1-SNAPSHOT:jamal
88+
mvn com.javax0.jamal:jamal-maven-plugin:2.7.0:jamal
9189
----
9290

9391
if you have a `pom.xml` file in your directory.
@@ -110,7 +108,7 @@ Create a `.mvn` directory with an `extensions.xml` file in your project root.
110108
<extension>
111109
<groupId>com.javax0.jamal</groupId>
112110
<artifactId>jamal-maven-extension</artifactId>
113-
<version>2.6.1-SNAPSHOT</version>
111+
<version>2.7.0</version>
114112
</extension>
115113
</extensions>
116114
----

README.jrf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This is a Jamal reference file containing serialized base64 encoded macros
2-
# Created: 2024-06-27 19:17:54 +0200
2+
# Created: 2024-06-27 22:00:25 +0200
33
# id|openStr|closeStr|verbatim|tailParameter|pure|content|parameters
44
# TOC
55
VE9D|eyU=|JX0=|0|0|0|Ci4gPDxJbnN0YWxsYXRpb24+PgouIDw8R1M+PgouIDw8Q29uZmlndXJhdGlvbj4+Ci4gPDxGZWF0dXJlcz4+Ci4gPDxDb250cmlidXRpbmc+PgouIDw8RG9jdW1lbnRhdGlvbj4+Ci4gPDxMaWNlbnNlPj4KLiA8PENoYW5nZWxvZz4+Ci4gPDxSb2FkbWFwPj4KLiA8PFN1cHBvcnQ+PgouIDw8RkFRPj4KLiA8PE1haW50ZW5hbmNlPj4=|

documentation/JAMAL_API.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If you use Maven, you can simply have
1111
<dependency>
1212
<groupId>com.javax0.jamal</groupId>
1313
<artifactId>jamal-engine</artifactId>
14-
<version>2.6.1-SNAPSHOT</version>
14+
<version>2.7.0</version>
1515
</dependency>
1616
----
1717

documentation/SAMPLE_README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55

66
How to use Jamal in five minutes.
7-
This is a sample readme of the version `2.6.1-SNAPSHOT`.
7+
This is a sample readme of the version `2.7.0`.
88

99

documentation/TUTORIAL-5min.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The result, processed by Jamal finally is:
6262
6363
6464
How to use Jamal in five minutes.
65-
This is a sample readme of the version `2.6.1-SNAPSHOT`.
65+
This is a sample readme of the version `2.7.0`.
6666
6767
6868

documentation/macros/require.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ will result
4848
.output
4949
[source]
5050
----
51-
The current version 2.6.1-SNAPSHOT is older than the required version. It has to be newer.
51+
The current version 2.7 is older than the required version. It has to be newer.
5252
----
5353

5454

@@ -72,11 +72,11 @@ will result in
7272
.output
7373
[source]
7474
----
75-
This documentation was processed using the version 2.6.1-SNAPSHOT
75+
This documentation was processed using the version 2.7.0
7676
----
7777

7878

7979
NOTE: In the documentation of Jamal (this document and other modules) we do not use this macro.
8080
The documentation is about the version of Jamal, which is the source code and not the one running.
8181
They may be different.
82-
The version of the documented code is in the `pom.xml` file: `2.6.1-SNAPSHOT`.
82+
The version of the documented code is in the `pom.xml` file: `2.7.0`.

install-asciidoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pushd .asciidoctor/lib
1313
echo "removing all old files"
1414
rm -f *
1515
echo "unzipping the libraries from the local maven repo"
16-
unzip ~/.m2/repository/com/javax0/jamal/jamal-asciidoc/2.6.1-SNAPSHOT/jamal-asciidoc-2.6.1-SNAPSHOT-jamal-asciidoc-distribution.zip >/dev/null
16+
unzip ~/.m2/repository/com/javax0/jamal/jamal-asciidoc/2.7.0/jamal-asciidoc-2.7.0-jamal-asciidoc-distribution.zip >/dev/null
1717
echo "cd back to Jamal main project directory"
1818
popd
1919
echo "Restart IntelliJ, then you have the new version"

0 commit comments

Comments
 (0)