aboutsummaryrefslogtreecommitdiff
path: root/deploy
diff options
context:
space:
mode:
authorFabian Meumertzheim <meumertzheim@code-intelligence.com>2022-09-05 11:16:23 +0200
committerFabian Meumertzheim <fabian@meumertzhe.im>2022-09-05 20:34:09 +0200
commit916eed13f5e1259ce51b09da8862db1dc7e5bc29 (patch)
tree83b2f05b9d92abc1988661eb8dcecfe76ded1774 /deploy
parent1d79b43597f0d8768ea9b2881445c866ad3d9b90 (diff)
downloadjazzer-api-916eed13f5e1259ce51b09da8862db1dc7e5bc29.tar.gz
deploy: Reindent POMs to match dependency section
Diffstat (limited to 'deploy')
-rw-r--r--deploy/jazzer-api.pom66
-rw-r--r--deploy/jazzer-junit.pom66
2 files changed, 66 insertions, 66 deletions
diff --git a/deploy/jazzer-api.pom b/deploy/jazzer-api.pom
index 7d270ebc..8e9a2492 100644
--- a/deploy/jazzer-api.pom
+++ b/deploy/jazzer-api.pom
@@ -1,41 +1,41 @@
<project>
- <modelVersion>4.0.0</modelVersion>
- <groupId>{groupId}</groupId>
- <artifactId>{artifactId}</artifactId>
- <version>{version}</version>
- <packaging>jar</packaging>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>{groupId}</groupId>
+ <artifactId>{artifactId}</artifactId>
+ <version>{version}</version>
+ <packaging>jar</packaging>
- <dependencies>
-{dependencies}
- </dependencies>
+ <dependencies>
+ {dependencies}
+ </dependencies>
- <name>Jazzer API</name>
- <description>Helper functions and annotations for Jazzer fuzz targets</description>
- <url>https://github.com/CodeIntelligenceTesting/jazzer</url>
+ <name>Jazzer API</name>
+ <description>Helper functions and annotations for Jazzer fuzz targets</description>
+ <url>https://github.com/CodeIntelligenceTesting/jazzer</url>
- <licenses>
- <license>
- <name>Apache License, Version 2.0</name>
- <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
+ <licenses>
+ <license>
+ <name>Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
- <organization>
- <name>Code Intelligence GmbH</name>
- <url>https://code-intelligence.com</url>
- </organization>
+ <organization>
+ <name>Code Intelligence GmbH</name>
+ <url>https://code-intelligence.com</url>
+ </organization>
- <developers>
- <developer>
- <id>fmeum</id>
- <name>Fabian Meumertzheim</name>
- <email>meumertzheim@code-intelligence.com</email>
- <organization>Code Intelligence GmbH</organization>
- </developer>
- </developers>
+ <developers>
+ <developer>
+ <id>fmeum</id>
+ <name>Fabian Meumertzheim</name>
+ <email>meumertzheim@code-intelligence.com</email>
+ <organization>Code Intelligence GmbH</organization>
+ </developer>
+ </developers>
- <scm>
- <url>https://github.com/CodeIntelligenceTesting/jazzer</url>
- </scm>
+ <scm>
+ <url>https://github.com/CodeIntelligenceTesting/jazzer</url>
+ </scm>
</project>
diff --git a/deploy/jazzer-junit.pom b/deploy/jazzer-junit.pom
index 12954f50..1fb624e5 100644
--- a/deploy/jazzer-junit.pom
+++ b/deploy/jazzer-junit.pom
@@ -1,41 +1,41 @@
<project>
- <modelVersion>4.0.0</modelVersion>
- <groupId>{groupId}</groupId>
- <artifactId>{artifactId}</artifactId>
- <version>{version}</version>
- <packaging>{type}</packaging>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>{groupId}</groupId>
+ <artifactId>{artifactId}</artifactId>
+ <version>{version}</version>
+ <packaging>{type}</packaging>
- <dependencies>
+ <dependencies>
{dependencies}
- </dependencies>
+ </dependencies>
- <name>Jazzer JUnit</name>
- <description>JUnit 5 support for Jazzer fuzz tests</description>
- <url>https://github.com/CodeIntelligenceTesting/jazzer</url>
+ <name>Jazzer JUnit</name>
+ <description>JUnit 5 support for Jazzer fuzz tests</description>
+ <url>https://github.com/CodeIntelligenceTesting/jazzer</url>
- <licenses>
- <license>
- <name>Apache License, Version 2.0</name>
- <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
+ <licenses>
+ <license>
+ <name>Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
- <organization>
- <name>Code Intelligence GmbH</name>
- <url>https://code-intelligence.com</url>
- </organization>
+ <organization>
+ <name>Code Intelligence GmbH</name>
+ <url>https://code-intelligence.com</url>
+ </organization>
- <developers>
- <developer>
- <id>fmeum</id>
- <name>Fabian Meumertzheim</name>
- <email>meumertzheim@code-intelligence.com</email>
- <organization>Code Intelligence GmbH</organization>
- </developer>
- </developers>
+ <developers>
+ <developer>
+ <id>fmeum</id>
+ <name>Fabian Meumertzheim</name>
+ <email>meumertzheim@code-intelligence.com</email>
+ <organization>Code Intelligence GmbH</organization>
+ </developer>
+ </developers>
- <scm>
- <url>https://github.com/CodeIntelligenceTesting/jazzer</url>
- </scm>
-</project> \ No newline at end of file
+ <scm>
+ <url>https://github.com/CodeIntelligenceTesting/jazzer</url>
+ </scm>
+</project>