Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add headers #117

Merged
merged 3 commits into from
Aug 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions integration-test/aws-api-ec2/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* license agreements; and to You under the Apache License, version 2.0:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* This file is part of the Apache Pekko project, which was derived from Akka.
*/

addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.2")
2 changes: 1 addition & 1 deletion integration-test/dns-api-mesos/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.16
sbt.version=1.9.3
9 changes: 9 additions & 0 deletions integration-test/dns-api-mesos/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* license agreements; and to You under the Apache License, version 2.0:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* This file is part of the Apache Pekko project, which was derived from Akka.
*/

addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.2")

addSbtPlugin("com.dwijnand" % "sbt-dynver" % "2.0.0")
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.1.0
sbt.version=1.9.3
2 changes: 1 addition & 1 deletion integration-test/kubernetes-api/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.1.0
sbt.version=1.9.3
2 changes: 1 addition & 1 deletion integration-test/kubernetes-dns/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.1.0
sbt.version=1.9.3
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.16
sbt.version=1.9.3
9 changes: 9 additions & 0 deletions integration-test/marathon-api-docker/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* license agreements; and to You under the Apache License, version 2.0:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* This file is part of the Apache Pekko project, which was derived from Akka.
*/

addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.2")
2 changes: 1 addition & 1 deletion integration-test/marathon-api/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.16
sbt.version=1.9.3
9 changes: 9 additions & 0 deletions integration-test/marathon-api/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* license agreements; and to You under the Apache License, version 2.0:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* This file is part of the Apache Pekko project, which was derived from Akka.
*/

addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.2")
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* license agreements; and to You under the Apache License, version 2.0:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* This file is part of the Apache Pekko project, which was derived from Akka.
*/

package org.apache.pekko.coordination.lease.kubernetes

import org.apache.pekko
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* license agreements; and to You under the Apache License, version 2.0:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* This file is part of the Apache Pekko project, which was derived from Akka.
*/

package org.apache.pekko.coordination.lease.kubernetes

import java.util.concurrent.Executors
Expand Down