Skip to content

Commit

Permalink
v1.9.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Sep 17, 2017
1 parent c80e749 commit 42159d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.vaadin.polymer</groupId>
<artifactId>gwt-polymer-elements-demo</artifactId>
<packaging>war</packaging>
<version>1.9.3.0</version>
<version>1.9.3.1-SNAPSHOT</version>
<properties>
<gwtVersion>2.8.0</gwtVersion>
<gwtPolymerVersion>${project.version}</gwtPolymerVersion>
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
"author": "Vaadin Ltd",
"license": "Apache License 2.0",
"dependencies": {
"gwt-api-generator": "vaadin/gwt-api-generator#1.9.3"
"gwt-api-generator": "github:manolo/gwt-api-generator#1.9.3"
},
"scripts": {
"postinstall": "gwt-api-generator --package=manolo/gwt-polymer-elements#1.9.3 --artifactId=vaadin-gwt-polymer-elements --groupId=com.vaadin.polymer --pom && mvn clean install javadoc:jar"
},
"pom": {
"version": "1.9.3.0",
"version": "1.9.3.1",
"organization": {
"name": "Vaadin Ltd",
"url": "http://vaadin.com"
},
"scm": {
"connection": "scm:git:[email protected]:vaadin/gwt-polymer-elements.git",
"developerConnection": "scm:git:[email protected]:vaadin/gwt-polymer-elements.git",
"url": "https://github.com/vaadin/gwt-polymer-elements"
"connection": "scm:git:[email protected]:gwtpolymer/gwt-polymer-elements.git",
"developerConnection": "scm:git:[email protected]:gwtpolymer/gwt-polymer-elements.git",
"url": "https://github.com/gwtpolymer/gwt-polymer-elements"
}
},
"keywords": [
Expand Down

0 comments on commit 42159d0

Please sign in to comment.