Skip to content

Commit

Permalink
Rename artifactId to coffeenet-starter-monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
derTobsch committed Feb 2, 2019
1 parent 6feaaa4 commit 610129d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
- 'starter-discovery' is now 'coffeenet-starter-discovery'
- 'starter-logging' is now 'coffeenet-starter-logging'
- 'starter-monitoring' is now 'coffeenet-starter-monitoring'


## [0.38.2]
Expand Down
2 changes: 1 addition & 1 deletion coffeenet-starter-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Now you can enable monitoring in your project, by first adding the dependency:
```xml
<dependency>
<groupId>rocks.coffeenet</groupId>
<artifactId>starter-monitoring</artifactId>
<artifactId>coffeenet-starter-monitoring</artifactId>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion coffeenet-starter-monitoring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<relativePath>../coffeenet-starter-parent/pom.xml</relativePath>
</parent>

<artifactId>starter-monitoring</artifactId>
<artifactId>coffeenet-starter-monitoring</artifactId>
<version>0.39.0-SNAPSHOT</version>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion coffeenet-starter-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@

<dependency>
<groupId>rocks.coffeenet</groupId>
<artifactId>starter-monitoring</artifactId>
<artifactId>coffeenet-starter-monitoring</artifactId>
<version>0.39.0-SNAPSHOT</version>
</dependency>

Expand Down

0 comments on commit 610129d

Please sign in to comment.