Skip to content

Commit

Permalink
5.2.8.3 checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Jan 6, 2023
1 parent 6d4bd4f commit 60bd4e2
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>qdl</artifactId>
<groupId>edu.uiuc.ncsa.qdl</groupId>
<version>1.4-QDL-SNAPSHOT</version>
<version>1.4.8.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -22,13 +22,13 @@
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>sas-server</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.8.3</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.qdl</groupId>
<artifactId>language</artifactId>
<version>1.4-QDL-SNAPSHOT</version>
<version>1.4.8.3</version>
</dependency>

</dependencies>
Expand Down
10 changes: 5 additions & 5 deletions language/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>edu.uiuc.ncsa.qdl</groupId>
<artifactId>qdl</artifactId>
<version>1.4-QDL-SNAPSHOT</version>
<version>1.4.8.3</version>
</parent>

<artifactId>language</artifactId>
<name>QDL base language</name>
<packaging>jar</packaging>
<version>1.4-QDL-SNAPSHOT</version>
<version>1.4.8.3</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<additionalparam>-Xdoclint:none</additionalparam>
Expand Down Expand Up @@ -151,13 +151,13 @@
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>storage</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.8.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>util</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.8.3</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -215,7 +215,7 @@
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>sas-server</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.8.3</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion language/src/main/resources/func_help.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2612,7 +2612,7 @@ including the endpoints.]]>

<entry id="version">
<body>
<![CDATA[The current version of QDL is 1.4-QDL-SNAPSHOT]]>
<![CDATA[The current version of QDL is 1.4.8.3]]>
</body>
</entry>
<entry id="if">
Expand Down
2 changes: 1 addition & 1 deletion language/src/main/scripts/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4-QDL-SNAPSHOT
1.4.8.3
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>edu.uiuc.ncsa.qdl</groupId>
<artifactId>qdl</artifactId>
<version>1.4-QDL-SNAPSHOT</version>
<version>1.4.8.3</version>
<name>QDL root module</name>
<packaging>pom</packaging>
<description>The QDL programming Language.</description>
Expand Down
2 changes: 1 addition & 1 deletion qdl-sas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>edu.uiuc.ncsa.security</groupId>
<artifactId>sas-server</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2.8.3</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>qdl</artifactId>
<groupId>edu.uiuc.ncsa.qdl</groupId>
<version>1.4-QDL-SNAPSHOT</version>
<version>1.4.8.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -19,12 +19,12 @@
<dependency>
<groupId>edu.uiuc.ncsa.qdl</groupId>
<artifactId>language</artifactId>
<version>1.4-QDL-SNAPSHOT</version>
<version>1.4.8.3</version>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.qdl</groupId>
<artifactId>language</artifactId>
<version>1.4-QDL-SNAPSHOT</version>
<version>1.4.8.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions website/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>edu.uiuc.ncsa.qdl</groupId>
<artifactId>qdl</artifactId>
<version>1.4-QDL-SNAPSHOT</version>
<version>1.4.8.3</version>
</parent>

<artifactId>website</artifactId>
<version>1.4-QDL-SNAPSHOT</version>
<version>1.4.8.3</version>

<name>NCSA QDL Website</name>
<url>http://qdl.github.io/</url>
Expand Down

0 comments on commit 60bd4e2

Please sign in to comment.