Skip to content

Commit

Permalink
disallow snapshot from tamu-release and disallow release from tamu-sn…
Browse files Browse the repository at this point in the history
…apshot
  • Loading branch information
wwelling committed Jan 27, 2021
1 parent b8a10fe commit 00791cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,14 @@
<repository>
<id>tamu-releases</id>
<url>https://artifacts.library.tamu.edu/repository/maven-releases</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>false</enabled></snapshots>
</repository>
<repository>
<id>tamu-snapshots</id>
<url>https://artifacts.library.tamu.edu/repository/maven-snapshots</url>
<releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories>

Expand Down

0 comments on commit 00791cd

Please sign in to comment.