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

Commit f02a5bf

Browse files
author
William Huba
committed
[maven-release-plugin] prepare release 0.8.3
1 parent 8e60b2d commit f02a5bf

File tree

16 files changed

+50
-82
lines changed

16 files changed

+50
-82
lines changed

agent/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<artifactId>ffwd-agent</artifactId>
7-
<version>0.8.3-SNAPSHOT</version>
5+
<version>0.8.3</version>
86
<packaging>jar</packaging>
97

108
<name>FastForward Agent</name>
119

1210
<parent>
1311
<groupId>com.spotify.ffwd</groupId>
1412
<artifactId>ffwd-parent</artifactId>
15-
<version>0.8.3-SNAPSHOT</version>
13+
<version>0.8.3</version>
1614
<relativePath>..</relativePath>
1715
</parent>
1816

@@ -153,7 +151,7 @@
153151
</filter>
154152
</filters>
155153
<transformers>
156-
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
154+
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
157155
</transformers>
158156
</configuration>
159157
</execution>

api/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
75
<groupId>com.spotify.ffwd</groupId>
86
<artifactId>ffwd-parent</artifactId>
9-
<version>0.8.3-SNAPSHOT</version>
7+
<version>0.8.3</version>
108
<relativePath>..</relativePath>
119
</parent>
1210

1311
<artifactId>ffwd-api</artifactId>
14-
<version>0.8.3-SNAPSHOT</version>
12+
<version>0.8.3</version>
1513
<packaging>jar</packaging>
1614
<name>FastForward API</name>
1715

core/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
75
<groupId>com.spotify.ffwd</groupId>
86
<artifactId>ffwd-parent</artifactId>
9-
<version>0.8.3-SNAPSHOT</version>
7+
<version>0.8.3</version>
108
<relativePath>..</relativePath>
119
</parent>
1210

1311
<artifactId>ffwd-core</artifactId>
14-
<version>0.8.3-SNAPSHOT</version>
12+
<version>0.8.3</version>
1513
<packaging>jar</packaging>
1614

1715
<name>FastForward Core</name>

modules/carbon/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
75
<groupId>com.spotify.ffwd</groupId>
86
<artifactId>ffwd-parent</artifactId>
9-
<version>0.8.3-SNAPSHOT</version>
7+
<version>0.8.3</version>
108
<relativePath>../../pom.xml</relativePath>
119
</parent>
1210

1311
<artifactId>ffwd-module-carbon</artifactId>
14-
<version>0.8.3-SNAPSHOT</version>
12+
<version>0.8.3</version>
1513
<packaging>jar</packaging>
1614
<name>FastForward Carbon Module</name>
1715

modules/http/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
75
<groupId>com.spotify.ffwd</groupId>
86
<artifactId>ffwd-parent</artifactId>
9-
<version>0.8.3-SNAPSHOT</version>
7+
<version>0.8.3</version>
108
<relativePath>../../pom.xml</relativePath>
119
</parent>
1210

1311
<artifactId>ffwd-module-http</artifactId>
14-
<version>0.8.3-SNAPSHOT</version>
12+
<version>0.8.3</version>
1513
<packaging>jar</packaging>
1614
<name>FastForward HTTP Module</name>
1715

modules/json/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
75
<groupId>com.spotify.ffwd</groupId>
86
<artifactId>ffwd-parent</artifactId>
9-
<version>0.8.3-SNAPSHOT</version>
7+
<version>0.8.3</version>
108
<relativePath>../../pom.xml</relativePath>
119
</parent>
1210

1311
<artifactId>ffwd-module-json</artifactId>
14-
<version>0.8.3-SNAPSHOT</version>
12+
<version>0.8.3</version>
1513
<packaging>jar</packaging>
1614
<name>FastForward JSON Module</name>
1715

modules/kafka/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
75
<groupId>com.spotify.ffwd</groupId>
86
<artifactId>ffwd-parent</artifactId>
9-
<version>0.8.3-SNAPSHOT</version>
7+
<version>0.8.3</version>
108
<relativePath>../../pom.xml</relativePath>
119
</parent>
1210

1311
<artifactId>ffwd-module-kafka</artifactId>
14-
<version>0.8.3-SNAPSHOT</version>
12+
<version>0.8.3</version>
1513
<packaging>jar</packaging>
1614
<name>FastForward Kafka Module</name>
1715

modules/opencensus/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
75
<groupId>com.spotify.ffwd</groupId>
86
<artifactId>ffwd-parent</artifactId>
9-
<version>0.8.3-SNAPSHOT</version>
7+
<version>0.8.3</version>
108
<relativePath>../../pom.xml</relativePath>
119
</parent>
1210

1311
<artifactId>ffwd-module-opencensus</artifactId>
14-
<version>0.8.3-SNAPSHOT</version>
12+
<version>0.8.3</version>
1513
<packaging>jar</packaging>
1614
<name>FastForward OpenCensus Module</name>
1715

modules/opentelemetry/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
75
<groupId>com.spotify.ffwd</groupId>
86
<artifactId>ffwd-parent</artifactId>
9-
<version>0.8.3-SNAPSHOT</version>
7+
<version>0.8.3</version>
108
<relativePath>../../pom.xml</relativePath>
119
</parent>
1210

1311
<artifactId>ffwd-module-opentelemetry</artifactId>
14-
<version>0.8.3-SNAPSHOT</version>
12+
<version>0.8.3</version>
1513
<packaging>jar</packaging>
1614
<name>FastForward OpenTelemetry Module</name>
1715

modules/protobuf/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
75
<groupId>com.spotify.ffwd</groupId>
86
<artifactId>ffwd-parent</artifactId>
9-
<version>0.8.3-SNAPSHOT</version>
7+
<version>0.8.3</version>
108
<relativePath>../../pom.xml</relativePath>
119
</parent>
1210

1311
<artifactId>ffwd-module-protobuf</artifactId>
14-
<version>0.8.3-SNAPSHOT</version>
12+
<version>0.8.3</version>
1513
<packaging>jar</packaging>
1614
<name>FastForward Protobuf Module</name>
1715

0 commit comments

Comments
 (0)