Skip to content

Commit 98cf091

Browse files
OSSRH-40778 fix malformed pom.xml
1 parent 19e4e53 commit 98cf091

File tree

1 file changed

+42
-40
lines changed

1 file changed

+42
-40
lines changed

pom.xml

Lines changed: 42 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -61,46 +61,48 @@
6161
<profile>
6262
<id>release</id>
6363
<build>
64-
<plugin>
65-
<groupId>org.apache.maven.plugins</groupId>
66-
<artifactId>maven-source-plugin</artifactId>
67-
<version>3.0.1</version>
68-
<executions>
69-
<execution>
70-
<id>attach-sources</id>
71-
<goals>
72-
<goal>jar-no-fork</goal>
73-
</goals>
74-
</execution>
75-
</executions>
76-
</plugin>
77-
<plugin>
78-
<groupId>org.apache.maven.plugins</groupId>
79-
<artifactId>maven-javadoc-plugin</artifactId>
80-
<version>3.0.0</version>
81-
<executions>
82-
<execution>
83-
<id>attach-javadocs</id>
84-
<goals>
85-
<goal>jar</goal>
86-
</goals>
87-
</execution>
88-
</executions>
89-
</plugin>
90-
<plugin>
91-
<groupId>org.apache.maven.plugins</groupId>
92-
<artifactId>maven-gpg-plugin</artifactId>
93-
<version>1.6</version>
94-
<executions>
95-
<execution>
96-
<id>sign-artifacts</id>
97-
<phase>verify</phase>
98-
<goals>
99-
<goal>sign</goal>
100-
</goals>
101-
</execution>
102-
</executions>
103-
</plugin>
64+
<plugins>
65+
<plugin>
66+
<groupId>org.apache.maven.plugins</groupId>
67+
<artifactId>maven-source-plugin</artifactId>
68+
<version>3.0.1</version>
69+
<executions>
70+
<execution>
71+
<id>attach-sources</id>
72+
<goals>
73+
<goal>jar-no-fork</goal>
74+
</goals>
75+
</execution>
76+
</executions>
77+
</plugin>
78+
<plugin>
79+
<groupId>org.apache.maven.plugins</groupId>
80+
<artifactId>maven-javadoc-plugin</artifactId>
81+
<version>3.0.0</version>
82+
<executions>
83+
<execution>
84+
<id>attach-javadocs</id>
85+
<goals>
86+
<goal>jar</goal>
87+
</goals>
88+
</execution>
89+
</executions>
90+
</plugin>
91+
<plugin>
92+
<groupId>org.apache.maven.plugins</groupId>
93+
<artifactId>maven-gpg-plugin</artifactId>
94+
<version>1.6</version>
95+
<executions>
96+
<execution>
97+
<id>sign-artifacts</id>
98+
<phase>verify</phase>
99+
<goals>
100+
<goal>sign</goal>
101+
</goals>
102+
</execution>
103+
</executions>
104+
</plugin>
105+
</plugins>
104106
</build>
105107
</profile>
106108
</profiles>

0 commit comments

Comments
 (0)