Skip to content

Commit

Permalink
Move to com.spotify:foos-root:16
Browse files Browse the repository at this point in the history
  • Loading branch information
caesar-ralf committed Dec 12, 2023
1 parent 002c8d5 commit 6991863
Show file tree
Hide file tree
Showing 25 changed files with 481 additions and 101 deletions.
34 changes: 3 additions & 31 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,17 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>9</version>
<groupId>com.spotify</groupId>
<artifactId>foss-root</artifactId>
<version>16</version>
</parent>

<name>futuristic-feline Bill Of Material</name>

<groupId>com.spotify</groupId>
<artifactId>futuristic-feline-bom</artifactId>
<version>1.1.6-SNAPSHOT</version>
<packaging>pom</packaging>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<dependencyManagement>
<dependencies>
<dependency>
Expand All @@ -50,20 +38,4 @@
</dependency>
</dependencies>
</dependencyManagement>

<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>
</project>
20 changes: 20 additions & 0 deletions feline/src/main/java/com/spotify/feline/AllowancesTransformer.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*-
* -\-\-
* futuristic-feline
* --
* Copyright (C) 2016 - 2023 Spotify AB
* --
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* -/-/-
*/

/*
* Copyright (c) 2021 Spotify AB
* Copyright (c) 2019-Present Pivotal Software Inc, All Rights Reserved.
Expand Down
20 changes: 20 additions & 0 deletions feline/src/main/java/com/spotify/feline/BytecodeUtils.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*-
* -\-\-
* futuristic-feline
* --
* Copyright (C) 2016 - 2023 Spotify AB
* --
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* -/-/-
*/

/*
* Copyright (c) 2021 Spotify AB
* Copyright (c) 2018-2019 Pivotal Software Inc, All Rights Reserved.
Expand Down
20 changes: 20 additions & 0 deletions feline/src/main/java/com/spotify/feline/Feline.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*-
* -\-\-
* futuristic-feline
* --
* Copyright (C) 2016 - 2023 Spotify AB
* --
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* -/-/-
*/

/*
* Copyright (c) 2021 Spotify AB
*
Expand Down
20 changes: 20 additions & 0 deletions feline/src/main/java/com/spotify/feline/FelineRuntime.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*-
* -\-\-
* futuristic-feline
* --
* Copyright (C) 2016 - 2023 Spotify AB
* --
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* -/-/-
*/

/*
* Copyright (c) 2021 Spotify AB
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*-
* -\-\-
* futuristic-feline
* --
* Copyright (C) 2016 - 2023 Spotify AB
* --
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* -/-/-
*/

/*
* Copyright (c) 2022 Spotify AB
*
Expand Down
20 changes: 20 additions & 0 deletions feline/src/main/java/com/spotify/feline/FelineTransformer.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*-
* -\-\-
* futuristic-feline
* --
* Copyright (C) 2016 - 2023 Spotify AB
* --
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* -/-/-
*/

/*
* Copyright (c) 2021 Spotify AB
*
Expand Down
20 changes: 20 additions & 0 deletions feline/src/main/java/com/spotify/feline/IgnoreBlocking.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*-
* -\-\-
* futuristic-feline
* --
* Copyright (C) 2016 - 2023 Spotify AB
* --
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* -/-/-
*/

/*
* Copyright (c) 2021 Spotify AB
*
Expand Down
20 changes: 20 additions & 0 deletions feline/src/test/java/com/spotify/feline/AllowanceTester.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*-
* -\-\-
* futuristic-feline
* --
* Copyright (C) 2016 - 2023 Spotify AB
* --
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* -/-/-
*/

/*
* Copyright (c) 2021 Spotify AB
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*-
* -\-\-
* futuristic-feline
* --
* Copyright (C) 2016 - 2023 Spotify AB
* --
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* -/-/-
*/

/*
* Copyright (c) 2021 Spotify AB
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*-
* -\-\-
* futuristic-feline
* --
* Copyright (C) 2016 - 2023 Spotify AB
* --
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* -/-/-
*/

/*
* Copyright (c) 2021 Spotify AB
*
Expand Down
20 changes: 20 additions & 0 deletions feline/src/test/java/com/spotify/feline/FelineTest.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*-
* -\-\-
* futuristic-feline
* --
* Copyright (C) 2016 - 2023 Spotify AB
* --
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* -/-/-
*/

/*
* Copyright (c) 2021 Spotify AB
*
Expand Down
20 changes: 20 additions & 0 deletions feline/src/test/java/com/spotify/feline/FutureSubclass.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*-
* -\-\-
* futuristic-feline
* --
* Copyright (C) 2016 - 2023 Spotify AB
* --
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* -/-/-
*/

package com.spotify.feline;

import java.util.concurrent.CompletableFuture;
Expand Down
20 changes: 20 additions & 0 deletions feline/src/test/java/com/spotify/feline/ThreadLocalTest.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*-
* -\-\-
* futuristic-feline
* --
* Copyright (C) 2016 - 2023 Spotify AB
* --
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* -/-/-
*/

/*
* Copyright (c) 2022 Spotify AB
*
Expand Down
20 changes: 20 additions & 0 deletions junit4/src/main/java/com/spotify/feline/FelineRunListener.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*-
* -\-\-
* futuristic-feline-junit4
* --
* Copyright (C) 2016 - 2023 Spotify AB
* --
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* -/-/-
*/

/*
* Copyright (c) 2021 Spotify AB
*
Expand Down
Loading

0 comments on commit 6991863

Please sign in to comment.