Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.85.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 18, 2023
1 parent 0f9be0e commit ffec6bc
Show file tree
Hide file tree
Showing 32 changed files with 78 additions and 118 deletions.
9 changes: 3 additions & 6 deletions apps/bfd-data-fda/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.cms.bfd</groupId>
<artifactId>bfd-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.85.0</version>
</parent>

<groupId>gov.cms.bfd.data.fda.utility</groupId>
Expand Down Expand Up @@ -96,7 +93,7 @@
</goals>
<configuration>
<tasks>
<mkdir dir="${basedir}/target/fda-drug-csv-output"/>
<mkdir dir="${basedir}/target/fda-drug-csv-output" />
</tasks>
</configuration>
</execution>
Expand Down
9 changes: 3 additions & 6 deletions apps/bfd-data-npi/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>gov.cms.bfd</groupId>
<artifactId>bfd-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.85.0</version>
</parent>

<groupId>gov.cms.bfd.data.npi</groupId>
Expand Down Expand Up @@ -101,7 +98,7 @@
</goals>
<configuration>
<tasks>
<mkdir dir="${basedir}/target/npi-org-csv-output"/>
<mkdir dir="${basedir}/target/npi-org-csv-output" />
</tasks>
</configuration>
</execution>
Expand Down
7 changes: 3 additions & 4 deletions apps/bfd-db-migrator/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.cms.bfd</groupId>
<artifactId>bfd-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.85.0</version>
</parent>

<artifactId>bfd-db-migrator</artifactId>
Expand Down Expand Up @@ -304,7 +303,7 @@
<!-- Don't run this plugin inside m2e; necessary to
disable a POM warning in Eclipse, caused by
https://issues.apache.org/jira/browse/MDEP-187. -->
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down
5 changes: 2 additions & 3 deletions apps/bfd-model/bfd-model-codebook-data/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.cms.bfd</groupId>
<artifactId>bfd-model-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.85.0</version>
</parent>

<artifactId>bfd-model-codebook-data</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions apps/bfd-model/bfd-model-codebook-library/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.cms.bfd</groupId>
<artifactId>bfd-model-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.85.0</version>
</parent>

<artifactId>bfd-model-codebook-library</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions apps/bfd-model/bfd-model-codebook-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.cms.bfd</groupId>
<artifactId>bfd-model-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.85.0</version>
</parent>

<artifactId>bfd-model-codebook-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.cms.bfd</groupId>
<artifactId>bfd-model-dsl-codegen-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.85.0</version>
</parent>

<artifactId>bfd-model-dsl-codegen-library</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.cms.bfd</groupId>
<artifactId>bfd-model-dsl-codegen-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.85.0</version>
</parent>

<artifactId>bfd-model-dsl-codegen-plugin</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.85.0</version>
<packaging>maven-plugin</packaging>

<description>
Expand Down
5 changes: 2 additions & 3 deletions apps/bfd-model/bfd-model-dsl-codegen/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.cms.bfd</groupId>
<artifactId>bfd-model-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.85.0</version>
</parent>

<artifactId>bfd-model-dsl-codegen-parent</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions apps/bfd-model/bfd-model-rda/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.cms.bfd</groupId>
<artifactId>bfd-model-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.85.0</version>
</parent>

<artifactId>bfd-model-rda</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions apps/bfd-model/bfd-model-rif-samples/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.cms.bfd</groupId>
<artifactId>bfd-model-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.85.0</version>
</parent>

<artifactId>bfd-model-rif-samples</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions apps/bfd-model/bfd-model-rif/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.cms.bfd</groupId>
<artifactId>bfd-model-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.85.0</version>
</parent>

<artifactId>bfd-model-rif</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions apps/bfd-model/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.cms.bfd</groupId>
<artifactId>bfd-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.85.0</version>
</parent>

<artifactId>bfd-model-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apps/bfd-ops/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gov.cms.bfd</groupId>
<artifactId>bfd-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.85.0</version>
</parent>

<artifactId>bfd-ops</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions apps/bfd-pipeline/bfd-pipeline-app/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.cms.bfd</groupId>
<artifactId>bfd-pipeline-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.85.0</version>
</parent>

<artifactId>bfd-pipeline-app</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions apps/bfd-pipeline/bfd-pipeline-ccw-rif/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.cms.bfd</groupId>
<artifactId>bfd-pipeline-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.85.0</version>
</parent>

<artifactId>bfd-pipeline-ccw-rif</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions apps/bfd-pipeline/bfd-pipeline-rda-bridge/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.cms.bfd</groupId>
<artifactId>bfd-pipeline-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.85.0</version>
</parent>

<artifactId>bfd-pipeline-rda-bridge</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions apps/bfd-pipeline/bfd-pipeline-rda-grpc-apps/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.cms.bfd</groupId>
<artifactId>bfd-pipeline-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.85.0</version>
</parent>

<artifactId>bfd-pipeline-rda-grpc-apps</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions apps/bfd-pipeline/bfd-pipeline-rda-grpc/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.cms.bfd</groupId>
<artifactId>bfd-pipeline-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.85.0</version>
</parent>

<artifactId>bfd-pipeline-rda-grpc</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions apps/bfd-pipeline/bfd-pipeline-shared-test-utils/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.cms.bfd</groupId>
<artifactId>bfd-pipeline-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.85.0</version>
</parent>

<artifactId>bfd-pipeline-shared-test-utils</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions apps/bfd-pipeline/bfd-pipeline-shared-utils/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.cms.bfd</groupId>
<artifactId>bfd-pipeline-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.85.0</version>
</parent>

<artifactId>bfd-pipeline-shared-utils</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions apps/bfd-pipeline/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.cms.bfd</groupId>
<artifactId>bfd-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.85.0</version>
</parent>

<artifactId>bfd-pipeline-parent</artifactId>
Expand Down Expand Up @@ -145,7 +144,7 @@
<action>
<!-- Don't run this plugin inside m2e; necessary to disable a
POM warning in Eclipse, caused by https://issues.apache.org/jira/browse/MDEP-187. -->
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down
8 changes: 3 additions & 5 deletions apps/bfd-server/bfd-server-docs/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>gov.cms.bfd</groupId>
<artifactId>bfd-server-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.85.0</version>
</parent>
<artifactId>bfd-server-docs</artifactId>
<dependencies>
Expand Down Expand Up @@ -48,7 +46,7 @@
<executable>java</executable>
<arguments>
<argument>-classpath</argument>
<classpath/>
<classpath />
<argument>gov.cms.bfd.datadictionary.DocGenerator</argument>
<argument>${project.version}</argument>
<argument>${project.basedir}/data-dictionary/data</argument>
Expand Down
5 changes: 2 additions & 3 deletions apps/bfd-server/bfd-server-image/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>gov.cms.bfd</groupId>
<artifactId>bfd-server-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>2.85.0</version>
</parent>

<artifactId>bfd-server-image</artifactId>
Expand Down
Loading

0 comments on commit ffec6bc

Please sign in to comment.