Skip to content

Commit

Permalink
Merge pull request #24 from MeasureAuthoringTool/MAT-6323_CqframworkU…
Browse files Browse the repository at this point in the history
…pgrade

MAT-6323: Updated cqframework
  • Loading branch information
gregory-akins authored Oct 27, 2023
2 parents 53806ec + 1d0d6bd commit dea6e41
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Binary file removed .DS_Store
Binary file not shown.
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,15 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

#Intellij files.
#Eclipse & Intellij files.
*.iml
.idea
.settings
**/.mvn
.classpath
.project

**/*.DS_Store

#Maven target dris.
**/target
**/target
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>gov.cms.madie</groupId>
<artifactId>madie-rest-commons</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.3-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Madie Rest Commons</name>
Expand All @@ -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>2.4.0</cqframework.version>
<cqframework.version>3.3.2</cqframework.version>
</properties>

<distributionManagement>
Expand Down

0 comments on commit dea6e41

Please sign in to comment.