Skip to content

Commit 3dbcb8a

Browse files
committed
Prepare for development of YOJ 2.6.11-SNAPSHOT
1 parent 27463f5 commit 3dbcb8a

File tree

13 files changed

+17
-17
lines changed

13 files changed

+17
-17
lines changed

aspect/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>tech.ydb.yoj</groupId>
1212
<artifactId>yoj-parent</artifactId>
13-
<version>2.6.10</version>
13+
<version>2.6.11-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>tech.ydb.yoj</groupId>
88
<artifactId>yoj-bom</artifactId>
9-
<version>2.6.10</version>
9+
<version>2.6.11-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<name>YOJ - Bill of Materials</name>

databind/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>tech.ydb.yoj</groupId>
1212
<artifactId>yoj-parent</artifactId>
13-
<version>2.6.10</version>
13+
<version>2.6.11-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

ext-meta-generator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>tech.ydb.yoj</groupId>
1212
<artifactId>yoj-parent</artifactId>
13-
<version>2.6.10</version>
13+
<version>2.6.11-SNAPSHOT</version>
1414
</parent>
1515

1616
<name>YOJ - Meta generator</name>

json-jackson-v2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>tech.ydb.yoj</groupId>
1212
<artifactId>yoj-parent</artifactId>
13-
<version>2.6.10</version>
13+
<version>2.6.11-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>tech.ydb.yoj</groupId>
88
<artifactId>yoj-parent</artifactId>
9-
<version>2.6.10</version>
9+
<version>2.6.11-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<name>YDB ORM for Java (YOJ)</name>

prepare-next-snapshot.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ die() {
1515
echo "[**] Updating YOJ artifact version to ${YOJ_VERSION}..."
1616
"$MVN" versions:set -DnewVersion="${YOJ_VERSION}" -DprocessAllModules -DgenerateBackupPoms=false
1717

18-
echo
19-
echo "[**] Checking that YOJ ${YOJ_VERSION} builds successfully:"
20-
"$MVN" clean install
18+
#echo
19+
#echo "[**] Checking that YOJ ${YOJ_VERSION} builds successfully:"
20+
#"$MVN" clean install
2121

2222
echo
2323
echo "[**] Committing changes to VCS:"
2424
git add -A
25-
git commit -m "Prepare for development of YOJ ${YOJ_VERSION}"
25+
git commit --amend -m "Prepare for development of YOJ ${YOJ_VERSION}"
2626

2727
echo
2828
echo "[**] Pushing changes:"
29-
git push origin
29+
git push origin --force-with-lease
3030

3131
echo
3232
echo "[**] Done!"

repository-inmemory/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>tech.ydb.yoj</groupId>
1212
<artifactId>yoj-parent</artifactId>
13-
<version>2.6.10</version>
13+
<version>2.6.11-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

repository-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>tech.ydb.yoj</groupId>
1212
<artifactId>yoj-parent</artifactId>
13-
<version>2.6.10</version>
13+
<version>2.6.11-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

repository-ydb-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>tech.ydb.yoj</groupId>
1212
<artifactId>yoj-parent</artifactId>
13-
<version>2.6.10</version>
13+
<version>2.6.11-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

repository-ydb-v2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>tech.ydb.yoj</groupId>
1212
<artifactId>yoj-parent</artifactId>
13-
<version>2.6.10</version>
13+
<version>2.6.11-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

repository/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>tech.ydb.yoj</groupId>
1212
<artifactId>yoj-parent</artifactId>
13-
<version>2.6.10</version>
13+
<version>2.6.11-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

util/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>tech.ydb.yoj</groupId>
1212
<artifactId>yoj-parent</artifactId>
13-
<version>2.6.10</version>
13+
<version>2.6.11-SNAPSHOT</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

0 commit comments

Comments
 (0)