Skip to content

Commit

Permalink
Merge pull request #413 from GerardPaligot/doc_v4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus committed Nov 18, 2015
2 parents 6a5cf65 + 4e34ee4 commit 631bc6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Stable version:
<dependency>
<groupId>fr.inria.gforge.spoon</groupId>
<artifactId>spoon-core</artifactId>
<version>4.4.0</version>
<version>4.4.1</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions doc/_jekyll/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ include: [_jekyll]
# variables

sidebar_tagline: Spoon
sidebar_version: version 4.4.0
spoon_release: "4.4.0"
sidebar_version: version 4.4.1
spoon_release: "4.4.1"
spoon_snapshot: "4.5.0-SNAPSHOT"

exclude:
Expand Down
2 changes: 1 addition & 1 deletion doc/_release/Checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- `git push origin spoon-core-X.X.X`
- Updates stable branch with the new tag created:
- `git checkout stable`
- `git reset --hard tag-name`
- `git reset --hard last-commit-master` # We need two commits from previous release to deploy a hotfix.
- `git push -f upstream stable`
- Announces release on the mailing list (give credits to the contributors)
- Announces release on GitHub (if necessary)
Expand Down

0 comments on commit 631bc6c

Please sign in to comment.