Skip to content

Commit e9086cb

Browse files
committed
[maven-release-plugin] prepare release spifly-1.3.7
1 parent 2fbb02e commit e9086cb

File tree

23 files changed

+34
-34
lines changed

23 files changed

+34
-34
lines changed

spi-fly/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<groupId>org.apache.aries.spifly</groupId>
3232
<artifactId>spifly</artifactId>
33-
<version>1.3.7-SNAPSHOT</version>
33+
<version>1.3.7</version>
3434
<name>Apache Aries SPI Fly</name>
3535
<packaging>pom</packaging>
3636
<description>
@@ -41,7 +41,7 @@
4141
<connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
4242
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
4343
<url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
44-
<tag>HEAD</tag>
44+
<tag>spifly-1.3.7</tag>
4545
</scm>
4646

4747
<properties>

spi-fly/spi-fly-core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries.spifly</groupId>
2626
<artifactId>spifly</artifactId>
27-
<version>1.3.7-SNAPSHOT</version>
27+
<version>1.3.7</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

@@ -41,7 +41,7 @@
4141
<connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
4242
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
4343
<url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
44-
<tag>HEAD</tag>
44+
<tag>spifly-1.3.7</tag>
4545
</scm>
4646

4747
<dependencies>

spi-fly/spi-fly-dynamic-bundle/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries.spifly</groupId>
2626
<artifactId>spifly</artifactId>
27-
<version>1.3.7-SNAPSHOT</version>
27+
<version>1.3.7</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

@@ -40,7 +40,7 @@
4040
<connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
4141
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
4242
<url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
43-
<tag>HEAD</tag>
43+
<tag>spifly-1.3.7</tag>
4444
</scm>
4545

4646
<dependencies>

spi-fly/spi-fly-dynamic-framework-extension/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries.spifly</groupId>
2626
<artifactId>spifly</artifactId>
27-
<version>1.3.7-SNAPSHOT</version>
27+
<version>1.3.7</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

@@ -40,7 +40,7 @@
4040
<connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
4141
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
4242
<url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
43-
<tag>HEAD</tag>
43+
<tag>spifly-1.3.7</tag>
4444
</scm>
4545

4646
<dependencies>

spi-fly/spi-fly-examples/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
<parent>
2525
<groupId>org.apache.aries.spifly</groupId>
2626
<artifactId>spifly</artifactId>
27-
<version>1.3.7-SNAPSHOT</version>
27+
<version>1.3.7</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

3131
<groupId>org.apache.aries.spifly.examples</groupId>
3232
<artifactId>spi-fly-examples</artifactId>
3333
<name>Apache Aries SPI Fly Examples</name>
34-
<version>1.0.5-SNAPSHOT</version>
34+
<version>1.0.5</version>
3535
<packaging>pom</packaging>
3636
<description>
3737
SPI examples
@@ -47,7 +47,7 @@
4747
<connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
4848
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
4949
<url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
50-
<tag>HEAD</tag>
50+
<tag>spifly-1.3.7</tag>
5151
</scm>
5252

5353
<modules>

spi-fly/spi-fly-examples/spi-fly-example-client1-bundle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries.spifly.examples</groupId>
2626
<artifactId>spi-fly-examples</artifactId>
27-
<version>1.0.5-SNAPSHOT</version>
27+
<version>1.0.5</version>
2828
</parent>
2929

3030
<artifactId>org.apache.aries.spifly.examples.client1.bundle</artifactId>

spi-fly/spi-fly-examples/spi-fly-example-client1-jar/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries.spifly.examples</groupId>
2626
<artifactId>spi-fly-examples</artifactId>
27-
<version>1.0.5-SNAPSHOT</version>
27+
<version>1.0.5</version>
2828
</parent>
2929

3030
<artifactId>org.apache.aries.spifly.examples.client1.jar</artifactId>

spi-fly/spi-fly-examples/spi-fly-example-client2-bundle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries.spifly.examples</groupId>
2626
<artifactId>spi-fly-examples</artifactId>
27-
<version>1.0.5-SNAPSHOT</version>
27+
<version>1.0.5</version>
2828
</parent>
2929

3030
<artifactId>org.apache.aries.spifly.examples.client2.bundle</artifactId>

spi-fly/spi-fly-examples/spi-fly-example-client3-bundle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries.spifly.examples</groupId>
2626
<artifactId>spi-fly-examples</artifactId>
27-
<version>1.0.5-SNAPSHOT</version>
27+
<version>1.0.5</version>
2828
</parent>
2929

3030
<artifactId>org.apache.aries.spifly.examples.client3.bundle</artifactId>

spi-fly/spi-fly-examples/spi-fly-example-client3-fragment/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries.spifly.examples</groupId>
2626
<artifactId>spi-fly-examples</artifactId>
27-
<version>1.0.5-SNAPSHOT</version>
27+
<version>1.0.5</version>
2828
</parent>
2929

3030
<artifactId>org.apache.aries.spifly.examples.client3.fragment</artifactId>

spi-fly/spi-fly-examples/spi-fly-example-provider-consumer-bundle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries.spifly.examples</groupId>
2626
<artifactId>spi-fly-examples</artifactId>
27-
<version>1.0.5-SNAPSHOT</version>
27+
<version>1.0.5</version>
2828
</parent>
2929

3030
<artifactId>org.apache.aries.spifly.examples.provider.consumer.bundle</artifactId>

spi-fly/spi-fly-examples/spi-fly-example-provider1-bundle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries.spifly.examples</groupId>
2626
<artifactId>spi-fly-examples</artifactId>
27-
<version>1.0.5-SNAPSHOT</version>
27+
<version>1.0.5</version>
2828
</parent>
2929

3030
<artifactId>org.apache.aries.spifly.examples.provider1.bundle</artifactId>

spi-fly/spi-fly-examples/spi-fly-example-provider1-jar/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries.spifly.examples</groupId>
2626
<artifactId>spi-fly-examples</artifactId>
27-
<version>1.0.5-SNAPSHOT</version>
27+
<version>1.0.5</version>
2828
</parent>
2929

3030
<artifactId>org.apache.aries.spifly.examples.provider1.jar</artifactId>

spi-fly/spi-fly-examples/spi-fly-example-provider2-bundle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries.spifly.examples</groupId>
2626
<artifactId>spi-fly-examples</artifactId>
27-
<version>1.0.5-SNAPSHOT</version>
27+
<version>1.0.5</version>
2828
</parent>
2929

3030
<artifactId>org.apache.aries.spifly.examples.provider2.bundle</artifactId>

spi-fly/spi-fly-examples/spi-fly-example-provider3-bundle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries.spifly.examples</groupId>
2626
<artifactId>spi-fly-examples</artifactId>
27-
<version>1.0.5-SNAPSHOT</version>
27+
<version>1.0.5</version>
2828
</parent>
2929

3030
<artifactId>org.apache.aries.spifly.examples.provider3.bundle</artifactId>

spi-fly/spi-fly-examples/spi-fly-example-provider3-fragment/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries.spifly.examples</groupId>
2626
<artifactId>spi-fly-examples</artifactId>
27-
<version>1.0.5-SNAPSHOT</version>
27+
<version>1.0.5</version>
2828
</parent>
2929

3030
<artifactId>org.apache.aries.spifly.examples.provider3.fragment</artifactId>

spi-fly/spi-fly-examples/spi-fly-example-resource-client-bundle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries.spifly.examples</groupId>
2626
<artifactId>spi-fly-examples</artifactId>
27-
<version>1.0.5-SNAPSHOT</version>
27+
<version>1.0.5</version>
2828
</parent>
2929

3030
<artifactId>org.apache.aries.spifly.examples.resource.client.bundle</artifactId>

spi-fly/spi-fly-examples/spi-fly-example-resource-provider-bundle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries.spifly.examples</groupId>
2626
<artifactId>spi-fly-examples</artifactId>
27-
<version>1.0.5-SNAPSHOT</version>
27+
<version>1.0.5</version>
2828
</parent>
2929

3030
<artifactId>org.apache.aries.spifly.examples.resource.provider.bundle</artifactId>

spi-fly/spi-fly-examples/spi-fly-example-spi-bundle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries.spifly.examples</groupId>
2626
<artifactId>spi-fly-examples</artifactId>
27-
<version>1.0.5-SNAPSHOT</version>
27+
<version>1.0.5</version>
2828
</parent>
2929

3030
<artifactId>org.apache.aries.spifly.examples.spi.bundle</artifactId>

spi-fly/spi-fly-itests/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries.spifly</groupId>
2626
<artifactId>spifly</artifactId>
27-
<version>1.3.7-SNAPSHOT</version>
27+
<version>1.3.7</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

@@ -40,7 +40,7 @@
4040
<connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
4141
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
4242
<url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
43-
<tag>HEAD</tag>
43+
<tag>spifly-1.3.7</tag>
4444
</scm>
4545

4646
<dependencies>
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>org.apache.aries.spifly.examples</groupId>
9292
<artifactId>org.apache.aries.spifly.examples.spi.bundle</artifactId>
93-
<version>1.0.5-SNAPSHOT</version>
93+
<version>1.0.5</version>
9494
<scope>test</scope>
9595
</dependency>
9696

spi-fly/spi-fly-static-bundle/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries.spifly</groupId>
2626
<artifactId>spifly</artifactId>
27-
<version>1.3.7-SNAPSHOT</version>
27+
<version>1.3.7</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

@@ -40,7 +40,7 @@
4040
<connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
4141
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
4242
<url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
43-
<tag>HEAD</tag>
43+
<tag>spifly-1.3.7</tag>
4444
</scm>
4545

4646
<dependencies>

spi-fly/spi-fly-static-tool/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries.spifly</groupId>
2626
<artifactId>spifly</artifactId>
27-
<version>1.3.7-SNAPSHOT</version>
27+
<version>1.3.7</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

@@ -39,7 +39,7 @@
3939
<connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
4040
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
4141
<url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
42-
<tag>HEAD</tag>
42+
<tag>spifly-1.3.7</tag>
4343
</scm>
4444

4545
<dependencies>

spi-fly/spi-fly-weaver/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.aries.spifly</groupId>
2626
<artifactId>spifly</artifactId>
27-
<version>1.3.7-SNAPSHOT</version>
27+
<version>1.3.7</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

@@ -36,7 +36,7 @@
3636
<connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
3737
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
3838
<url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
39-
<tag>HEAD</tag>
39+
<tag>spifly-1.3.7</tag>
4040
</scm>
4141

4242
<dependencies>

0 commit comments

Comments
 (0)