Skip to content

Commit 78403b2

Browse files
author
Rob Austin
committed
OHFT-6 - Set Up TeamCity for all projects - added missing
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.5</version> </plugin>
1 parent caafd28 commit 78403b2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

affinity/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,17 @@
231231
</profile>
232232
</profiles>
233233

234+
<repositories>
235+
<repository>
236+
<id>Snapshot</id>
237+
<name>Snapshot Repository</name>
238+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
239+
<snapshots>
240+
<enabled>true</enabled>
241+
</snapshots>
242+
</repository>
243+
</repositories>
244+
234245
<scm>
235246
<url>scm:git:https://github.com/OpenHFT/Java-Thread-Affinity.git</url>
236247
</scm>

0 commit comments

Comments
 (0)