Skip to content

Commit baa6e7e

Browse files
committed
DATAJDBC-272 - Polishing.
Formatting in the readme. Changed name and description of spring-data-relational-parent to match its artifact id.
1 parent c66623e commit baa6e7e

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

README.adoc

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,13 @@ If you think you found a bug, or have a feature request please https://jira.spri
5252

5353
== Building from Source
5454

55-
You don't need to build from source to use Spring Data Relational (binaries in https://repo.spring.io[repo.spring.io]), but if you want to try out the latest and greatest, Spring Data Relational can be easily built with Maven. You also need JDK 1.8.
55+
You don't need to build from source to use Spring Data Relational (binaries in https://repo.spring.io[repo.spring.io]).
56+
If you want to try out the latest and greatest, Spring Data Relational can be easily built with Maven.
57+
You also need JDK 1.8.
5658

57-
[indent=0]
59+
[source]
5860
----
59-
$ mvn clean install
61+
$ mvn clean install
6062
----
6163

6264
=== Fast running tests
@@ -65,7 +67,7 @@ Fast running tests can be executed with a simple
6567

6668
[source]
6769
----
68-
$ mvn test
70+
$ mvn test
6971
----
7072

7173
This will execute unit tests and integration tests using an in-memory database.
@@ -76,7 +78,7 @@ In order to run the integration tests against a specific database you need to ha
7678

7779
[source]
7880
----
79-
$ mvn test -Dspring.profiles.active=<databasetype>
81+
$ mvn test -Dspring.profiles.active=<databasetype>
8082
----
8183

8284
This will also execute the unit tests.
@@ -92,7 +94,7 @@ Currently the following _databasetypes_ are available:
9294

9395
[source]
9496
----
95-
$ mvn test -Pall-dbs
97+
$ mvn test -Pall-dbs
9698
----
9799

98100
This will execute the unit tests, and all the integration tests with all the databases we currently support for testing. Running the integration-tests depends on Docker.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<version>1.1.0.BUILD-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

12-
<name>Spring Data Relational</name>
13-
<description>Spring Data module for Relational repositories.</description>
12+
<name>Spring Data Relational Parent</name>
13+
<description>Parent module for Spring Data Relational repositories.</description>
1414
<url>http://projects.spring.io/spring-data-jdbc</url>
1515

1616
<parent>

0 commit comments

Comments
 (0)