Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Riina Antikainen
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit ecbd924c
authored
Aug 06, 2016
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump Primefaces extension version to 6.0.0
1 parent
5f4dc4b6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
93 deletions
code/moya-parent/pom.root.xml
code/pom.xml
code/moya-parent/pom.root.xml
deleted
100644 → 0
View file @
5f4dc4b
<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>
fi.codecrew.moya
</groupId>
<artifactId>
moya
</artifactId>
<name>
Moya Online Youth Accumulator
</name>
<packaging>
pom
</packaging>
<version>
1.2-SNAPSHOT
</version>
<modules>
<module>
moya-parent
</module>
<module>
moya-authmodule
</module>
<module>
moya-cardprinter
</module>
</modules>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<java-version>
1.8
</java-version>
<!-- plugin versions -->
<ejb-plugin-version>
2.3
</ejb-plugin-version>
<war-plugin-version>
2.4
</war-plugin-version>
<ear-plugin-version>
2.9
</ear-plugin-version>
<compiler-plugin-version>
3.2
</compiler-plugin-version>
<!-- dependency versions -->
<javaee-api-version>
7.0
</javaee-api-version>
<!-- EJB spec version -->
<ejb-spec-version>
3.2
</ejb-spec-version>
<swagger.version>
1.3.12
</swagger.version>
<slf4j.version>
1.7.12
</slf4j.version>
<logback.version>
1.1.3
</logback.version>
<testng.version>
6.8.21
</testng.version>
<javamelody.version>
1.55.0
</javamelody.version>
<primefaces.version>
5.1
</primefaces.version>
</properties>
<url>
http://codecrew.fi
</url>
<organization>
<name>
Codecrew RY
</name>
<url>
http://codecrew.fi
</url>
</organization>
<scm>
<connection>
scm:git@gitlab.codecrew.fi:codecrew/moya.git
</connection>
<url>
http://gitlab.codecrew.fi
</url>
</scm>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
${compiler-plugin-version}
</version>
<configuration>
<source>
${java-version}
</source>
<target>
${java-version}
</target>
<encoding>
${project.build.sourceEncoding}
</encoding>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<repositories>
<repository>
<id>
iudex
</id>
<url>
http://iudex.fi/maven/
</url>
</repository>
<repository>
<id>
jvnet-nexus-releases
</id>
<name>
jvnet-nexus-releases
</name>
<url>
https://maven.java.net/content/repositories/releases/
</url>
</repository>
<repository>
<id>
prime-repo
</id>
<name>
PrimeFaces Maven Repository
</name>
<url>
http://repository.primefaces.org
</url>
</repository>
<repository>
<id>
apache.snapshots
</id>
<url>
http://repository.apache.org/snapshots/
</url>
</repository>
<repository>
<id>
clojars.org
</id>
<url>
http://clojars.org/repo
</url>
</repository>
</repositories>
</project>
code/pom.xml
View file @
ecbd924
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
<javamelody.version>
1.58.0
</javamelody.version>
<javamelody.version>
1.58.0
</javamelody.version>
<primefaces.version>
6.0
</primefaces.version>
<primefaces.version>
6.0
</primefaces.version>
<primefaces.themeversion>
1.0.10
</primefaces.themeversion>
<primefaces.themeversion>
1.0.10
</primefaces.themeversion>
<primefaces.extensions>
4
.0.0
</primefaces.extensions>
<primefaces.extensions>
6
.0.0
</primefaces.extensions>
</properties>
</properties>
<url>
http://codecrew.fi
</url>
<url>
http://codecrew.fi
</url>
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment