Skip to content

Commit 09181d5

Browse files
committed
[maven-release-plugin] prepare release openwebbeans-2.0.28
1 parent ab45ce6 commit 09181d5

File tree

35 files changed

+36
-36
lines changed

35 files changed

+36
-36
lines changed

atinject-tck/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.openwebbeans</groupId>
2525
<artifactId>openwebbeans</artifactId>
26-
<version>2.0.28-SNAPSHOT</version>
26+
<version>2.0.28</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

bom/openwebbeans-se-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>bom</artifactId>
2121
<groupId>org.apache.openwebbeans.bom</groupId>
22-
<version>2.0.28-SNAPSHOT</version>
22+
<version>2.0.28</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

bom/openwebbeans-web-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>bom</artifactId>
2121
<groupId>org.apache.openwebbeans.bom</groupId>
22-
<version>2.0.28-SNAPSHOT</version>
22+
<version>2.0.28</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>openwebbeans</artifactId>
2121
<groupId>org.apache.openwebbeans</groupId>
22-
<version>2.0.28-SNAPSHOT</version>
22+
<version>2.0.28</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

distribution/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.openwebbeans</groupId>
2626
<artifactId>openwebbeans</artifactId>
27-
<version>2.0.28-SNAPSHOT</version>
27+
<version>2.0.28</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<artifactId>openwebbeans</artifactId>
3131
<name>Apache OpenWebBeans</name>
3232
<packaging>pom</packaging>
33-
<version>2.0.28-SNAPSHOT</version>
33+
<version>2.0.28</version>
3434

3535
<url>openwebbeans.apache.org</url>
3636

@@ -50,7 +50,7 @@
5050
<connection>scm:git:https://gitbox.apache.org/repos/asf/openwebbeans.git</connection>
5151
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/openwebbeans.git</developerConnection>
5252
<url>https://github.com/apache/openwebbeans</url>
53-
<tag>openwebbeans-2.0.25</tag>
53+
<tag>openwebbeans-2.0.28</tag>
5454
</scm>
5555

5656
<repositories>

samples/conversation-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<artifactId>samples</artifactId>
2525
<groupId>org.apache.openwebbeans</groupId>
26-
<version>2.0.28-SNAPSHOT</version>
26+
<version>2.0.28</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

samples/guess/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ under the License.
2121
<parent>
2222
<groupId>org.apache.openwebbeans</groupId>
2323
<artifactId>samples</artifactId>
24-
<version>2.0.28-SNAPSHOT</version>
24+
<version>2.0.28</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

samples/jsf2sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<artifactId>samples</artifactId>
2424
<groupId>org.apache.openwebbeans</groupId>
25-
<version>2.0.28-SNAPSHOT</version>
25+
<version>2.0.28</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.apache.openwebbeans</groupId>
2424
<artifactId>openwebbeans</artifactId>
25-
<version>2.0.28-SNAPSHOT</version>
25+
<version>2.0.28</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

0 commit comments

Comments
 (0)