Skip to content

Commit 7f565ad

Browse files
committed
ARIES-2165: Update parent pom to 3.0.0 in proxy
1 parent 14ad667 commit 7f565ad

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

proxy/proxy-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries</groupId>
2626
<artifactId>parent</artifactId>
27-
<version>2.1.2-SNAPSHOT</version>
27+
<version>3.0.0</version>
2828
<relativePath>../../parent/pom.xml</relativePath>
2929
</parent>
3030

proxy/proxy-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries</groupId>
2626
<artifactId>parent</artifactId>
27-
<version>2.1.2-SNAPSHOT</version>
27+
<version>3.0.0</version>
2828
<relativePath>../../parent/pom.xml</relativePath>
2929
</parent>
3030

proxy/proxy-itests/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries</groupId>
2626
<artifactId>parent</artifactId>
27-
<version>2.1.2-SNAPSHOT</version>
27+
<version>3.0.1-SNAPSHOT</version>
2828
<relativePath>../../parent/pom.xml</relativePath>
2929
</parent>
3030

@@ -46,7 +46,6 @@
4646
<aries.skip.version.check>true</aries.skip.version.check>
4747

4848
<asm.version>9.8</asm.version>
49-
<depends-maven-plugin.version>1.5.0</depends-maven-plugin.version>
5049
<javax.inject.version>1</javax.inject.version>
5150
<objenesis.version>3.4</objenesis.version>
5251
<org.apache.aries.proxy.api.version>1.1.2-SNAPSHOT</org.apache.aries.proxy.api.version>
@@ -57,7 +56,6 @@
5756
<pax-logging.version>2.2.9</pax-logging.version>
5857
<pax-tinybundles.version>2.1.1</pax-tinybundles.version>
5958
<pax-url.version>2.6.16</pax-url.version>
60-
<slf4j-api.version>1.7.7</slf4j-api.version>
6159
</properties>
6260

6361
<dependencies>
@@ -70,8 +68,8 @@
7068
<dependency>
7169
<groupId>org.apache.aries.proxy</groupId>
7270
<artifactId>org.apache.aries.proxy.api</artifactId>
73-
<scope>test</scope>
7471
<version>${org.apache.aries.proxy.api.version}</version>
72+
<scope>test</scope>
7573
</dependency>
7674
<dependency>
7775
<groupId>org.apache.aries.proxy</groupId>

0 commit comments

Comments
 (0)