Skip to content

Commit

Permalink
NIFI-11654-RC1 prepare release nifi-1.22.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
joewitt committed Jun 6, 2023
1 parent 15ebf56 commit 71e3ea9
Show file tree
Hide file tree
Showing 766 changed files with 2,627 additions and 2,626 deletions.
4 changes: 2 additions & 2 deletions c2/c2-client-bundle/c2-client-api/pom.xml
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>c2-client-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>

<artifactId>c2-client-api</artifactId>
Expand All @@ -31,7 +31,7 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-protocol-api</artifactId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions c2/c2-client-bundle/c2-client-base/pom.xml
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>c2-client-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>

<artifactId>c2-client-base</artifactId>
Expand All @@ -31,13 +31,13 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-api</artifactId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-protocol-api</artifactId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
8 changes: 4 additions & 4 deletions c2/c2-client-bundle/c2-client-http/pom.xml
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>c2-client-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>

<artifactId>c2-client-http</artifactId>
Expand All @@ -31,17 +31,17 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-api</artifactId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-base</artifactId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-security-ssl</artifactId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
Expand Down
8 changes: 4 additions & 4 deletions c2/c2-client-bundle/c2-client-service/pom.xml
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>c2-client-bundle</artifactId>
<groupId>org.apache.nifi</groupId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>

<artifactId>c2-client-service</artifactId>
Expand All @@ -31,17 +31,17 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-api</artifactId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-base</artifactId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-client-http</artifactId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion c2/c2-client-bundle/pom.xml
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>c2</artifactId>
<groupId>org.apache.nifi</groupId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>

<artifactId>c2-client-bundle</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions c2/c2-protocol/c2-protocol-api/pom.xml
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>c2-protocol</artifactId>
<groupId>org.apache.nifi</groupId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>

<artifactId>c2-protocol-api</artifactId>
Expand All @@ -31,7 +31,7 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-protocol-component-api</artifactId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion c2/c2-protocol/c2-protocol-component-api/pom.xml
Expand Up @@ -19,7 +19,7 @@ limitations under the License.
<parent>
<artifactId>c2-protocol</artifactId>
<groupId>org.apache.nifi</groupId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion c2/c2-protocol/pom.xml
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>c2</artifactId>
<groupId>org.apache.nifi</groupId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>

<artifactId>c2-protocol</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions c2/pom.xml
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
<parent>
<artifactId>nifi</artifactId>
<groupId>org.apache.nifi</groupId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>

<artifactId>c2</artifactId>
Expand All @@ -37,7 +37,7 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions minifi/minifi-assembly/pom.xml
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>
<artifactId>minifi-assembly</artifactId>
<packaging>pom</packaging>
Expand Down Expand Up @@ -129,13 +129,13 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-framework-nar</artifactId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
<type>nar</type>
</dependency>
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-server-nar</artifactId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
<type>nar</type>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion minifi/minifi-bootstrap/pom.xml
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>
<artifactId>minifi-bootstrap</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion minifi/minifi-c2/minifi-c2-api/pom.xml
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-c2</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>
<artifactId>minifi-c2-api</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion minifi/minifi-c2/minifi-c2-assembly/pom.xml
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-c2</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>
<artifactId>minifi-c2-assembly</artifactId>
<packaging>pom</packaging>
Expand Down
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-c2-cache</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>
<artifactId>minifi-c2-cache-filesystem</artifactId>
<packaging>jar</packaging>
Expand Down
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-c2-cache</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>
<artifactId>minifi-c2-cache-s3</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion minifi/minifi-c2/minifi-c2-cache/pom.xml
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-c2</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>
<artifactId>minifi-c2-cache</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions minifi/minifi-c2/minifi-c2-docker/pom.xml
Expand Up @@ -21,11 +21,11 @@ limitations under the License.
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-c2</artifactId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>

<artifactId>minifi-c2-docker</artifactId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion minifi/minifi-c2/minifi-c2-integration-tests/pom.xml
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-c2</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>
<artifactId>minifi-c2-integration-tests</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion minifi/minifi-c2/minifi-c2-jetty/pom.xml
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-c2</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>
<artifactId>minifi-c2-jetty</artifactId>
<packaging>jar</packaging>
Expand Down
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-c2-provider</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>
<artifactId>minifi-c2-provider-cache</artifactId>
<packaging>jar</packaging>
Expand Down
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-c2-provider</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>
<artifactId>minifi-c2-provider-delegating</artifactId>
<packaging>jar</packaging>
Expand Down
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-c2-provider</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>
<artifactId>minifi-c2-provider-nifi-rest</artifactId>
<packaging>jar</packaging>
Expand Down
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-c2-provider</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>
<artifactId>minifi-c2-provider-util</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion minifi/minifi-c2/minifi-c2-provider/pom.xml
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-c2</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>
<artifactId>minifi-c2-provider</artifactId>
<packaging>pom</packaging>
Expand Down
6 changes: 3 additions & 3 deletions minifi/minifi-c2/minifi-c2-service/pom.xml
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi-c2</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>
<artifactId>minifi-c2-service</artifactId>
<packaging>war</packaging>
Expand All @@ -29,13 +29,13 @@ limitations under the License.
<dependency>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-c2-api</artifactId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>c2-protocol-api</artifactId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
Expand Down
2 changes: 1 addition & 1 deletion minifi/minifi-c2/pom.xml
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>
<artifactId>minifi-c2</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion minifi/minifi-commons/minifi-commons-api/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-commons</artifactId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>

<artifactId>minifi-commons-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion minifi/minifi-commons/minifi-commons-schema/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-commons</artifactId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>

<artifactId>minifi-commons-schema</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion minifi/minifi-commons/minifi-utils/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.nifi.minifi</groupId>
<artifactId>minifi-commons</artifactId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>

<artifactId>minifi-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion minifi/minifi-commons/pom.xml
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<artifactId>minifi</artifactId>
<groupId>org.apache.nifi.minifi</groupId>
<version>1.22.0-SNAPSHOT</version>
<version>1.22.0</version>
</parent>
<artifactId>minifi-commons</artifactId>
<packaging>pom</packaging>
Expand Down

0 comments on commit 71e3ea9

Please sign in to comment.