capitalize maven module names

This commit is contained in:
LangChain4j 2024-09-24 15:33:17 +02:00
parent 42c958a458
commit 8c625c3caf
9 changed files with 9 additions and 9 deletions

View File

@ -12,7 +12,7 @@
</parent> </parent>
<artifactId>langchain4j-document-loader-amazon-s3</artifactId> <artifactId>langchain4j-document-loader-amazon-s3</artifactId>
<name>LangChain4j :: Document loader :: Amazon S3</name> <name>LangChain4j :: Document Loader :: Amazon S3</name>
<dependencies> <dependencies>

View File

@ -12,7 +12,7 @@
</parent> </parent>
<artifactId>langchain4j-document-loader-azure-storage-blob</artifactId> <artifactId>langchain4j-document-loader-azure-storage-blob</artifactId>
<name>LangChain4j :: Document loader :: Azure Blob Storage</name> <name>LangChain4j :: Document Loader :: Azure Blob Storage</name>
<dependencies> <dependencies>

View File

@ -12,7 +12,7 @@
</parent> </parent>
<artifactId>langchain4j-document-loader-github</artifactId> <artifactId>langchain4j-document-loader-github</artifactId>
<name>LangChain4j :: Document loader :: GitHub</name> <name>LangChain4j :: Document Loader :: GitHub</name>
<dependencies> <dependencies>

View File

@ -12,7 +12,7 @@
</parent> </parent>
<artifactId>langchain4j-document-loader-google-cloud-storage</artifactId> <artifactId>langchain4j-document-loader-google-cloud-storage</artifactId>
<name>LangChain4j :: Document loader :: Google Cloud Storage</name> <name>LangChain4j :: Document Loader :: Google Cloud Storage</name>
<dependencies> <dependencies>

View File

@ -10,7 +10,7 @@
</parent> </parent>
<artifactId>langchain4j-document-loader-selenium</artifactId> <artifactId>langchain4j-document-loader-selenium</artifactId>
<name>LangChain4j :: Document loader :: Selenium</name> <name>LangChain4j :: Document Loader :: Selenium</name>
<description> <description>
Selenium is a suite of tools for automating web browsers. Selenium is a suite of tools for automating web browsers.

View File

@ -11,7 +11,7 @@
</parent> </parent>
<artifactId>langchain4j-document-loader-tencent-cos</artifactId> <artifactId>langchain4j-document-loader-tencent-cos</artifactId>
<name>LangChain4j :: Document loader :: Tencent COS</name> <name>LangChain4j :: Document Loader :: Tencent COS</name>
<dependencies> <dependencies>
<dependency> <dependency>

View File

@ -12,7 +12,7 @@
</parent> </parent>
<artifactId>langchain4j-document-parser-apache-pdfbox</artifactId> <artifactId>langchain4j-document-parser-apache-pdfbox</artifactId>
<name>LangChain4j :: Document parser :: Apache PDFBox</name> <name>LangChain4j :: Document Parser :: Apache PDFBox</name>
<dependencies> <dependencies>

View File

@ -12,7 +12,7 @@
</parent> </parent>
<artifactId>langchain4j-document-parser-apache-poi</artifactId> <artifactId>langchain4j-document-parser-apache-poi</artifactId>
<name>LangChain4j :: Document parser :: Apache POI</name> <name>LangChain4j :: Document Parser :: Apache POI</name>
<properties> <properties>
<apache.poi.version>5.2.5</apache.poi.version> <apache.poi.version>5.2.5</apache.poi.version>

View File

@ -12,7 +12,7 @@
</parent> </parent>
<artifactId>langchain4j-document-parser-apache-tika</artifactId> <artifactId>langchain4j-document-parser-apache-tika</artifactId>
<name>LangChain4j :: Document parser :: Apache Tika</name> <name>LangChain4j :: Document Parser :: Apache Tika</name>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>