Skip to content

Commit

Permalink
Merge pull request #1364 from leoherbie/KRACOEUS-8614
Browse files Browse the repository at this point in the history
KRACOEUS-8614: sprint 12
  • Loading branch information
leoherbie committed Dec 29, 2014
2 parents faaf374 + d119b37 commit 73c0165
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 12 deletions.
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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.kuali.coeus</groupId>
<artifactId>coeus-db</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-s12</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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.kuali.coeus</groupId>
<artifactId>coeus-db</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-s12</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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.kuali.coeus</groupId>
<artifactId>coeus</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-s12</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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.kuali.coeus</groupId>
<artifactId>coeus</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-s12</version>
</parent>
<artifactId>coeus-help</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion coeus-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.kuali.coeus</groupId>
<artifactId>coeus</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-s12</version>
</parent>
<artifactId>coeus-impl</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion coeus-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.kuali.coeus</groupId>
<artifactId>coeus</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-s12</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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.kuali.coeus</groupId>
<artifactId>coeus</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-s12</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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.kuali.coeus</groupId>
<artifactId>coeus</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-s12</version>
</parent>
<artifactId>coeus-webapp</artifactId>
<packaging>war</packaging>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.kuali.coeus</groupId>
<artifactId>coeus</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-s12</version>
<packaging>pom</packaging>
<name>Kuali Coeus</name>
<description>
Expand Down Expand Up @@ -48,8 +48,8 @@
<avalon-framework.version>4.3.1</avalon-framework.version>
<bouncycastle.version>1.51</bouncycastle.version>
<cglib-nodep.version>3.1</cglib-nodep.version>
<coeus-api-all.version>6.0.0-SNAPSHOT</coeus-api-all.version>
<coeus-s2sgen.version>6.0.0-SNAPSHOT</coeus-s2sgen.version>
<coeus-api-all.version>6.0.0-s12</coeus-api-all.version>
<coeus-s2sgen.version>6.0.0-s12</coeus-s2sgen.version>
<commons-beanutils.version>1.8.3-kuali-4</commons-beanutils.version>
<commons-codec.version>1.9</commons-codec.version>
<commons-collections.version>3.2.1</commons-collections.version>
Expand Down Expand Up @@ -1813,7 +1813,6 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
<scope>runtime</scope>
</dependency>

<!-- binding forwards slf4j calls to log4j (should only contain a single binder) -->
Expand Down

0 comments on commit 73c0165

Please sign in to comment.