Skip to content

Commit a31bf67

Browse files
Merge pull request #14 from diffblue/thomas/fixSpotless
Fix spotless
2 parents 90f1e42 + eb64bcf commit a31bf67

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@
4646
</scm>
4747

4848
<distributionManagement>
49+
<repository>
50+
<id>ossrh</id>
51+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
52+
</repository>
4953
<snapshotRepository>
5054
<id>ossrh</id>
5155
<!-- nb this must be the same as the 'id' field in 'settings.xml' -->
5256
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
5357
</snapshotRepository>
54-
<repository>
55-
<id>ossrh</id>
56-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
57-
</repository>
5858
</distributionManagement>
5959

6060
<properties>
@@ -63,8 +63,8 @@
6363
<maven.compiler.plugin.version>3.13.0</maven.compiler.plugin.version>
6464
<maven.javadoc.plugin.version>3.6.3</maven.javadoc.plugin.version>
6565
<maven.source.plugin.version>3.3.0</maven.source.plugin.version>
66-
<maven.spotless.plugin.version>2.10.0</maven.spotless.plugin.version>
67-
<google.java.format.version>1.17.0</google.java.format.version>
66+
<maven.spotless.plugin.version>2.30.0</maven.spotless.plugin.version>
67+
<google.java.format.version>1.7</google.java.format.version>
6868
<gpg.plugin.version>3.2.1</gpg.plugin.version>
6969
</properties>
7070

@@ -111,10 +111,10 @@
111111
<executions>
112112
<execution>
113113
<id>attach-sources</id>
114-
<phase>verify</phase>
115114
<goals>
116115
<goal>jar</goal>
117116
</goals>
117+
<phase>verify</phase>
118118
</execution>
119119
</executions>
120120
</plugin>
@@ -127,10 +127,10 @@
127127
<executions>
128128
<execution>
129129
<id>attach-javadocs</id>
130-
<phase>verify</phase>
131130
<goals>
132131
<goal>jar</goal>
133132
</goals>
133+
<phase>verify</phase>
134134
<configuration>
135135
<source>8</source>
136136
</configuration>

0 commit comments

Comments
 (0)