-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add spotless for automatic formatting (#4766)
* automatic formatting setup with spotless * apply spotless configuration
- Loading branch information
Showing
886 changed files
with
29,667 additions
and
32,770 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,28 @@ | ||
<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> | ||
<?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"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<groupId>com.apicurio.test</groupId> | ||
<artifactId>verify-registry-maven-deploy</artifactId> | ||
<version>1.0.0-SNAPSHOT</version> | ||
<name>verify-registry-maven-deploy</name> | ||
<description>Simple Project to verify the deployment of Apicurio Registry JARS</description> | ||
<groupId>com.apicurio.test</groupId> | ||
<artifactId>verify-registry-maven-deploy</artifactId> | ||
<version>1.0.0-SNAPSHOT</version> | ||
<name>verify-registry-maven-deploy</name> | ||
<description>Simple Project to verify the deployment of Apicurio Registry JARS</description> | ||
|
||
<properties> | ||
<!-- To be filled at runtime using "-Dversion.apicurio=1.x.x.Final" --> | ||
<version.apicurio>TBD</version.apicurio> | ||
</properties> | ||
<properties> | ||
<!-- To be filled at runtime using "-Dversion.apicurio=1.x.x.Final" --> | ||
<version.apicurio>TBD</version.apicurio> | ||
</properties> | ||
|
||
<dependencies> | ||
<dependency> | ||
<groupId>io.apicurio</groupId> | ||
<artifactId>apicurio-registry-serdes-avro-serde</artifactId> | ||
<version>${version.apicurio}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.apicurio</groupId> | ||
<artifactId>apicurio-registry-java-sdk</artifactId> | ||
<version>${version.apicurio}</version> | ||
</dependency> | ||
</dependencies> | ||
<dependencies> | ||
<dependency> | ||
<groupId>io.apicurio</groupId> | ||
<artifactId>apicurio-registry-serdes-avro-serde</artifactId> | ||
<version>${version.apicurio}</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>io.apicurio</groupId> | ||
<artifactId>apicurio-registry-java-sdk</artifactId> | ||
<version>${version.apicurio}</version> | ||
</dependency> | ||
</dependencies> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.