Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
MenoData committed Oct 3, 2018
1 parent 93a135d commit 0b7edf7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions base/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.time4j</groupId>
<artifactId>time4j-parent</artifactId>
<version>4.99.0-beta</version>
<version>5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -50,6 +50,7 @@
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
Expand All @@ -62,6 +63,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.5.0</version>
<extensions>true</extensions>
<executions>
<execution>
Expand Down Expand Up @@ -98,7 +100,6 @@
net.time4j.calendar.service,
net.time4j.format.internal,
net.time4j.history.internal,
net.time4j.i18n,
net.time4j.scale.spi
net.time4j.tz.spi,
net.time4j.tz.threeten
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.time4j</groupId>
<artifactId>time4j-parent</artifactId>
<version>4.99.0-beta</version>
<version>5.0</version>
<packaging>pom</packaging>
<name>Time4J</name>
<description>Advanced Date, Time and Interval Library for Java</description>
Expand Down Expand Up @@ -127,7 +127,7 @@
<version>2.0</version>
</tagletArtifact>
<show>public</show>
<excludePackageNames>net.time4j.tz.spi:net.time4j.scale.spi:net.time4j.format.internal:net.time4j.i18n:net.time4j.history.internal:net.time4j.tz.threeten:net.time4j.calendar.service</excludePackageNames>
<excludePackageNames>net.time4j.tz.spi:net.time4j.scale.spi:net.time4j.format.internal:net.time4j.history.internal:net.time4j.tz.threeten:net.time4j.calendar.service</excludePackageNames>
</configuration>
</plugin>
<plugin>
Expand Down
4 changes: 2 additions & 2 deletions sqlxml/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.time4j</groupId>
<artifactId>time4j-parent</artifactId>
<version>4.99.0-beta</version>
<version>5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>net.time4j</groupId>
<artifactId>time4j-base</artifactId>
<version>4.99.0-beta</version>
<version>5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions ui/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.time4j</groupId>
<artifactId>time4j-parent</artifactId>
<version>4.99.0-beta</version>
<version>5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>net.time4j</groupId>
<artifactId>time4j-base</artifactId>
<version>4.99.0-beta</version>
<version>5.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 0b7edf7

Please sign in to comment.