Skip to content

Commit ce35cec

Browse files
committed
Fix scm link. Fix indent
1 parent 14dfa4c commit ce35cec

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<scm>
3636
<connection>scm:git:https://github.com/release-engineering/kojiji</connection>
37-
<developerConnection>scm:git:https://github.com/release-engineering/kojiji</developerConnection>
37+
<developerConnection>scm:git:git@github.com:/release-engineering/kojiji</developerConnection>
3838
<url>https://github.com/release-engineering/kojiji</url>
3939
<tag>HEAD</tag>
4040
</scm>
@@ -235,14 +235,14 @@
235235
<build>
236236
<pluginManagement>
237237
<plugins>
238-
<plugin>
239-
<groupId>org.apache.maven.plugins</groupId>
240-
<artifactId>maven-javadoc-plugin</artifactId>
241-
<version>3.12.0</version>
242-
<configuration>
243-
<source>${javaVersion}</source>
244-
</configuration>
245-
</plugin>
238+
<plugin>
239+
<groupId>org.apache.maven.plugins</groupId>
240+
<artifactId>maven-javadoc-plugin</artifactId>
241+
<version>3.12.0</version>
242+
<configuration>
243+
<source>${javaVersion}</source>
244+
</configuration>
245+
</plugin>
246246
<plugin>
247247
<groupId>org.jacoco</groupId>
248248
<artifactId>jacoco-maven-plugin</artifactId>

0 commit comments

Comments
 (0)