Skip to content

Commit 10f14c0

Browse files
committed
bump version: JFlex 1.9.0-SNAPSHOT -> 1.9.0
1 parent 24dabd5 commit 10f14c0

File tree

81 files changed

+83
-83
lines changed

Some content is hidden

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

81 files changed

+83
-83
lines changed

benchmark/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>de.jflex</groupId>
1010
<artifactId>jflex-parent</artifactId>
11-
<version>1.9.0-SNAPSHOT</version>
11+
<version>1.9.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414
<artifactId>benchmark</artifactId>
@@ -57,7 +57,7 @@
5757
<plugin>
5858
<groupId>de.jflex</groupId>
5959
<artifactId>jflex-maven-plugin</artifactId>
60-
<version>1.9.0-SNAPSHOT</version>
60+
<version>1.9.0</version>
6161
<executions>
6262
<execution>
6363
<?m2e execute onConfiguration,onIncremental?>

cup-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>de.jflex</groupId>
99
<artifactId>jflex-parent</artifactId>
10-
<version>1.9.0-SNAPSHOT</version>
10+
<version>1.9.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313
<version>1.3</version>

docs/Makefile

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

44
# Makefile for jflex documentation (ps + pdf + html)
55

6-
VERSION=1.9.0-SNAPSHOT
6+
VERSION=1.9.0
77
RELEASE_DATE=5 February 2023
88
UNICODE_VER=12.1
99

docs/xmanual.tex

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

6464
\newpage

jflex-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>de.jflex</groupId>
1010
<artifactId>jflex-parent</artifactId>
11-
<version>1.9.0-SNAPSHOT</version>
11+
<version>1.9.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414
<artifactId>jflex-maven-plugin</artifactId>

jflex/README.md

Lines changed: 1 addition & 1 deletion

jflex/bin/jflex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
JAVA=java
2323

2424
# Version of JFlex to execute
25-
JFLEX_VERSION=1.9.0-SNAPSHOT
25+
JFLEX_VERSION=1.9.0
2626

2727
# end configurables
2828
#

jflex/bin/jflex.bat

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

99
if not defined JFLEX_HOME set JFLEX_HOME=C:\JFLEX
10-
if not defined JFLEX_VERSION set JFLEX_VERSION=1.9.0-SNAPSHOT
10+
if not defined JFLEX_VERSION set JFLEX_VERSION=1.9.0
1111

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

jflex/examples/common/include.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<property name="common.dir" value="../common" />
1919

2020
<!-- JFlex task -->
21-
<property name="jflex" value="../../lib/jflex-full-1.9.0-SNAPSHOT.jar"/>
21+
<property name="jflex" value="../../lib/jflex-full-1.9.0.jar"/>
2222
<taskdef classname="jflex.anttask.JFlexTask" name="jflex" classpath="${jflex}"/>
2323

2424
<!-- ivy installer -->

jflex/examples/cup-interpreter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<plugin>
4646
<groupId>de.jflex</groupId>
4747
<artifactId>jflex-maven-plugin</artifactId>
48-
<version>1.9.0-SNAPSHOT</version>
48+
<version>1.9.0</version>
4949
<executions>
5050
<execution>
5151
<goals>

0 commit comments

Comments
 (0)