Skip to content

Commit

Permalink
prepare for tag 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
honwhy committed Mar 4, 2019
1 parent 654e27e commit 957107a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 48 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ and the dependency:
<dependency>
<groupId>com.github.honwhy.ftpcp2</groupId>
<artifactId>ftpcp</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>
```

Expand All @@ -31,6 +31,6 @@ for spring-boot starter, add dependency:
<dependency>
<groupId>com.github.honwhy.ftpcp2</groupId>
<artifactId>ftpcp-spring-boot-starter</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>
```
48 changes: 2 additions & 46 deletions ftpcp-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>com.github.honwhy.ftpcp2</groupId>
<artifactId>ftpcp</artifactId>
<version>${project.version}</version>
<version>0.0.2</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.ftpserver/ftpserver -->
<dependency>
Expand Down Expand Up @@ -58,49 +58,5 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
<plugins>
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.1.0</version>
</plugin>
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.2</version>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>2.5.2</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
</plugin>
<!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.7.1</version>
</plugin>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.0.0</version>
</plugin>
</plugins>
</pluginManagement>
</build>

</project>

0 comments on commit 957107a

Please sign in to comment.