Skip to content

Commit d7fd4fc

Browse files
committed
Update pom files for release 2.2.6
1 parent f738560 commit d7fd4fc

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>uk.ac.rdg.resc</groupId>
55
<artifactId>ncWMS</artifactId>
6-
<version>2.2.6-SNAPSHOT</version>
6+
<version>2.2.6</version>
77

88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1010
<gwt.version>2.7.0</gwt.version>
1111
<winstone.version>0.9.10</winstone.version>
12-
<edal.version>1.2.6-SNAPSHOT</edal.version>
12+
<edal.version>1.2.6</edal.version>
1313
<resc.url>http://www.met.reading.ac.uk/resc/home/</resc.url>
1414
</properties>
1515

release_procedure.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,9 @@ mvn javadoc:aggregate
8686
git add apidocs
8787
git stash save
8888
git checkout gh-pages
89+
git rm -r apidocs
8990
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"
9592
git push origin gh-pages
9693
```
9794

0 commit comments

Comments
 (0)