Skip to content

Commit

Permalink
[maven-release-plugin] prepare release admin.reactor-0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
auniverseaway committed Apr 30, 2020
1 parent a27c8a8 commit d10895b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apps/admin/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.adobe.dx</groupId>
<artifactId>admin.reactor</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -147,7 +147,7 @@
<dependency>
<groupId>com.adobe.dx</groupId>
<artifactId>com.adobe.dx.admin.core</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</dependency>
<dependency>
<groupId>com.adobe.dx</groupId>
Expand Down
2 changes: 1 addition & 1 deletion apps/admin/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.adobe.dx</groupId>
<artifactId>admin.reactor</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
<relativePath>..</relativePath>
</parent>
<artifactId>com.adobe.dx.admin.core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions apps/admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
<connection>scm:git:https://github.com/adobe/adobe-dx.git</connection>
<developerConnection>scm:git:[email protected]:adobe/adobe-dx.git</developerConnection>
<url>https://github.com/adobe/adobe-dx/apps/admin/tree/master</url>
<tag>HEAD</tag>
<tag>admin.reactor-0.0.5</tag>
</scm>

<name>${module.name}</name>
<artifactId>admin.reactor</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
<packaging>pom</packaging>
<modules>
<module>core</module>
Expand Down

0 comments on commit d10895b

Please sign in to comment.