Skip to content

Define some extra variables used to create references to release notes. #1833

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
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
17 changes: 13 additions & 4 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-unified-release-notes-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -140,11 +140,20 @@
<vavr>0.10.4</vavr>
<webbeans>2.0.27</webbeans>

<!-- As used in the release notes -->
<releasetrain-main>2022.0</releasetrain-main>
<!-- Used in asciidoc reference documentation -->
<releasetrain>2022.0.0-SNAPSHOT</releasetrain>
<releasetrain>${releasetrain-main}.0-SNAPSHOT</releasetrain>
<!-- The Spring Data Release Train name. e.g. Turing -->
<releasetrain-name>Turing</releasetrain-name>

<!-- To be overridden by individual modules -->
<!-- The module name, e.g. Jpa or Jdbc -->
<simple-module-name/>
<!-- The full module name with segments separated by dots, e.g spring.data.jdbc -->
<java-module-name/>
<!-- The github repository where the code for the module resides. -->
<github-repo/>

</properties>

Expand Down Expand Up @@ -282,7 +291,7 @@
<dependency>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build-resources</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-unified-release-notes-SNAPSHOT</version>
<type>zip</type>
<optional>true</optional>
</dependency>
Expand Down Expand Up @@ -565,7 +574,7 @@
<dependency>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build-resources</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-unified-release-notes-SNAPSHOT</version>
<type>zip</type>
<optional>true</optional>
</dependency>
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.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-unified-release-notes-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Spring Data Build</name>
Expand Down
2 changes: 1 addition & 1 deletion resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-build</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-unified-release-notes-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down