Skip to content

Commit aef8fc4

Browse files
Trim and indent.
1 parent f6fea66 commit aef8fc4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

google-api-client/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
<configuration>
3737
<archive>
3838
<manifest>
39-
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
39+
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
4040
</manifest>
41-
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
41+
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
4242
</archive>
4343
</configuration>
4444
</plugin>
@@ -50,9 +50,9 @@
5050
<execution>
5151
<id>bundle-manifest</id>
5252
<phase>process-classes</phase>
53-
<goals>
53+
<goals>
5454
<goal>manifest</goal>
55-
</goals>
55+
</goals>
5656
</execution>
5757
</executions>
5858
<configuration>

0 commit comments

Comments
 (0)