Skip to content

Commit 898df8a

Browse files
authored
Update pom.xml
1 parent 100d8d0 commit 898df8a

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

pom.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,19 @@
121121
</execution>
122122
</executions>
123123
</plugin>
124+
<plugin>
125+
<groupId>org.apache.maven.plugins</groupId>
126+
<artifactId>maven-source-plugin</artifactId>
127+
<version>3.4.0</version>
128+
<executions>
129+
<execution>
130+
<id>attach-sources</id>
131+
<goals>
132+
<goal>jar-no-fork</goal>
133+
</goals>
134+
</execution>
135+
</executions>
136+
</plugin>
124137
<plugin>
125138
<groupId>io.spring.javaformat</groupId>
126139
<artifactId>spring-javaformat-maven-plugin</artifactId>
@@ -173,7 +186,7 @@
173186
<plugin>
174187
<groupId>org.sonatype.central</groupId>
175188
<artifactId>central-publishing-maven-plugin</artifactId>
176-
<version>0.9.0</version>
189+
<version>0.10.0</version>
177190
<extensions>true</extensions>
178191
<configuration>
179192
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)