Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-lindstrom committed Nov 6, 2023
1 parent 84c847d commit dbe25ba
Show file tree
Hide file tree
Showing 761 changed files with 2,957 additions and 3,097 deletions.
2 changes: 1 addition & 1 deletion audit/actuator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-audit-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>

<name>Sweden Connect :: SignService :: Auditing :: Actuator</name>
Expand Down
2 changes: 1 addition & 1 deletion audit/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-audit-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>

<name>Sweden Connect :: SignService :: Auditing :: Base</name>
Expand Down
18 changes: 2 additions & 16 deletions audit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>

<name>Sweden Connect :: SignService :: Auditing</name>
Expand Down Expand Up @@ -83,19 +83,5 @@
</dependency>

</dependencies>

<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
</profiles>


</project>
2 changes: 1 addition & 1 deletion authn/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-authn-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>

<name>Sweden Connect :: SignService :: Authentication :: Base</name>
Expand Down
16 changes: 1 addition & 15 deletions authn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>

<name>Sweden Connect :: SignService :: Authentication</name>
Expand Down Expand Up @@ -89,18 +89,4 @@

</dependencies>

<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>
2 changes: 1 addition & 1 deletion authn/saml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-authn-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>

<name>Sweden Connect :: SignService :: Authentication :: SAML</name>
Expand Down
32 changes: 16 additions & 16 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-application-bom</artifactId>
<packaging>pom</packaging>
<version>1.1.0</version>
<version>1.1.1</version>

<name>Sweden Connect :: SignService :: Application BOM</name>
<description>BOM for SignService Applications</description>
Expand Down Expand Up @@ -115,85 +115,85 @@
<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-core</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-engine</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-protocol-dssext11</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-authn-base</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-authn-saml</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-audit-base</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-audit-actuator</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-signhandler</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-keycert-base</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-keycert-simple</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-keycert-cmc</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-config</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-config-spring</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-spring-boot-starter</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

</dependencies>
Expand All @@ -215,7 +215,7 @@
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<!--
Allows manual inspection of the staging repo before deploying it to the central repo.
Use 'mvn nexus-staging:release -Prelease' to release and 'mvn nexus-staging:drop' to abort.
Expand Down
2 changes: 1 addition & 1 deletion config/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-config-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>

<name>Sweden Connect :: SignService :: Configuration :: Base</name>
Expand Down
16 changes: 1 addition & 15 deletions config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>

<name>Sweden Connect :: SignService :: Configuration</name>
Expand Down Expand Up @@ -88,19 +88,5 @@
</dependency>

</dependencies>

<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
</profiles>

</project>
2 changes: 1 addition & 1 deletion config/spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-config-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>

<name>Sweden Connect :: SignService :: Configuration :: Spring</name>
Expand Down
17 changes: 1 addition & 16 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>

<name>Sweden Connect :: SignService :: Core</name>
Expand Down Expand Up @@ -145,20 +145,5 @@
</plugins>

</build>

<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
</profiles>


</project>
2 changes: 1 addition & 1 deletion demo-apps/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>se.swedenconnect.signservice.demo</groupId>
<artifactId>signservice-demo-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>

<name>Sweden Connect :: SignService :: Demo :: Application</name>
Expand Down
21 changes: 2 additions & 19 deletions demo-apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>se.swedenconnect.signservice.demo</groupId>
<artifactId>signservice-demo-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<packaging>pom</packaging>

<name>Sweden Connect :: SignService :: Demo</name>
Expand Down Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>se.swedenconnect.signservice</groupId>
<artifactId>signservice-application-bom</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -187,23 +187,6 @@
</plugins>

</build>

<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>

<modules>
<module>app</module>
Expand Down
2 changes: 1 addition & 1 deletion demo-apps/rest/backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>se.swedenconnect.signservice.demo</groupId>
<artifactId>signservice-demo-rest-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>

<name>Sweden Connect :: SignService :: Demo :: REST :: Backend</name>
Expand Down
2 changes: 1 addition & 1 deletion demo-apps/rest/frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>se.swedenconnect.signservice.demo</groupId>
<artifactId>signservice-demo-rest-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>

<name>Sweden Connect :: SignService :: Demo :: REST :: Frontend</name>
Expand Down
2 changes: 1 addition & 1 deletion demo-apps/rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>se.swedenconnect.signservice.demo</groupId>
<artifactId>signservice-demo-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>

<name>Sweden Connect :: SignService :: Demo :: REST</name>
Expand Down
6 changes: 3 additions & 3 deletions docs/apidocs/allclasses-index.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Thu Nov 02 12:24:21 CET 2023 -->
<!-- Generated by javadoc (17) on Mon Nov 06 13:32:16 CET 2023 -->
<title>All Classes and Interfaces (SignService API Documentation)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2023-11-02">
<meta name="dc.created" content="2023-11-06">
<meta name="description" content="class index">
<meta name="generator" content="javadoc/AllClassesIndexWriter">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="script-dir/jquery-3.6.0.min.js"></script>
<script type="text/javascript" src="script-dir/jquery-3.6.1.min.js"></script>
<script type="text/javascript" src="script-dir/jquery-ui.min.js"></script>
</head>
<body class="all-classes-index-page">
Expand Down
Loading

0 comments on commit dbe25ba

Please sign in to comment.