Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release my-profile-parent-1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug-Reed committed Jul 20, 2018
1 parent 1b4f485 commit dada0ec
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion my-profile-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>edu.wisc.my.profile</groupId>
<artifactId>my-profile-parent</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</parent>
<artifactId>my-profile-api</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion my-profile-local-contact-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>edu.wisc.my.profile</groupId>
<artifactId>my-profile-parent</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</parent>
<artifactId>my-profile-local-contact-impl</artifactId>
<name>Local contact Impl</name>
Expand Down
2 changes: 1 addition & 1 deletion my-profile-middleware-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>edu.wisc.my.profile</groupId>
<artifactId>my-profile-parent</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</parent>
<artifactId>my-profile-middleware-impl</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion my-profile-mock-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>edu.wisc.my.profile</groupId>
<artifactId>my-profile-parent</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</parent>
<artifactId>my-profile-mock-impl</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion my-profile-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>edu.wisc.my.profile</groupId>
<artifactId>my-profile-parent</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
</parent>
<artifactId>my-profile-webapp</artifactId>
<packaging>war</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.wisc.my.profile</groupId>
<artifactId>my-profile-parent</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<packaging>pom</packaging>
<name>My Profile Parent</name>
<modules>
Expand All @@ -25,7 +25,7 @@
<connection>scm:git:git@github.com:UW-Madison-DoIT/my-profile.git</connection>
<developerConnection>scm:git:git@github.com:UW-Madison-DoIT/my-profile.git</developerConnection>
<url>https://github.com/UW-Madison-DoIT/my-profile</url>
<tag>HEAD</tag>
<tag>my-profile-parent-1.1.3</tag>
</scm>

<properties>
Expand Down

0 comments on commit dada0ec

Please sign in to comment.