[bs-85] New name for production-ready features = "actuator"

[#49047535]
pull/1/merge
Dave Syer 12 years ago
parent eb7bc64e75
commit b897f35cad

@ -11,7 +11,7 @@
</prerequisites> </prerequisites>
<modules> <modules>
<module>spring-bootstrap</module> <module>spring-bootstrap</module>
<module>spring-bootstrap-service</module> <module>spring-bootstrap-actuator</module>
<module>spring-bootstrap-starters</module> <module>spring-bootstrap-starters</module>
<module>spring-bootstrap-launcher</module> <module>spring-bootstrap-launcher</module>
<module>spring-bootstrap-samples</module> <module>spring-bootstrap-samples</module>

@ -7,7 +7,7 @@
<artifactId>spring-bootstrap-parent</artifactId> <artifactId>spring-bootstrap-parent</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-bootstrap-service</artifactId> <artifactId>spring-bootstrap-actuator</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<dependencies> <dependencies>
<dependency> <dependency>

@ -16,7 +16,7 @@
<module>spring-bootstrap-simple-sample</module> <module>spring-bootstrap-simple-sample</module>
<module>spring-bootstrap-tomcat-sample</module> <module>spring-bootstrap-tomcat-sample</module>
<module>spring-bootstrap-profile-sample</module> <module>spring-bootstrap-profile-sample</module>
<module>spring-bootstrap-service-sample</module> <module>spring-bootstrap-actuator-sample</module>
<module>spring-bootstrap-trad-sample</module> <module>spring-bootstrap-trad-sample</module>
<module>spring-bootstrap-xml-sample</module> <module>spring-bootstrap-xml-sample</module>
</modules> </modules>

@ -6,7 +6,7 @@
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>spring-bootstrap-service-sample</artifactId> <artifactId>spring-bootstrap-actuator-sample</artifactId>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>

@ -7,7 +7,7 @@
<artifactId>spring-bootstrap-samples</artifactId> <artifactId>spring-bootstrap-samples</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-bootstrap-service-sample</artifactId> <artifactId>spring-bootstrap-actuator-sample</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>
<start-class>org.springframework.bootstrap.sample.service.ServiceBootstrapApplication</start-class> <start-class>org.springframework.bootstrap.sample.service.ServiceBootstrapApplication</start-class>
@ -89,7 +89,7 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>${project.groupId}</groupId> <groupId>${project.groupId}</groupId>
<artifactId>spring-bootstrap-service</artifactId> <artifactId>spring-bootstrap-actuator</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>

@ -29,7 +29,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework.bootstrap</groupId> <groupId>org.springframework.bootstrap</groupId>
<artifactId>spring-bootstrap-service</artifactId> <artifactId>spring-bootstrap-actuator</artifactId>
<version>${spring.bootstrap.version}</version> <version>${spring.bootstrap.version}</version>
</dependency> </dependency>
<dependency> <dependency>

Loading…
Cancel
Save