Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
1983b438
Commit
1983b438
authored
Sep 07, 2015
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish POM descriptions
parent
6e29ee45
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
9 deletions
+9
-9
pom.xml
...oot-samples/spring-boot-sample-metrics-dropwizard/pom.xml
+2
-2
pom.xml
...-boot-samples/spring-boot-sample-metrics-opentsdb/pom.xml
+2
-2
pom.xml
spring-boot-samples/spring-boot-sample-metrics-redis/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-web-mustache/pom.xml
+1
-1
pom.xml
...boot-samples/spring-boot-sample-web-secure-github/pom.xml
+2
-2
pom.xml
spring-boot-starters/spring-boot-starter-mustache/pom.xml
+1
-1
No files found.
spring-boot-samples/spring-boot-sample-metrics-dropwizard/pom.xml
View file @
1983b438
...
@@ -8,8 +8,8 @@
...
@@ -8,8 +8,8 @@
<version>
1.3.0.BUILD-SNAPSHOT
</version>
<version>
1.3.0.BUILD-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
spring-boot-sample-metrics-dropwizard
</artifactId>
<artifactId>
spring-boot-sample-metrics-dropwizard
</artifactId>
<name>
spring-boot-sample-metrics-dropwizard
</name>
<name>
Spring Boot Metrics Dropwizard Sample
</name>
<description>
Spring Boot Metrics
Redis
Sample
</description>
<description>
Spring Boot Metrics
Dropwizard
Sample
</description>
<url>
http://projects.spring.io/spring-boot/
</url>
<url>
http://projects.spring.io/spring-boot/
</url>
<organization>
<organization>
<name>
Pivotal Software, Inc.
</name>
<name>
Pivotal Software, Inc.
</name>
...
...
spring-boot-samples/spring-boot-sample-metrics-opentsdb/pom.xml
View file @
1983b438
...
@@ -8,8 +8,8 @@
...
@@ -8,8 +8,8 @@
<version>
1.3.0.BUILD-SNAPSHOT
</version>
<version>
1.3.0.BUILD-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
spring-boot-sample-metrics-opentsdb
</artifactId>
<artifactId>
spring-boot-sample-metrics-opentsdb
</artifactId>
<name>
spring-boot-sample-metrics-opentsdb
</name>
<name>
Spring Boot Metrics OpenTSDB Sample
</name>
<description>
Spring Boot
Actuator
Sample
</description>
<description>
Spring Boot
Metrics OpenTSDB
Sample
</description>
<url>
http://projects.spring.io/spring-boot/
</url>
<url>
http://projects.spring.io/spring-boot/
</url>
<organization>
<organization>
<name>
Pivotal Software, Inc.
</name>
<name>
Pivotal Software, Inc.
</name>
...
...
spring-boot-samples/spring-boot-sample-metrics-redis/pom.xml
View file @
1983b438
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<version>
1.3.0.BUILD-SNAPSHOT
</version>
<version>
1.3.0.BUILD-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
spring-boot-sample-metrics-redis
</artifactId>
<artifactId>
spring-boot-sample-metrics-redis
</artifactId>
<name>
spring-boot-sample-metrics-redis
</name>
<name>
Spring Boot Metrics Redis Sample
</name>
<description>
Spring Boot Metrics Redis Sample
</description>
<description>
Spring Boot Metrics Redis Sample
</description>
<url>
http://projects.spring.io/spring-boot/
</url>
<url>
http://projects.spring.io/spring-boot/
</url>
<organization>
<organization>
...
...
spring-boot-samples/spring-boot-sample-web-mustache/pom.xml
View file @
1983b438
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<version>
1.3.0.BUILD-SNAPSHOT
</version>
<version>
1.3.0.BUILD-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
spring-boot-sample-web-mustache
</artifactId>
<artifactId>
spring-boot-sample-web-mustache
</artifactId>
<name>
spring-boot-sample-web-mustach
e
</name>
<name>
Spring Boot Web Mustache Sampl
e
</name>
<description>
Spring Boot Web Mustache Sample
</description>
<description>
Spring Boot Web Mustache Sample
</description>
<url>
http://projects.spring.io/spring-boot/
</url>
<url>
http://projects.spring.io/spring-boot/
</url>
<organization>
<organization>
...
...
spring-boot-samples/spring-boot-sample-web-secure-github/pom.xml
View file @
1983b438
...
@@ -8,8 +8,8 @@
...
@@ -8,8 +8,8 @@
<version>
1.3.0.BUILD-SNAPSHOT
</version>
<version>
1.3.0.BUILD-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
spring-boot-sample-web-secure-github
</artifactId>
<artifactId>
spring-boot-sample-web-secure-github
</artifactId>
<name>
spring-boot-sample-web-secure-github
</name>
<name>
Spring Boot Web Secure GitHub Sample
</name>
<description>
Spring Boot Web Secure Sample
</description>
<description>
Spring Boot Web Secure
GitHub
Sample
</description>
<url>
http://projects.spring.io/spring-boot/
</url>
<url>
http://projects.spring.io/spring-boot/
</url>
<organization>
<organization>
<name>
Pivotal Software, Inc.
</name>
<name>
Pivotal Software, Inc.
</name>
...
...
spring-boot-starters/spring-boot-starter-mustache/pom.xml
View file @
1983b438
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<version>
1.3.0.BUILD-SNAPSHOT
</version>
<version>
1.3.0.BUILD-SNAPSHOT
</version>
</parent>
</parent>
<artifactId>
spring-boot-starter-mustache
</artifactId>
<artifactId>
spring-boot-starter-mustache
</artifactId>
<name>
spring-boot-starter-mustache
</name>
<name>
Spring Boot Mustache Starter
</name>
<description>
Spring Boot Mustache Starter
</description>
<description>
Spring Boot Mustache Starter
</description>
<url>
http://projects.spring.io/spring-boot/
</url>
<url>
http://projects.spring.io/spring-boot/
</url>
<organization>
<organization>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment