Skip to content

Commit

Permalink
Updates archetype readme and remove git plugin from pom
Browse files Browse the repository at this point in the history
  • Loading branch information
haroon-sheikh committed Oct 12, 2020
1 parent 9ae2b18 commit 8324d45
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ All notable changes to this project are documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 2.0.1
## 2.1.0
### Updated
- Updates archetype readme and removes git plugin from pom
### Fixed
- Fixes an issue with maven-classpath-plugin
- Fixes an issue with groupId in generated pom.xml
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.sitture</groupId>
<artifactId>fitnesse-quickstart</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
<packaging>maven-archetype</packaging>

<name>fitnesse-quickstart-archetype</name>
Expand Down
5 changes: 3 additions & 2 deletions src/main/resources/archetype-resources/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# fitnesse-mvn-example
An example maven based Fitnesse project.
# fitnesse-maven-example

An example maven based Fitnesse project generated using [fitnesse-quickstart](https://github.com/sitture/fitnesse-quickstart) archetype.

## Starting FitNesse

Expand Down
7 changes: 0 additions & 7 deletions src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,6 @@
<classifier>jar-with-dependencies</classifier>
<overWrite>true</overWrite>
</artifactItem>
<artifactItem>
<groupId>org.fitnesse.plugins</groupId>
<artifactId>fitnesse-git-plugin</artifactId>
<version>1.1.1</version>
<classifier>all</classifier>
<overWrite>true</overWrite>
</artifactItem>
</artifactItems>
<outputDirectory>${project.basedir}/FitNesse/plugins</outputDirectory>
</configuration>
Expand Down

0 comments on commit 8324d45

Please sign in to comment.