Skip to content

Commit a5effce

Browse files
cgdeckerJimfs Team
authored and
Jimfs Team
committed
Remove stray letter and fix indentation.
RELNOTES=n/a PiperOrigin-RevId: 350202933
1 parent 437e670 commit a5effce

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

pom.xml

+41-41
Original file line numberDiff line numberDiff line change
@@ -339,47 +339,47 @@
339339
</build>
340340
</profile>
341341
<profile>
342-
<id>sonatype-oss-release</id>
343-
<build>
344-
<plugins>
345-
<plugin>
346-
<groupId>org.apache.maven.plugins</groupId>
347-
<artifactId>maven-source-plugin</artifactId>
348-
<executions>
349-
<execution>
350-
<id>attach-sources</id>
351-
<goals>
352-
<goal>jar-no-fork</goal>
353-
</goals>
354-
</execution>
355-
</executions>
356-
</plugin>
357-
<plugin>
358-
<groupId>org.apache.maven.plugins</groupId>
359-
<artifactId>maven-javadoc-plugin</artifactId>
360-
<executions>
361-
<execution>
362-
<id>attach-javadocs</id>
363-
<goals>
364-
<goal>jar</goal>
365-
</goals>
366-
</execution>
367-
</executions>
368-
</plugin>
369-
<plugin>
370-
<groupId>org.apache.maven.plugins</groupId>
371-
<artifactId>maven-gpg-plugin</artifactId>s
372-
<executions>
373-
<execution>
374-
<id>sign-artifacts</id>
375-
<phase>verify</phase>
376-
<goals>
377-
<goal>sign</goal>
378-
</goals>
379-
</execution>
380-
</executions>
381-
</plugin>
382-
</plugins>
342+
<id>sonatype-oss-release</id>
343+
<build>
344+
<plugins>
345+
<plugin>
346+
<groupId>org.apache.maven.plugins</groupId>
347+
<artifactId>maven-source-plugin</artifactId>
348+
<executions>
349+
<execution>
350+
<id>attach-sources</id>
351+
<goals>
352+
<goal>jar-no-fork</goal>
353+
</goals>
354+
</execution>
355+
</executions>
356+
</plugin>
357+
<plugin>
358+
<groupId>org.apache.maven.plugins</groupId>
359+
<artifactId>maven-javadoc-plugin</artifactId>
360+
<executions>
361+
<execution>
362+
<id>attach-javadocs</id>
363+
<goals>
364+
<goal>jar</goal>
365+
</goals>
366+
</execution>
367+
</executions>
368+
</plugin>
369+
<plugin>
370+
<groupId>org.apache.maven.plugins</groupId>
371+
<artifactId>maven-gpg-plugin</artifactId>
372+
<executions>
373+
<execution>
374+
<id>sign-artifacts</id>
375+
<phase>verify</phase>
376+
<goals>
377+
<goal>sign</goal>
378+
</goals>
379+
</execution>
380+
</executions>
381+
</plugin>
382+
</plugins>
383383
</build>
384384
</profile>
385385
</profiles>

0 commit comments

Comments
 (0)