Skip to content

Commit

Permalink
2: Update to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Nov 8, 2020
1 parent 49e7cc1 commit a5f20c8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion agorava-core-api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
~ Copyright 2013-2019 Agorava
~ Copyright 2013-2020 Agorava
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion agorava-core-impl-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
<artifactId>javax.faces-api</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
4 changes: 2 additions & 2 deletions agorava-core-impl/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2013-2019 Agorava
~ Copyright 2013-2020 Agorava
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -48,7 +48,7 @@
</dependency>
<dependency>
<groupId>javax.faces</groupId>
<artifactId>jsf-api</artifactId>
<artifactId>javax.faces-api</artifactId>
</dependency>
</dependencies>
</project>
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<scm>
<connection>scm:git:git://github.com/agorava/agorava-core.git</connection>
<developerConnection>scm:git:[email protected]:agorava/agorava-core.git</developerConnection>
<url>http://github.com/agorava/agorava-core</url>
<url>https://github.com/agorava/agorava-core</url>
<tag>HEAD</tag>
</scm>
<!-- Additional repositories -->
Expand All @@ -64,23 +64,23 @@
<repository>
<id>jcenter</id>
<name>JCenter</name>
<url>http://jcenter.bintray.com</url>
<url>https://jcenter.bintray.com</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-release</id>
<name>libs-release</name>
<url>http://oss.jfrog.org/artifactory/libs-release</url>
<url>https://oss.jfrog.org/artifactory/libs-release</url>
</repository>
<repository>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>bintray-snapshot</id>
<name>libs-snapshot</name>
<url>http://oss.jfrog.org/artifactory/libs-snapshot</url>
<url>https://oss.jfrog.org/artifactory/libs-snapshot</url>
</repository>
</repositories>

Expand Down

0 comments on commit a5f20c8

Please sign in to comment.