Skip to content

Commit

Permalink
Update SSB repo urls
Browse files Browse the repository at this point in the history
  • Loading branch information
takvamborgen committed Mar 6, 2019
1 parent e837063 commit dd99f0a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@

### Added

### Changed

## 0.1.11-3 - 2019-03-05

### Changed

* Update URLs to internal SSB distribution repos

## 0.1.11-2 - 2018-12-12

* Update VTL version to 0.1.12

## 0.1.11-1 - 2018-10-23

### Changed

* Update VTL Connector version to 0.1.16

## 0.1.11 - 2018-10-23

### Changed

* Configuration flag to disable/enable caching

## 0.1.10-1 - 2018-09-04
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
<repository>
<id>releases</id>
<name>SSB Nexus Releases</name>
<url>http://kodehus.ssb.no/content/repositories/releases/</url>
<url>https://nexus.ssb.no/repository/maven-releases/</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<name>SSB Snapshot Repository</name>
<url>http://kodehus.ssb.no/content/repositories/snapshots/</url>
<url>https://nexus.ssb.no/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>
</profile>
Expand Down

0 comments on commit dd99f0a

Please sign in to comment.