Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit bb7dece

Browse files
committed
Fix pom.xml indentation
1 parent 0554fa5 commit bb7dece

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

spring-native-configuration/pom.xml

+18-18
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>org.springframework.security.experimental</groupId>
4242
<artifactId>spring-security-oauth2-authorization-server</artifactId>
43-
<version>0.1.0</version>
43+
<version>0.1.0</version>
4444
<scope>provided</scope>
4545
</dependency>
4646
<dependency>
@@ -538,23 +538,23 @@
538538
</dependency>
539539
</dependencies>
540540

541-
<build>
542-
<plugins>
543-
<plugin>
544-
<groupId>org.apache.maven.plugins</groupId>
545-
<artifactId>maven-source-plugin</artifactId>
546-
<executions>
547-
<execution>
548-
<id>attach-sources</id>
549-
<goals>
550-
<goal>jar</goal>
551-
</goals>
552-
<phase>package</phase>
553-
</execution>
554-
</executions>
555-
</plugin>
556-
</plugins>
557-
</build>
541+
<build>
542+
<plugins>
543+
<plugin>
544+
<groupId>org.apache.maven.plugins</groupId>
545+
<artifactId>maven-source-plugin</artifactId>
546+
<executions>
547+
<execution>
548+
<id>attach-sources</id>
549+
<goals>
550+
<goal>jar</goal>
551+
</goals>
552+
<phase>package</phase>
553+
</execution>
554+
</executions>
555+
</plugin>
556+
</plugins>
557+
</build>
558558

559559
<repositories>
560560
<repository>

0 commit comments

Comments
 (0)