Skip to content

Commit

Permalink
Merge pull request #1570 from kuali/kualimaster2
Browse files Browse the repository at this point in the history
release
  • Loading branch information
leoherbie committed Mar 16, 2015
2 parents 6f15d97 + bb72f3d commit 2510f64
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions coeus-db/coeus-db-data-conv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.kuali.coeus</groupId>
<artifactId>coeus-db</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.0.1</version>
</parent>

<artifactId>coeus-db-data-conv</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.0.1</version>
<packaging>jar</packaging>
<name>Kuali Coeus Database Conversion</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion coeus-db/coeus-db-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.kuali.coeus</groupId>
<artifactId>coeus-db</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.0.1</version>
</parent>
<artifactId>coeus-db-sql</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion coeus-db/coeus-db-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.kuali.coeus</groupId>
<artifactId>coeus-db</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.0.1</version>
</parent>
<artifactId>coeus-db-xml</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion coeus-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.kuali.coeus</groupId>
<artifactId>coeus</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.0.1</version>
</parent>
<artifactId>coeus-db</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion coeus-help/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.kuali.coeus</groupId>
<artifactId>coeus</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.0.1</version>
</parent>
<artifactId>coeus-help</artifactId>
<packaging>jar</packaging>
Expand Down
6 changes: 3 additions & 3 deletions coeus-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.kuali.coeus</groupId>
<artifactId>coeus</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.0.1</version>
</parent>
<artifactId>coeus-impl</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -690,12 +690,12 @@
<profiles>
<profile>
<id>grm</id>
<!-- comment out activation section to turn this profile off permanently-->
<!-- comment out activation section to turn this profile off permanently
<activation>
<property>
<name>!grm.off</name>
</property>
</activation>
</activation>-->
<dependencies>
<dependency>
<groupId>co.kuali</groupId>
Expand Down
2 changes: 1 addition & 1 deletion coeus-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.kuali.coeus</groupId>
<artifactId>coeus</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.0.1</version>
</parent>
<artifactId>coeus-it</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion coeus-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.kuali.coeus</groupId>
<artifactId>coeus</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.0.1</version>
</parent>
<artifactId>coeus-tool</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion coeus-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.kuali.coeus</groupId>
<artifactId>coeus</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.0.1</version>
</parent>
<artifactId>coeus-webapp</artifactId>
<packaging>war</packaging>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.kuali.coeus</groupId>
<artifactId>coeus</artifactId>
<version>6.0.1-SNAPSHOT</version>
<version>6.0.1</version>
<packaging>pom</packaging>
<name>Kuali Coeus</name>
<description>
Expand Down Expand Up @@ -2012,12 +2012,12 @@
<profiles>
<profile>
<id>grm</id>
<!-- comment out activation section to turn this profile off permanently-->
<!-- comment out activation section to turn this profile off permanently
<activation>
<property>
<name>!grm.off</name>
</property>
</activation>
</activation>-->

<properties>
<build.spring.profiles.active>grm</build.spring.profiles.active>
Expand Down

0 comments on commit 2510f64

Please sign in to comment.