Skip to content

Commit 832bf00

Browse files
author
jenkins
committed
[maven-release-plugin] #nobuild #norelease prepare for next development iteration
1 parent 046e6df commit 832bf00

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

coeus-db/coeus-db-data-conv/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.kuali.coeus</groupId>
2424
<artifactId>coeus-db</artifactId>
25-
<version>1603.44</version>
25+
<version>1603.45-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>coeus-db-data-conv</artifactId>

coeus-db/coeus-db-sql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.kuali.coeus</groupId>
2626
<artifactId>coeus-db</artifactId>
27-
<version>1603.44</version>
27+
<version>1603.45-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>coeus-db-sql</artifactId>
3030
<packaging>jar</packaging>

coeus-db/coeus-db-xml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.kuali.coeus</groupId>
2626
<artifactId>coeus-db</artifactId>
27-
<version>1603.44</version>
27+
<version>1603.45-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>coeus-db-xml</artifactId>
3030
<packaging>jar</packaging>

coeus-db/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.kuali.coeus</groupId>
2626
<artifactId>coeus</artifactId>
27-
<version>1603.44</version>
27+
<version>1603.45-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>coeus-db</artifactId>
3030
<packaging>pom</packaging>

coeus-help/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.kuali.coeus</groupId>
2626
<artifactId>coeus</artifactId>
27-
<version>1603.44</version>
27+
<version>1603.45-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>coeus-help</artifactId>
3030
<packaging>jar</packaging>

coeus-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.kuali.coeus</groupId>
2626
<artifactId>coeus</artifactId>
27-
<version>1603.44</version>
27+
<version>1603.45-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>coeus-impl</artifactId>
3030
<packaging>jar</packaging>

coeus-it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.kuali.coeus</groupId>
2626
<artifactId>coeus</artifactId>
27-
<version>1603.44</version>
27+
<version>1603.45-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>coeus-it</artifactId>
3030
<packaging>jar</packaging>

coeus-tool/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.kuali.coeus</groupId>
2626
<artifactId>coeus</artifactId>
27-
<version>1603.44</version>
27+
<version>1603.45-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>coeus-tool</artifactId>
3030
<packaging>jar</packaging>

coeus-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.kuali.coeus</groupId>
2626
<artifactId>coeus</artifactId>
27-
<version>1603.44</version>
27+
<version>1603.45-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>coeus-webapp</artifactId>
3030
<packaging>war</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<modelVersion>4.0.0</modelVersion>
2323
<groupId>org.kuali.coeus</groupId>
2424
<artifactId>coeus</artifactId>
25-
<version>1603.44</version>
25+
<version>1603.45-SNAPSHOT</version>
2626
<packaging>pom</packaging>
2727
<name>Kuali Coeus</name>
2828
<description>
@@ -2518,7 +2518,7 @@
25182518
<connection>${scm.connection}</connection>
25192519
<developerConnection>${scm.developerConnection}</developerConnection>
25202520
<url>${scm.url}</url>
2521-
<tag>coeus-1603.44</tag>
2521+
<tag>coeus-1603.25</tag>
25222522
</scm>
25232523

25242524
<distributionManagement>

0 commit comments

Comments
 (0)