Skip to content

Commit

Permalink
Update POM
Browse files Browse the repository at this point in the history
- update maintainer list
- remove link to avsystem.com as requested by AVS marketing / SEO (other sponsored libraries e.g. guava do not provide this field either)
  • Loading branch information
ddworak committed Nov 13, 2024
1 parent 44ea6a8 commit c01929f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions project/Commons.scala
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ object Commons extends ProjectGroup("commons") {
organization := "com.avsystem.commons",
homepage := Some(url("https://github.com/AVSystem/scala-commons")),
organizationName := "AVSystem",
organizationHomepage := Some(url("http://www.avsystem.com/")),
description := "AVSystem commons library for Scala",
startYear := Some(2015),
licenses := Vector(
Expand All @@ -66,7 +65,7 @@ object Commons extends ProjectGroup("commons") {
devConnection = Some("scm:git:git@github.com:AVSystem/scala-commons.git"),
)),
developers := List(
Developer("ghik", "Roman Janusz", "r.janusz@avsystem.com", url("https://github.com/ghik")),
Developer("ddworak", "Dawid Dworak", "d.dworak@avsystem.com", url("https://github.com/ddworak")),
),

scalaVersion := "2.13.15",
Expand Down

0 comments on commit c01929f

Please sign in to comment.