Skip to content

Commit

Permalink
Rename vdyp-core to vdyp-common
Browse files Browse the repository at this point in the history
  • Loading branch information
smithkm committed Nov 27, 2023
1 parent ee2606f commit 6e64e01
Show file tree
Hide file tree
Showing 254 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</properties>

<modules>
<module>vdyp-core</module>
<module>vdyp-common</module>
<module>vdyp-fip</module>
<module>vdyp-buildtools</module>
<module>vdyp-sindex</module>
Expand Down
2 changes: 1 addition & 1 deletion report-aggregate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>vdyp-core</artifactId>
<artifactId>vdyp-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion vdyp-core/pom.xml → vdyp-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>vdyp-core</artifactId>
<artifactId>vdyp-common</artifactId>
<packaging>jar</packaging>

<name>Variable Density Yield Project Core</name>
Expand Down
4 changes: 2 additions & 2 deletions vdyp-fip/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<dependencies>
<dependency>
<groupId>ca.bc.gov.nrs.vdyp</groupId>
<artifactId>vdyp-core</artifactId>
<artifactId>vdyp-common</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>ca.bc.gov.nrs.vdyp</groupId>
<artifactId>vdyp-core</artifactId>
<artifactId>vdyp-common</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
Expand Down
4 changes: 2 additions & 2 deletions vdyp-sindex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
<dependencies>
<dependency>
<groupId>ca.bc.gov.nrs.vdyp</groupId>
<artifactId>vdyp-core</artifactId>
<artifactId>vdyp-common</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>ca.bc.gov.nrs.vdyp</groupId>
<artifactId>vdyp-core</artifactId>
<artifactId>vdyp-common</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
Expand Down

0 comments on commit 6e64e01

Please sign in to comment.