Skip to content

Commit

Permalink
Merge pull request #95 from spotify/bump-foss-root
Browse files Browse the repository at this point in the history
Bump foss-root to 16
  • Loading branch information
caesar-ralf committed Sep 25, 2023
2 parents c1a8b9d + 686002f commit 178d33d
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spotify</groupId>
<artifactId>foss-root</artifactId>
<version>10</version>
<version>16</version>
</parent>

<artifactId>completable-futures</artifactId>
Expand Down Expand Up @@ -147,35 +147,4 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<id>sign-artifacts</id>
<goals>
<goal>sign</goal>
</goals>
<phase>verify</phase>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>

0 comments on commit 178d33d

Please sign in to comment.