Skip to content

Commit

Permalink
Merge pull request #28 from MeasureAuthoringTool/MAT-6463_UpdatingCqf…
Browse files Browse the repository at this point in the history
…ramework

MAT-6463: Updating Cqframework to 3.11.0
  • Loading branch information
gregory-akins authored Jul 30, 2024
2 parents b48861b + bb29171 commit 6fe96a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ hs_err_pid*

**/*.DS_Store

**/bin
#Maven target dris.
**/target
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cqframework.version>3.6.0</cqframework.version>
<cqframework.version>3.11.0</cqframework.version>
</properties>

<distributionManagement>
Expand Down

0 comments on commit 6fe96a6

Please sign in to comment.