Skip to content

Commit

Permalink
new parent
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 3, 2022
1 parent 85ccf57 commit ffa3147
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Expand Up @@ -33,7 +33,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<parent>
<groupId>com.jcabi</groupId>
<artifactId>jcabi</artifactId>
<version>1.36.0</version>
<version>1.37.1</version>
</parent>
<artifactId>jcabi-xml</artifactId>
<version>1.0-SNAPSHOT</version>
Expand Down Expand Up @@ -153,6 +153,16 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<source>8</source>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>qulice</id>
Expand Down

0 comments on commit ffa3147

Please sign in to comment.