File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >uk.ac.rdg.resc</groupId >
5
5
<artifactId >ncWMS</artifactId >
6
- <version >2.2.6-SNAPSHOT </version >
6
+ <version >2.2.6</version >
7
7
8
8
<properties >
9
9
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
10
10
<gwt .version>2.7.0</gwt .version>
11
11
<winstone .version>0.9.10</winstone .version>
12
- <edal .version>1.2.6-SNAPSHOT </edal .version>
12
+ <edal .version>1.2.6</edal .version>
13
13
<resc .url>http://www.met.reading.ac.uk/resc/home/</resc .url>
14
14
</properties >
15
15
Original file line number Diff line number Diff line change @@ -86,12 +86,9 @@ mvn javadoc:aggregate
86
86
git add apidocs
87
87
git stash save
88
88
git checkout gh-pages
89
+ git rm -r apidocs
89
90
git stash pop
90
- ```
91
- a merge will happen here. If there are any conflicts, ALWAYS go with the freshly-generated version.
92
- ```
93
- git add apidocs (to add API docs for new classes)
94
- git commit -a
91
+ git commit -m "Updated apidocs"
95
92
git push origin gh-pages
96
93
```
97
94
You can’t perform that action at this time.
0 commit comments