Skip to content

Commit

Permalink
updating poms for 7.4.25-SNAPSHOT development [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
curs-jenkins committed Aug 21, 2022
1 parent 834c77a commit 344e067
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions celesta-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>celesta-parent</artifactId>
<groupId>ru.curs</groupId>
<version>7.4.24</version>
<version>7.4.25-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>ru.curs</groupId>
<artifactId>celesta-sql</artifactId>
<version>7.4.24</version>
<version>7.4.25-SNAPSHOT</version>
</dependency>

<!-- TEST DEPENDENCIES -->
Expand Down
2 changes: 1 addition & 1 deletion celesta-documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>celesta-parent</artifactId>
<groupId>ru.curs</groupId>
<version>7.4.24</version>
<version>7.4.25-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions celesta-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>celesta-parent</artifactId>
<groupId>ru.curs</groupId>
<version>7.4.24</version>
<version>7.4.25-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>ru.curs</groupId>
<artifactId>celesta-core</artifactId>
<version>7.4.24</version>
<version>7.4.25-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.squareup</groupId>
Expand Down
2 changes: 1 addition & 1 deletion celesta-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>celesta-parent</artifactId>
<groupId>ru.curs</groupId>
<version>7.4.24</version>
<version>7.4.25-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions celesta-system-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>celesta-parent</artifactId>
<groupId>ru.curs</groupId>
<version>7.4.24</version>
<version>7.4.25-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>ru.curs</groupId>
<artifactId>celesta-core</artifactId>
<version>7.4.24</version>
<version>7.4.25-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions celesta-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>celesta-parent</artifactId>
<groupId>ru.curs</groupId>
<version>7.4.24</version>
<version>7.4.25-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -44,14 +44,14 @@
<dependency>
<groupId>ru.curs</groupId>
<artifactId>celesta-system-services</artifactId>
<version>7.4.24</version>
<version>7.4.25-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>ru.curs</groupId>
<artifactId>celesta-core</artifactId>
<version>7.4.24</version>
<version>7.4.25-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions celesta-unit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>celesta-parent</artifactId>
<groupId>ru.curs</groupId>
<version>7.4.24</version>
<version>7.4.25-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -18,13 +18,13 @@
<dependency>
<groupId>ru.curs</groupId>
<artifactId>celesta-core</artifactId>
<version>7.4.24</version>
<version>7.4.25-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>ru.curs</groupId>
<artifactId>celesta-system-services</artifactId>
<version>7.4.24</version>
<version>7.4.25-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
14 changes: 7 additions & 7 deletions coverage-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>celesta-parent</artifactId>
<groupId>ru.curs</groupId>
<version>7.4.24</version>
<version>7.4.25-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand All @@ -12,32 +12,32 @@
<dependency>
<groupId>ru.curs</groupId>
<artifactId>celesta-test</artifactId>
<version>7.4.24</version>
<version>7.4.25-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>ru.curs</groupId>
<artifactId>celesta-unit</artifactId>
<version>7.4.24</version>
<version>7.4.25-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>ru.curs</groupId>
<artifactId>celesta-maven-plugin</artifactId>
<version>7.4.24</version>
<version>7.4.25-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>ru.curs</groupId>
<artifactId>celesta-sql</artifactId>
<version>7.4.24</version>
<version>7.4.25-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>ru.curs</groupId>
<artifactId>celesta-core</artifactId>
<version>7.4.24</version>
<version>7.4.25-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>ru.curs</groupId>
<artifactId>celesta-system-services</artifactId>
<version>7.4.24</version>
<version>7.4.25-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>ru.curs</groupId>
<artifactId>celesta-parent</artifactId>
<version>7.4.24</version>
<version>7.4.25-SNAPSHOT</version>
<name>celesta-parent</name>
<description>celesta - LGPL platform for business logic development</description>
<packaging>pom</packaging>
Expand Down

0 comments on commit 344e067

Please sign in to comment.