# Problem in Travis when tagging my package: wrong UUID

**URL:** https://discourse.julialang.org/t/problem-in-travis-when-tagging-my-package-wrong-uuid/20396
**Category:** Community
**Created:** [February 3, 2019, 12:01pm UTC](https://discourse.julialang.org/t/problem-in-travis-when-tagging-my-package-wrong-uuid/20396 "2019-02-03T12:01:01Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Ronis\_BR](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ronis_br/32/50999_2.png) [@Ronis\_BR](https://discourse.julialang.org/u/Ronis_BR)
#### Post date: [February 3, 2019, 12:01pm UTC](https://discourse.julialang.org/t/problem-in-travis-when-tagging-my-package-wrong-uuid/20396/1 "2019-02-03T12:01:02Z")

</div>

Hi guys,

I am trying to tag a version of my package, and the Travis build is showing this error:

```julia
ERROR: LoadError: LoadError: Tagged version 0.3.0 of PrettyTables declares the package UUID to be "bf2635c2-15c2-11e9-0b27-5fb50ccc2906" in its Project file, which does not match the package's METADATA-compatible UUID "08abe8d2-0d0c-5749-adfa-8a2ac140af0d".

```

I have not changed the UUID since I register, why am I seeing this?

[https://github.com/JuliaLang/METADATA.jl/pull/21099](https://github.com/JuliaLang/METADATA.jl/pull/21099)

---

<div class="post-metadata">

### Author: ![Ronis\_BR](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ronis_br/32/50999_2.png) [@Ronis\_BR](https://discourse.julialang.org/u/Ronis_BR)
#### Post date: [February 3, 2019, 12:01pm UTC](https://discourse.julialang.org/t/problem-in-travis-when-tagging-my-package-wrong-uuid/20396/2 "2019-02-03T12:01:53Z")

</div>

It seems that another package is seeing this too: [Travis CI - Test and Deploy Your Code with Confidence](https://travis-ci.org/JuliaLang/METADATA.jl/builds/488103047)

---

<div class="post-metadata">

### Author: ![Ronis\_BR](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ronis_br/32/50999_2.png) [@Ronis\_BR](https://discourse.julialang.org/u/Ronis_BR)
#### Post date: [February 3, 2019, 12:18pm UTC](https://discourse.julialang.org/t/problem-in-travis-when-tagging-my-package-wrong-uuid/20396/3 "2019-02-03T12:18:53Z")

</div>

Well it seems something changed, because in METADATA my package was registered using the new UUID. I force-pushed a commit with the new UUID and now things seems to work.
