Updated version numbers
Reset the ResourceLoader to DeploymentResourceLoader Adjusted the poms to not run deploy for Samples as well as integration tests Used default constructor
This commit is contained in:
committed by
Michael Minella
parent
02589b1b2d
commit
761df8a598
14
pom.xml
14
pom.xml
@@ -71,6 +71,8 @@
|
||||
<module>spring-cloud-task-batch</module>
|
||||
<module>spring-cloud-task-stream</module>
|
||||
<module>spring-cloud-task-starter</module>
|
||||
<module>spring-cloud-task-integration-tests</module>
|
||||
<module>spring-cloud-task-samples</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
@@ -218,17 +220,5 @@
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>samples</id>
|
||||
<modules>
|
||||
<module>spring-cloud-task-samples</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>integration-test</id>
|
||||
<modules>
|
||||
<module>spring-cloud-task-integration-tests</module>
|
||||
</modules>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user