Skip to content

Commit

Permalink
Have integs look at the correct build version, and update the integ
Browse files Browse the repository at this point in the history
version on release.
  • Loading branch information
tobias committed May 12, 2015
1 parent cf24895 commit 9132937
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration-tests/project.clj
Expand Up @@ -12,7 +12,7 @@
;; See the License for the specific language governing permissions and
;; limitations under the License.

(defproject org.immutant/integs "2.0.0-SNAPSHOT"
(defproject org.immutant/integs "2.1.0-SNAPSHOT"
:pedantic? false
:plugins [[lein-modules "0.3.11"]]
:dependencies [[org.immutant/immutant _]
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Expand Up @@ -99,7 +99,7 @@

:release-tasks [["vcs" "assert-committed"]
["change" "version" "set" "\"2.0.0\""]
["modules" "change" "version" "set" "\"2.0.0\""]
["with-profile" "integs" "modules" "change" "version" "set" "\"2.0.0\""]

["modules" ":dirs" ".,web,messaging,transactions,scheduling,caching"
"file-replace" "README.md" "(<version>| \")" "(\"]|</version>)" "version"]
Expand All @@ -108,6 +108,6 @@
["vcs" "tag"]
["modules" "deploy"]
["change" "version" "set" "\"2.1.0-SNAPSHOT\""]
["modules" "change" "version" "set" "\"2.1.0-SNAPSHOT\""]
["with-profile" "integs" "modules" "change" "version" "set" "\"2.1.0-SNAPSHOT\""]
["vcs" "commit"]
["vcs" "push"]])

0 comments on commit 9132937

Please sign in to comment.