Skip to content

Commit

Permalink
Merge pull request #1069 from leoherbie/KRACOEUS-8285
Browse files Browse the repository at this point in the history
KRACOEUS-8285: tagging release
  • Loading branch information
blackcathacker committed Nov 4, 2014
2 parents 80f6427 + cd2f10d commit be9c52c
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 11 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-SNAPSHOT</version>
<version>6.0-s8</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-SNAPSHOT</version>
<version>6.0-s8</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-SNAPSHOT</version>
<version>6.0-s8</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-SNAPSHOT</version>
<version>6.0-s8</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-SNAPSHOT</version>
<version>6.0-s8</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-SNAPSHOT</version>
<version>6.0-s8</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-SNAPSHOT</version>
<version>6.0-s8</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-SNAPSHOT</version>
<version>6.0-s8</version>
</parent>
<artifactId>coeus-webapp</artifactId>
<packaging>war</packaging>
Expand Down
7 changes: 4 additions & 3 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-SNAPSHOT</version>
<version>6.0-s8</version>
<packaging>pom</packaging>
<name>Kuali Coeus</name>
<description>
Expand Down Expand Up @@ -48,7 +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-s2sgen.version>6.0-SNAPSHOT</coeus-s2sgen.version>
<coeus-api.version>6.0-s8</coeus-api.version>
<coeus-s2sgen.version>6.0-s8</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 @@ -1464,7 +1465,7 @@
<dependency>
<groupId>org.kuali.coeus</groupId>
<artifactId>coeus-api-all</artifactId>
<version>${project.version}</version>
<version>${coeus-api.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit be9c52c

Please sign in to comment.