Skip to content

Commit 36bf9cd

Browse files
committed
bump version: JFlex 1.8.1-SNAPSHOT -> 1.8.1
1 parent 03301f1 commit 36bf9cd

File tree

87 files changed

+145
-145
lines changed

Some content is hidden

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

87 files changed

+145
-145
lines changed

benchmark/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.jflex</groupId>
66
<artifactId>jflex-parent</artifactId>
7-
<version>1.8.1-SNAPSHOT</version>
7+
<version>1.8.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>benchmark</artifactId>
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>de.jflex</groupId>
5757
<artifactId>jflex-maven-plugin</artifactId>
58-
<version>1.8.1-SNAPSHOT</version>
58+
<version>1.8.1</version>
5959
<executions>
6060
<execution>
6161
<goals>

cup-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>de.jflex</groupId>
55
<artifactId>jflex-parent</artifactId>
6-
<version>1.8.1-SNAPSHOT</version>
6+
<version>1.8.1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<version>1.2</version>

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Makefile for jflex documentation (ps + pdf + html)
22

3-
VERSION=1.8.1-SNAPSHOT
3+
VERSION=1.8.1
44
RELEASE_DATE=28 February 2020
55
UNICODE_VER=12.1
66

docs/docs.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
load("@bazel_pandoc//:pandoc.bzl", "pandoc")
44

5-
VERSION = "1.8.1-SNAPSHOT"
5+
VERSION = "1.8.1"
66

77
RELEASE_DATE = "21 September 2018"
88

docs/xmanual.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
\vspace*{15ex}
5656
{\Huge \sffamily \bfseries JFlex User's Manual}\\
5757
\bigskip
58-
Version 1.8.1-SNAPSHOT, {\today}
58+
Version 1.8.1, {\today}
5959
\end{center}
6060

6161
\newpage

jflex-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.jflex</groupId>
66
<artifactId>jflex-parent</artifactId>
7-
<version>1.8.1-SNAPSHOT</version>
7+
<version>1.8.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>jflex-maven-plugin</artifactId>

jflex-unicode-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.jflex</groupId>
66
<artifactId>jflex-parent</artifactId>
7-
<version>1.8.1-SNAPSHOT</version>
7+
<version>1.8.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>jflex-unicode-maven-plugin</artifactId>

jflex/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This directory contains JFlex, a fast scanner generator for Java.
44

55
To run JFlex, run `bin/jflex` from the command line or double click on the
6-
jflex-full-1.8.1-SNAPSHOT.jar file in the `lib/` directory.
6+
jflex-full-1.8.1.jar file in the `lib/` directory.
77

88
See the manual in `doc/` or the website at <http://jflex.de> for more
99
information and for how to get started.

jflex/bin/jflex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
JAVA=java
2020

2121
# Version of JFlex to execute
22-
JFLEX_VERSION=1.8.1-SNAPSHOT
22+
JFLEX_VERSION=1.8.1
2323

2424
# end configurables
2525
#

jflex/bin/jflex.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ REM Please adjust JFLEX_HOME and JFLEX_VERSION to suit your needs
33
REM (please do not add a trailing backslash)
44

55
if not defined JFLEX_HOME set JFLEX_HOME=C:\JFLEX
6-
if not defined JFLEX_VERSION set JFLEX_VERSION=1.8.1-SNAPSHOT
6+
if not defined JFLEX_VERSION set JFLEX_VERSION=1.8.1
77

88
java -Xmx128m -jar "%JFLEX_HOME%\lib\jflex-full-%JFLEX_VERSION%.jar" %*

0 commit comments

Comments
 (0)