Skip to content

Commit 7df692d

Browse files
committed
7.2.1-gebit1 (just the maven-plugins)
1 parent c7575c7 commit 7df692d

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

maven-plugins/bnd-plugin-parent/pom.xml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@
1212
<version>${revision}</version>
1313

1414
<properties>
15-
<revision>7.2.1</revision>
15+
<revision>7.2.1-gebit1</revision>
1616
<project.build.outputTimestamp>1980-02-01T00:00:00Z</project.build.outputTimestamp>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1919
<maven.compiler.release>17</maven.compiler.release>
2020
<jpmsOptions>--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.jar=ALL-UNNAMED --add-opens=java.base/java.util.regex=ALL-UNNAMED --add-opens=java.base/java.util.zip=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/sun.net.www.protocol.file=ALL-UNNAMED --add-opens=java.base/sun.net.www.protocol.ftp=ALL-UNNAMED --add-opens=java.base/sun.net.www.protocol.http=ALL-UNNAMED --add-opens=java.base/sun.net.www.protocol.https=ALL-UNNAMED --add-opens=java.base/sun.net.www.protocol.jar=ALL-UNNAMED --add-opens=java.base/sun.net.www.protocol.jrt=ALL-UNNAMED</jpmsOptions>
2121
<mavenOpts>${jpmsOptions}</mavenOpts>
22+
<bndlib.version>7.2.1</bndlib.version>
2223
<osgi.annotation.version>8.1.0</osgi.annotation.version>
2324
<!-- The following versions must match those in cnf/ext/maven-plugin.bnd -->
2425
<maven.target.version>3.3.9</maven.target.version>
@@ -139,37 +140,37 @@
139140
<dependency>
140141
<groupId>${project.groupId}</groupId>
141142
<artifactId>biz.aQute.bnd.maven</artifactId>
142-
<version>${project.version}</version>
143+
<version>${bndlib.version}</version>
143144
</dependency>
144145
<dependency>
145146
<groupId>${project.groupId}</groupId>
146147
<artifactId>biz.aQute.bnd.util</artifactId>
147-
<version>${project.version}</version>
148+
<version>${bndlib.version}</version>
148149
</dependency>
149150
<dependency>
150151
<groupId>${project.groupId}</groupId>
151152
<artifactId>biz.aQute.bndlib</artifactId>
152-
<version>${project.version}</version>
153+
<version>${bndlib.version}</version>
153154
</dependency>
154155
<dependency>
155156
<groupId>${project.groupId}</groupId>
156157
<artifactId>biz.aQute.resolve</artifactId>
157-
<version>${project.version}</version>
158+
<version>${bndlib.version}</version>
158159
</dependency>
159160
<dependency>
160161
<groupId>${project.groupId}</groupId>
161162
<artifactId>biz.aQute.repository</artifactId>
162-
<version>${project.version}</version>
163+
<version>${bndlib.version}</version>
163164
</dependency>
164165
<dependency>
165166
<groupId>${project.groupId}</groupId>
166167
<artifactId>biz.aQute.bnd.reporter</artifactId>
167-
<version>${project.version}</version>
168+
<version>${bndlib.version}</version>
168169
</dependency>
169170
<dependency>
170171
<groupId>${project.groupId}</groupId>
171172
<artifactId>biz.aQute.bnd.embedded-repo</artifactId>
172-
<version>${project.version}</version>
173+
<version>${bndlib.version}</version>
173174
</dependency>
174175
<dependency>
175176
<groupId>org.junit</groupId>
@@ -339,13 +340,13 @@
339340
<project.build.sourceEncoding>${project.build.sourceEncoding}</project.build.sourceEncoding>
340341
<project.reporting.outputEncoding>${project.reporting.outputEncoding}</project.reporting.outputEncoding>
341342
<maven.compiler.release>${maven.compiler.release}</maven.compiler.release>
342-
<bnd.version>${project.version}</bnd.version>
343+
<bnd.version>${bndlib.version}</bnd.version>
343344
<projectsDirectory>${basedir}/src/it</projectsDirectory>
344345
<localRepositoryPath>${project.build.directory}/it-repo</localRepositoryPath>
345346
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
346347
</properties>
347348
<scriptVariables>
348-
<bndVersion>${project.version}</bndVersion>
349+
<bndVersion>${bndlib.version}</bndVersion>
349350
<projectsDirectory>${basedir}/src/it</projectsDirectory>
350351
</scriptVariables>
351352
<mavenOpts>${mavenOpts}</mavenOpts>

maven-plugins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>biz.aQute.bnd</groupId>
88
<artifactId>maven-plugins</artifactId>
9-
<version>1.0.0</version>
9+
<version>7.2.1-gebit1</version>
1010
<description>Reactor to build the Bnd Maven plugins.</description>
1111
<name>Bnd Maven Plugins Reactor</name>
1212
<packaging>pom</packaging>

0 commit comments

Comments
 (0)