Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hexedpackets committed Jan 26, 2021
1 parent 8e60b2d commit f02a5bf
Show file tree
Hide file tree
Showing 16 changed files with 50 additions and 82 deletions.
10 changes: 4 additions & 6 deletions agent/pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>ffwd-agent</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<packaging>jar</packaging>

<name>FastForward Agent</name>

<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -153,7 +151,7 @@
</filter>
</filters>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
</configuration>
</execution>
Expand Down
8 changes: 3 additions & 5 deletions api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<relativePath>..</relativePath>
</parent>

<artifactId>ffwd-api</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<packaging>jar</packaging>
<name>FastForward API</name>

Expand Down
8 changes: 3 additions & 5 deletions core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<relativePath>..</relativePath>
</parent>

<artifactId>ffwd-core</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<packaging>jar</packaging>

<name>FastForward Core</name>
Expand Down
8 changes: 3 additions & 5 deletions modules/carbon/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>ffwd-module-carbon</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<packaging>jar</packaging>
<name>FastForward Carbon Module</name>

Expand Down
8 changes: 3 additions & 5 deletions modules/http/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>ffwd-module-http</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<packaging>jar</packaging>
<name>FastForward HTTP Module</name>

Expand Down
8 changes: 3 additions & 5 deletions modules/json/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>ffwd-module-json</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<packaging>jar</packaging>
<name>FastForward JSON Module</name>

Expand Down
8 changes: 3 additions & 5 deletions modules/kafka/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>ffwd-module-kafka</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<packaging>jar</packaging>
<name>FastForward Kafka Module</name>

Expand Down
8 changes: 3 additions & 5 deletions modules/opencensus/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>ffwd-module-opencensus</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<packaging>jar</packaging>
<name>FastForward OpenCensus Module</name>

Expand Down
8 changes: 3 additions & 5 deletions modules/opentelemetry/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>ffwd-module-opentelemetry</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<packaging>jar</packaging>
<name>FastForward OpenTelemetry Module</name>

Expand Down
8 changes: 3 additions & 5 deletions modules/protobuf/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>ffwd-module-protobuf</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<packaging>jar</packaging>
<name>FastForward Protobuf Module</name>

Expand Down
8 changes: 3 additions & 5 deletions modules/pubsub/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>ffwd-module-pubsub</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<packaging>jar</packaging>
<name>FastForward Pubsub Module</name>

Expand Down
8 changes: 3 additions & 5 deletions modules/riemann/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>ffwd-module-riemann</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<packaging>jar</packaging>
<name>FastForward Riemann Module</name>

Expand Down
8 changes: 3 additions & 5 deletions modules/signalfx/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<relativePath>../..</relativePath>
</parent>

<artifactId>ffwd-module-signalfx</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<packaging>jar</packaging>
<name>FastForward SignalFx Module</name>

Expand Down
8 changes: 3 additions & 5 deletions modules/template/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>ffwd-module-template</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<packaging>jar</packaging>
<name>FastForward MyPlugin Module</name>

Expand Down
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<packaging>pom</packaging>

<name>FastForward Parent</name>
Expand Down Expand Up @@ -48,7 +46,7 @@
<connection>scm:git:[email protected]:spotify/ffwd</connection>
<developerConnection>scm:git:[email protected]:spotify/ffwd</developerConnection>
<url>https://github.com/spotify/ffwd</url>
<tag>0.4.0</tag>
<tag>0.8.3</tag>
</scm>

<developers>
Expand Down Expand Up @@ -614,7 +612,7 @@
<id>enforce</id>
<configuration>
<rules>
<requireUpperBoundDeps/>
<requireUpperBoundDeps />
</rules>
</configuration>
</execution>
Expand Down
8 changes: 3 additions & 5 deletions protobuf250/pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>ffwd-protobuf250</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<packaging>jar</packaging>

<name>FastForward Packaging of Protobuf 2.5</name>

<parent>
<groupId>com.spotify.ffwd</groupId>
<artifactId>ffwd-parent</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.8.3</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit f02a5bf

Please sign in to comment.