Skip to content

Commit

Permalink
Minor version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
svanteschubert committed Jun 3, 2019
1 parent 071576f commit ea29bd9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions generator/schema2template-maven-plugin/pom.xml
Expand Up @@ -42,7 +42,7 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<scope>provided</scope>
<version>3.6.0</version>
<version>3.6.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand All @@ -54,7 +54,7 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<scope>provided</scope>
<version>3.6.0</version>
<version>3.6.1</version>
</dependency>
</dependencies>

Expand Down
4 changes: 3 additions & 1 deletion generator/schema2template/pom.xml
Expand Up @@ -83,7 +83,7 @@
<manifestEntries>
<Application-Name>schema2template</Application-Name>
<Application-Version>${project.version}</Application-Version>
<Application-Website>https://odftoolkit.org</Application-Website>
<Application-Website>${project.url}</Application-Website>
<Built-By>${user.name}</Built-By>
<Built-Date>${build.timestamp}</Built-Date>
</manifestEntries>
Expand Down Expand Up @@ -175,6 +175,8 @@
<additionalOptions>
<additionalOption>${javadoc.opts}</additionalOption>
</additionalOptions>
<docfilessubdirs>true</docfilessubdirs>
<doclint>none</doclint>
</configuration>

</plugin>
Expand Down
6 changes: 3 additions & 3 deletions validator/pom.xml
Expand Up @@ -97,7 +97,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
<configuration>
<!-- defined in the parent pom.xml -->
<source>${jdk.version}</source>
Expand Down Expand Up @@ -159,7 +159,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.20</version>
<version>2.22.2</version>
<configuration>
<excludes>
<exclude>**/*.java</exclude>
Expand Down Expand Up @@ -214,7 +214,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.22.1</version>
<version>2.22.2</version>
<configuration>
<includes>
<include>**/*.java</include>
Expand Down

0 comments on commit ea29bd9

Please sign in to comment.