Skip to content

Commit d10895b

Browse files
committed
[maven-release-plugin] prepare release admin.reactor-0.0.5
1 parent a27c8a8 commit d10895b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

apps/admin/app/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>com.adobe.dx</groupId>
2525
<artifactId>admin.reactor</artifactId>
26-
<version>0.0.5-SNAPSHOT</version>
26+
<version>0.0.5</version>
2727
<relativePath>..</relativePath>
2828
</parent>
2929

@@ -147,7 +147,7 @@
147147
<dependency>
148148
<groupId>com.adobe.dx</groupId>
149149
<artifactId>com.adobe.dx.admin.core</artifactId>
150-
<version>0.0.5-SNAPSHOT</version>
150+
<version>0.0.5</version>
151151
</dependency>
152152
<dependency>
153153
<groupId>com.adobe.dx</groupId>

apps/admin/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>com.adobe.dx</groupId>
2121
<artifactId>admin.reactor</artifactId>
22-
<version>0.0.5-SNAPSHOT</version>
22+
<version>0.0.5</version>
2323
<relativePath>..</relativePath>
2424
</parent>
2525
<artifactId>com.adobe.dx.admin.core</artifactId>

apps/admin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
<connection>scm:git:https://github.com/adobe/adobe-dx.git</connection>
3232
<developerConnection>scm:git:[email protected]:adobe/adobe-dx.git</developerConnection>
3333
<url>https://github.com/adobe/adobe-dx/apps/admin/tree/master</url>
34-
<tag>HEAD</tag>
34+
<tag>admin.reactor-0.0.5</tag>
3535
</scm>
3636

3737
<name>${module.name}</name>
3838
<artifactId>admin.reactor</artifactId>
39-
<version>0.0.5-SNAPSHOT</version>
39+
<version>0.0.5</version>
4040
<packaging>pom</packaging>
4141
<modules>
4242
<module>core</module>

0 commit comments

Comments
 (0)