Rename application references from "Filter-View" to "FilterView"

- Updated project name from "Filter-View" to "FilterView" in build_and_run.md
- Corrected repository URLs and directory names to match the new naming convention.
This commit is contained in:
Eric Ratliff
2024-09-14 17:30:23 -05:00
parent d42126051c
commit f0bb793399
3 changed files with 11 additions and 11 deletions

View File

@@ -3,10 +3,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.waveletsolutions.filtering</groupId>
<artifactId>filter-view</artifactId>
<artifactId>filterview</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<name>filter-view</name>
<name>filterview</name>
<url>http://maven.apache.org</url>
<properties>