Skip to content

Commit

Permalink
Remove kn- prefix from module names (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk authored Oct 11, 2024
1 parent d0ae268 commit 3d1490a
Show file tree
Hide file tree
Showing 14 changed files with 36 additions and 36 deletions.
6 changes: 3 additions & 3 deletions aws-ddb-streams-source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<parent>
<groupId>dev.knative.eventing</groupId>
<artifactId>kn-connectors</artifactId>
<artifactId>connectors</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>kn-connector-aws-ddb-streams-source</artifactId>
<artifactId>connector-aws-ddb-streams-source</artifactId>
<name>Knative Connectors :: AWS DDB Streams Source</name>

<dependencies>
Expand Down Expand Up @@ -138,7 +138,7 @@
<plugins>
<plugin>
<groupId>dev.knative.eventing</groupId>
<artifactId>kn-connector-maven-plugin</artifactId>
<artifactId>connector-maven-plugin</artifactId>
<version>${project.version}</version>
<configuration>
<kameletName>aws-ddb-streams-source</kameletName>
Expand Down
6 changes: 3 additions & 3 deletions aws-s3-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<parent>
<groupId>dev.knative.eventing</groupId>
<artifactId>kn-connectors</artifactId>
<artifactId>connectors</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>kn-connector-aws-s3-sink</artifactId>
<artifactId>aws-s3-sink</artifactId>
<name>Knative Connectors :: AWS S3 Sink</name>

<dependencies>
Expand Down Expand Up @@ -119,7 +119,7 @@
<plugins>
<plugin>
<groupId>dev.knative.eventing</groupId>
<artifactId>kn-connector-maven-plugin</artifactId>
<artifactId>connector-maven-plugin</artifactId>
<version>${project.version}</version>
<configuration>
<kameletName>aws-s3-sink</kameletName>
Expand Down
6 changes: 3 additions & 3 deletions aws-s3-source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<parent>
<groupId>dev.knative.eventing</groupId>
<artifactId>kn-connectors</artifactId>
<artifactId>connectors</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>kn-connector-aws-s3-source</artifactId>
<artifactId>aws-s3-source</artifactId>
<name>Knative Connectors :: AWS S3 Source</name>

<dependencies>
Expand Down Expand Up @@ -125,7 +125,7 @@
<plugins>
<plugin>
<groupId>dev.knative.eventing</groupId>
<artifactId>kn-connector-maven-plugin</artifactId>
<artifactId>connector-maven-plugin</artifactId>
<version>${project.version}</version>
<configuration>
<kameletName>aws-s3-source</kameletName>
Expand Down
6 changes: 3 additions & 3 deletions aws-sqs-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<parent>
<groupId>dev.knative.eventing</groupId>
<artifactId>kn-connectors</artifactId>
<artifactId>connectors</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>kn-connector-aws-sqs-sink</artifactId>
<artifactId>aws-sqs-sink</artifactId>
<name>Knative Connectors :: AWS SQS Sink</name>

<dependencies>
Expand Down Expand Up @@ -119,7 +119,7 @@
<plugins>
<plugin>
<groupId>dev.knative.eventing</groupId>
<artifactId>kn-connector-maven-plugin</artifactId>
<artifactId>connector-maven-plugin</artifactId>
<version>${project.version}</version>
<configuration>
<kameletName>aws-sqs-sink</kameletName>
Expand Down
6 changes: 3 additions & 3 deletions aws-sqs-source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<parent>
<groupId>dev.knative.eventing</groupId>
<artifactId>kn-connectors</artifactId>
<artifactId>connectors</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>kn-connector-aws-sqs-source</artifactId>
<artifactId>aws-sqs-source</artifactId>
<name>Knative Connectors :: AWS SQS Source</name>

<dependencies>
Expand Down Expand Up @@ -125,7 +125,7 @@
<plugins>
<plugin>
<groupId>dev.knative.eventing</groupId>
<artifactId>kn-connector-maven-plugin</artifactId>
<artifactId>connector-maven-plugin</artifactId>
<version>${project.version}</version>
<configuration>
<kameletName>aws-sqs-source</kameletName>
Expand Down
6 changes: 3 additions & 3 deletions log-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<parent>
<groupId>dev.knative.eventing</groupId>
<artifactId>kn-connectors</artifactId>
<artifactId>connectors</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>kn-connector-log-sink</artifactId>
<artifactId>connector-log-sink</artifactId>
<name>Knative Connectors :: Log Sink</name>

<dependencies>
Expand Down Expand Up @@ -99,7 +99,7 @@
<plugins>
<plugin>
<groupId>dev.knative.eventing</groupId>
<artifactId>kn-connector-maven-plugin</artifactId>
<artifactId>connector-maven-plugin</artifactId>
<version>${project.version}</version>
<configuration>
<kameletName>log-sink</kameletName>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>dev.knative.eventing</groupId>
<artifactId>kn-connectors</artifactId>
<artifactId>connectors</artifactId>
<version>1.0-SNAPSHOT</version>
<name>Knative Connectors</name>
<packaging>pom</packaging>
Expand Down
6 changes: 3 additions & 3 deletions timer-source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<parent>
<groupId>dev.knative.eventing</groupId>
<artifactId>kn-connectors</artifactId>
<artifactId>connectors</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>kn-connector-timer-source</artifactId>
<artifactId>timer-source</artifactId>
<name>Knative Connectors :: Timer Source</name>

<dependencies>
Expand Down Expand Up @@ -113,7 +113,7 @@
<plugins>
<plugin>
<groupId>dev.knative.eventing</groupId>
<artifactId>kn-connector-maven-plugin</artifactId>
<artifactId>connector-maven-plugin</artifactId>
<version>${project.version}</version>
<configuration>
<kameletName>timer-source</kameletName>
Expand Down
4 changes: 2 additions & 2 deletions tools/archetype-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<parent>
<groupId>dev.knative.eventing</groupId>
<artifactId>kn-connector-tools</artifactId>
<artifactId>connector-tools</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>kn-connector-archetype-sink</artifactId>
<artifactId>connector-archetype-sink</artifactId>
<name>Knative Connectors :: Tools :: Archetype Sink</name>
<packaging>maven-archetype</packaging>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@

<parent>
<groupId>dev.knative.eventing</groupId>
<artifactId>kn-connectors</artifactId>
<artifactId>connectors</artifactId>
<version>${version}</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>kn-connector-${artifactId}</artifactId>
<artifactId>connector-${artifactId}</artifactId>
<name>Knative Connectors :: ${kamelet-name} Sink</name>

<dependencies>
Expand Down Expand Up @@ -120,7 +120,7 @@
<plugins>
<plugin>
<groupId>dev.knative.eventing</groupId>
<artifactId>kn-connector-maven-plugin</artifactId>
<artifactId>connector-maven-plugin</artifactId>
<version>${project.version}</version>
<configuration>
<kameletName>${kamelet-name}-sink</kameletName>
Expand Down
4 changes: 2 additions & 2 deletions tools/archetype-source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<parent>
<groupId>dev.knative.eventing</groupId>
<artifactId>kn-connector-tools</artifactId>
<artifactId>connector-tools</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>kn-connector-archetype-source</artifactId>
<artifactId>connector-archetype-source</artifactId>
<name>Knative Connectors :: Tools :: Archetype Source</name>
<packaging>maven-archetype</packaging>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@

<parent>
<groupId>dev.knative.eventing</groupId>
<artifactId>kn-connectors</artifactId>
<artifactId>connectors</artifactId>
<version>${version}</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>kn-connector-${artifactId}</artifactId>
<artifactId>connector-${artifactId}</artifactId>
<name>Knative Connectors :: ${kamelet-name} Source</name>

<dependencies>
Expand Down Expand Up @@ -126,7 +126,7 @@
<plugins>
<plugin>
<groupId>dev.knative.eventing</groupId>
<artifactId>kn-connector-maven-plugin</artifactId>
<artifactId>connector-maven-plugin</artifactId>
<version>${project.version}</version>
<configuration>
<kameletName>${kamelet-name}-source</kameletName>
Expand Down
4 changes: 2 additions & 2 deletions tools/maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<parent>
<groupId>dev.knative.eventing</groupId>
<artifactId>kn-connector-tools</artifactId>
<artifactId>connector-tools</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>kn-connector-maven-plugin</artifactId>
<artifactId>connector-maven-plugin</artifactId>
<name>Knative Connectors :: Tools :: Maven Plugin</name>
<packaging>maven-plugin</packaging>

Expand Down
4 changes: 2 additions & 2 deletions tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

<parent>
<groupId>dev.knative.eventing</groupId>
<artifactId>kn-connectors</artifactId>
<artifactId>connectors</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>kn-connector-tools</artifactId>
<artifactId>connector-tools</artifactId>
<name>Knative Connectors :: Tools</name>
<packaging>pom</packaging>

Expand Down

0 comments on commit 3d1490a

Please sign in to comment.