Skip to content

Commit 42159d0

Browse files
committed
v1.9.3.1
1 parent c80e749 commit 42159d0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.vaadin.polymer</groupId>
88
<artifactId>gwt-polymer-elements-demo</artifactId>
99
<packaging>war</packaging>
10-
<version>1.9.3.0</version>
10+
<version>1.9.3.1-SNAPSHOT</version>
1111
<properties>
1212
<gwtVersion>2.8.0</gwtVersion>
1313
<gwtPolymerVersion>${project.version}</gwtPolymerVersion>

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
"author": "Vaadin Ltd",
66
"license": "Apache License 2.0",
77
"dependencies": {
8-
"gwt-api-generator": "vaadin/gwt-api-generator#1.9.3"
8+
"gwt-api-generator": "github:manolo/gwt-api-generator#1.9.3"
99
},
1010
"scripts": {
1111
"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"
1212
},
1313
"pom": {
14-
"version": "1.9.3.0",
14+
"version": "1.9.3.1",
1515
"organization": {
1616
"name": "Vaadin Ltd",
1717
"url": "http://vaadin.com"
1818
},
1919
"scm": {
20-
"connection": "scm:git:[email protected]:vaadin/gwt-polymer-elements.git",
21-
"developerConnection": "scm:git:[email protected]:vaadin/gwt-polymer-elements.git",
22-
"url": "https://github.com/vaadin/gwt-polymer-elements"
20+
"connection": "scm:git:[email protected]:gwtpolymer/gwt-polymer-elements.git",
21+
"developerConnection": "scm:git:[email protected]:gwtpolymer/gwt-polymer-elements.git",
22+
"url": "https://github.com/gwtpolymer/gwt-polymer-elements"
2323
}
2424
},
2525
"keywords": [

0 commit comments

Comments
 (0)