Skip to content

Commit 55ef52b

Browse files
committed
[maven-release-plugin] prepare release 2.3.0
1 parent 91f49c4 commit 55ef52b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>edu.wgu.osmt</groupId>
66
<artifactId>osmt-parent</artifactId>
7-
<version>2.3.0-SNAPSHOT</version>
7+
<version>2.3.0</version>
88
</parent>
99

1010
<repositories>
@@ -27,7 +27,7 @@
2727

2828
<groupId>edu.wgu.osmt</groupId>
2929
<artifactId>osmt-api</artifactId>
30-
<version>2.3.0-SNAPSHOT</version>
30+
<version>2.3.0</version>
3131
<description>WGU Open Skills Management Toolset</description>
3232

3333
<properties>
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>edu.wgu.osmt</groupId>
5555
<artifactId>osmt-ui</artifactId>
56-
<version>2.3.0-SNAPSHOT</version>
56+
<version>2.3.0</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.springframework.boot</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>edu.wgu.osmt</groupId>
1313
<artifactId>osmt-parent</artifactId>
14-
<version>2.3.0-SNAPSHOT</version>
14+
<version>2.3.0</version>
1515
<packaging>pom</packaging>
1616

1717
<name>OSMT</name>
@@ -44,7 +44,7 @@
4444
<connection>scm:git:ssh://git@github.com/wgu-opensource/osmt.git</connection>
4545
<developerConnection>scm:git:ssh://git@github.com/wgu-opensource/osmt.git</developerConnection>
4646
<url>https://github.com/wgu-opensource/osmt.git</url>
47-
<tag>HEAD</tag>
47+
<tag>2.3.0</tag>
4848
</scm>
4949

5050
<distributionManagement>

ui/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>edu.wgu.osmt</groupId>
66
<artifactId>osmt-parent</artifactId>
7-
<version>2.3.0-SNAPSHOT</version>
7+
<version>2.3.0</version>
88
</parent>
99

1010
<groupId>edu.wgu.osmt</groupId>
1111
<artifactId>osmt-ui</artifactId>
12-
<version>2.3.0-SNAPSHOT</version>
12+
<version>2.3.0</version>
1313

1414
<packaging>jar</packaging>
1515

0 commit comments

Comments
 (0)