Skip to content

Commit

Permalink
(release) 2.2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanSusana committed Oct 9, 2019
1 parent ed1c03b commit 1c94a7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env bash

mvn versions:set-property -Dproperty=revision -DnewVersion=$1
npm config set //registry.npmjs.org/:_authToken $NPM_OAUTH_TOKEN
mvn deploy --settings .travis.maven.settings.xml -Psign-artifacts -Ptravis -DskipTests=true -B -U -e
npm publish ./admin/src/main/resources/frontend
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tika.version>1.22</tika.version>
<truth.version>1.0</truth.version>
<headlessMode>false</headlessMode>
<revision>2.2.7</revision>
<revision>2.2.7.3</revision>
</properties>

<licenses>
Expand Down

0 comments on commit 1c94a7f

Please sign in to comment.