Skip to content

Commit fa1aaa3

Browse files
dry run-27
1 parent 3d59ec8 commit fa1aaa3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

samples-events/timer/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,15 @@
6969
</plugins>
7070

7171
</build>
72+
73+
<distributionManagement>
74+
<snapshotRepository>
75+
<id>central</id>
76+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
77+
</snapshotRepository>
78+
<repository>
79+
<id>central</id>
80+
<url>https://central.sonatype.com/repository/maven-releases/</url>
81+
</repository>
82+
</distributionManagement>
7283
</project>

0 commit comments

Comments
 (0)