Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
chore(release):prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmsibley committed Sep 26, 2017
1 parent a1b0d3f commit 7a8b398
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions angularjs-portal-home/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>edu.wisc.my.portal.angular</groupId>
<artifactId>angularjs-portal-parent</artifactId>
<version>6.7.0</version>
<version>6.7.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -42,7 +42,7 @@
<groupId>org.apereo.uportal</groupId>
<artifactId>uportal-app-framework</artifactId>
<type>war</type>
<version>6.0.1</version>
<version>6.0.2-SNAPSHOT</version>
</dependency>

<!-- Test -->
Expand Down
2 changes: 1 addition & 1 deletion angularjs-portal-mock-portal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>edu.wisc.my.portal.angular</groupId>
<artifactId>angularjs-portal-parent</artifactId>
<version>6.7.0</version>
<version>6.7.1-SNAPSHOT</version>
</parent>

<artifactId>angularjs-portal-mock-portal</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>edu.wisc.my.portal.angular</groupId>
<artifactId>angularjs-portal-parent</artifactId>
<packaging>pom</packaging>
<version>6.7.0</version>
<version>6.7.1-SNAPSHOT</version>
<name>angularjs-portal</name>
<description>AngularJS Portal is an alternative front end to uPortal</description>
<url>https://github.com/UW-Madison-DoIT/angularjs-portal</url>
Expand Down Expand Up @@ -55,7 +55,7 @@
<connection>scm:git:git@github.com:UW-Madison-DoIT/angularjs-portal.git</connection>
<developerConnection>scm:git:git@github.com:UW-Madison-DoIT/angularjs-portal.git</developerConnection>
<url>https://github.com/UW-Madison-DoIT/angularjs-portal</url>
<tag>angularjs-portal-parent-6.7.0</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down

0 comments on commit 7a8b398

Please sign in to comment.