Skip to content

Commit

Permalink
Updated indentation for all files.
Browse files Browse the repository at this point in the history
  • Loading branch information
sumerjabri committed Jan 21, 2025
1 parent f34ab7e commit ebad49f
Show file tree
Hide file tree
Showing 14 changed files with 548 additions and 548 deletions.
44 changes: 22 additions & 22 deletions .travis-settings.xml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<repositories>
<repository>
<id>sonatype-snapshots</id>
<name>Sonatype Snapshot Repository</name>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>fail</checksumPolicy>
</snapshots>
</repository>
</repositories>
<servers>
<server>
<id>sonatype-snapshots</id>
<username>${env.CI_DEPLOY_USERNAME}</username>
<password>${env.CI_DEPLOY_PASSWORD}</password>
</server>
</servers>
<repositories>
<repository>
<id>sonatype-snapshots</id>
<name>Sonatype Snapshot Repository</name>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>fail</checksumPolicy>
</snapshots>
</repository>
</repositories>
<servers>
<server>
<id>sonatype-snapshots</id>
<username>${env.CI_DEPLOY_USERNAME}</username>
<password>${env.CI_DEPLOY_PASSWORD}</password>
</server>
</servers>
</settings>
38 changes: 19 additions & 19 deletions crafter-search-batch-indexer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,26 @@
-->

<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">
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>
<artifactId>crafter-search-batch-indexer</artifactId>
<name>Crafter Search Batch Indexer</name>
<modelVersion>4.0.0</modelVersion>
<artifactId>crafter-search-batch-indexer</artifactId>
<name>Crafter Search Batch Indexer</name>

<parent>
<artifactId>crafter-search</artifactId>
<groupId>org.craftercms</groupId>
<version>5.0.0-SNAPSHOT</version><!-- craftercms version flag -->
</parent>
<parent>
<artifactId>crafter-search</artifactId>
<groupId>org.craftercms</groupId>
<version>5.0.0-SNAPSHOT</version><!-- craftercms version flag -->
</parent>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>crafter-search-commons</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>crafter-core</artifactId>
</dependency>
</dependencies>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>crafter-search-commons</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>crafter-core</artifactId>
</dependency>
</dependencies>
</project>
54 changes: 27 additions & 27 deletions crafter-search-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,37 +16,37 @@
-->

<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">
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>
<name>Crafter Search Commons</name>
<artifactId>crafter-search-commons</artifactId>
<modelVersion>4.0.0</modelVersion>
<name>Crafter Search Commons</name>
<artifactId>crafter-search-commons</artifactId>

<parent>
<artifactId>crafter-search</artifactId>
<groupId>org.craftercms</groupId>
<version>5.0.0-SNAPSHOT</version><!-- craftercms version flag -->
</parent>
<parent>
<artifactId>crafter-search</artifactId>
<groupId>org.craftercms</groupId>
<version>5.0.0-SNAPSHOT</version><!-- craftercms version flag -->
</parent>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>crafter-core</artifactId>
</dependency>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>crafter-core</artifactId>
</dependency>

<dependency>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
</dependency>
<dependency>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
</dependency>

<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
</dependency>

<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
</dependency>
</dependencies>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
</dependency>
</dependencies>
</project>
Loading

0 comments on commit ebad49f

Please sign in to comment.