Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix titles for many steps #28

Open
wants to merge 10 commits into
base: vaadin7
Choose a base branch
from
354 changes: 177 additions & 177 deletions LICENSE.txt

Large diffs are not rendered by default.

35 changes: 20 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.vaadin.addons</groupId>
<artifactId>wizards-for-vaadin-root</artifactId>
<packaging>pom</packaging>
<version>1.1.1</version>
<name>Wizards for Vaadin Parent</name>

<modules>
<module>wizards-for-vaadin</module>
<module>wizards-for-vaadin-demo</module>
</modules>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.vaadin.addons</groupId>
<artifactId>wizards-for-vaadin-root</artifactId>
<packaging>pom</packaging>
<version>1.1.2</version>
<name>Wizards for Vaadin Parent</name>

<modules>
<module>wizards-for-vaadin</module>
<module>wizards-for-vaadin-demo</module>
</modules>

<properties>
<vaadin.version>7.7.9</vaadin.version>
<vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version>
</properties>
</project>
Loading