Skip to content

Commit 7ad8c9a

Browse files
committed
Extract the dependency plugin version
1 parent 3ddb587 commit 7ad8c9a

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

common/schema-builder/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
<plugin>
152152
<groupId>org.apache.maven.plugins</groupId>
153153
<artifactId>maven-dependency-plugin</artifactId>
154-
<version>3.3.0</version>
154+
<version>${version.maven-dependency-plugin}</version>
155155
<executions>
156156
<execution>
157157
<phase>generate-sources</phase>
@@ -193,7 +193,7 @@
193193
<plugin>
194194
<groupId>org.apache.maven.plugins</groupId>
195195
<artifactId>maven-dependency-plugin</artifactId>
196-
<version>3.3.0</version>
196+
<version>${version.maven-dependency-plugin}</version>
197197
<executions>
198198
<execution>
199199
<phase>generate-sources</phase>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<version.kotlin>2.3.0</version.kotlin>
6464
<version.impsort.plugin>1.12.0</version.impsort.plugin>
6565
<version.kotlin.compiler>2.2.20</version.kotlin.compiler>
66+
<version.maven-dependency-plugin>3.9.0</version.maven-dependency-plugin>
6667

6768
</properties>
6869

server/implementation-cdi/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<plugin>
161161
<groupId>org.apache.maven.plugins</groupId>
162162
<artifactId>maven-dependency-plugin</artifactId>
163-
<version>3.3.0</version>
163+
<version>${version.maven-dependency-plugin}</version>
164164
<executions>
165165
<execution>
166166
<phase>generate-sources</phase>
@@ -212,7 +212,7 @@
212212
<plugin>
213213
<groupId>org.apache.maven.plugins</groupId>
214214
<artifactId>maven-dependency-plugin</artifactId>
215-
<version>3.3.0</version>
215+
<version>${version.maven-dependency-plugin}</version>
216216
<executions>
217217
<execution>
218218
<phase>generate-sources</phase>

server/runner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<plugin>
8888
<groupId>org.apache.maven.plugins</groupId>
8989
<artifactId>maven-dependency-plugin</artifactId>
90-
<version>3.3.0</version>
90+
<version>${version.maven-dependency-plugin}</version>
9191
<executions>
9292
<execution>
9393
<phase>generate-sources</phase>

ui/graphiql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<plugin>
103103
<groupId>org.apache.maven.plugins</groupId>
104104
<artifactId>maven-dependency-plugin</artifactId>
105-
<version>3.3.0</version>
105+
<version>${version.maven-dependency-plugin}</version>
106106
<executions>
107107
<execution>
108108
<id>install-graphiql</id>

0 commit comments

Comments
 (0)