Consolidate version numbers to 2.0.0(-SNAPSHOT)
Partially resolves #156
This commit is contained in:
@@ -30,7 +30,7 @@ This is a Spring Cloud Task application that executes two simple Spring Batch Jo
|
||||
=== Command line
|
||||
[source,shell,indent=2]
|
||||
----
|
||||
java -jar target/timestamp-batch-task-1.0.0.jar
|
||||
java -jar target/timestamp-batch-task-2.0.0.jar
|
||||
----
|
||||
|
||||
=== Docker
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
</parent>
|
||||
<groupId>io.spring</groupId>
|
||||
<artifactId>timestamp-batch-task</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>2.0.0</version>
|
||||
<name>timestamp-task</name>
|
||||
<description>Simple Timestamp sample.</description>
|
||||
|
||||
@@ -81,42 +81,6 @@
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>io.fabric8</groupId>
|
||||
<artifactId>docker-maven-plugin</artifactId>
|
||||
<version>0.21.0</version>
|
||||
<configuration>
|
||||
<images>
|
||||
<image>
|
||||
<name>springcloudtask/${project.artifactId}</name>
|
||||
<build>
|
||||
<tags>
|
||||
<tag>${project.version}</tag>
|
||||
</tags>
|
||||
<from>springcloud/openjdk:2.0.0.RELEASE</from>
|
||||
<volumes>
|
||||
<volume>/tmp</volume>
|
||||
</volumes>
|
||||
<env>
|
||||
<LANG>C.UTF-8</LANG>
|
||||
</env>
|
||||
<entryPoint>
|
||||
<exec>
|
||||
<arg>java</arg>
|
||||
<arg>-jar</arg>
|
||||
<arg>/maven/timestamp-batch-task.jar</arg>
|
||||
</exec>
|
||||
</entryPoint>
|
||||
<assembly>
|
||||
<name>maven</name>
|
||||
<descriptor>assembly.xml</descriptor>
|
||||
<targetDir>/</targetDir>
|
||||
</assembly>
|
||||
</build>
|
||||
</image>
|
||||
</images>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user