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-0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vertein committed Jul 30, 2015
1 parent 036abb2 commit dee0928
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>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
</parent>
<artifactId>my-profile-api</artifactId>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion my-profile-integration-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>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
</parent>
<artifactId>my-profile-integration-impl</artifactId>
<properties>
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>0.0.2-SNAPSHOT</version>
<version>0.0.2</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>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
</parent>
<artifactId>my-profile-middleware-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>0.0.2-SNAPSHOT</version>
<version>0.0.2</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>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
<packaging>pom</packaging>
<name>My Profile Parent</name>
<modules>
Expand All @@ -24,7 +24,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-0.0.2</tag>
</scm>

<properties>
Expand Down

0 comments on commit dee0928

Please sign in to comment.