Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .teamcity/builds/Release.kt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Release(id: String, name: String) :
"""
#!/bin/bash -eu

git add **/pom.xml
git add \*pom.xml
git commit -m "build: release version %version%"
git push
""".trimIndent()
Expand Down
2 changes: 1 addition & 1 deletion .teamcity/settings.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ project {
Build(
"main",
"""
+:main
+:main -:comment=^build.*release version.*:**
"""
.trimIndent(),
false))
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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.neo4j.connectors.kafka</groupId>
<artifactId>parent</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0-alpha01</version>
<packaging>pom</packaging>
<name>parent</name>
<description>Neo4j Connector for Kafka</description>
Expand Down