Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaseder committed Apr 22, 2012
1 parent 86700f4 commit 882a75c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
23 changes: 23 additions & 0 deletions build-all.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
cd jooq
call mvn clean %1 %2 %3 %4 %5
cd ..

cd jooq-meta
call mvn clean %1 %2 %3 %4 %5
cd ..

cd jooq-codegen
call mvn clean %1 %2 %3 %4 %5
cd ..

cd jooq-codegen-maven
call mvn clean %1 %2 %3 %4 %5
cd ..

cd jooq-codegen-maven-example
call mvn clean %1 %2 %3 %4 %5
cd ..

cd jooq-console
call mvn clean %1 %2 %3 %4 %5
cd ..
1 change: 1 addition & 0 deletions jOOQ-release/release/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/versions

0 comments on commit 882a75c

Please sign in to comment.