Skip to content

Commit

Permalink
Merge pull request #51 from assimbly/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
skin27 authored Sep 27, 2023
2 parents 7f4e9d9 + 13e6a6c commit 9493523
Show file tree
Hide file tree
Showing 42 changed files with 762 additions and 763 deletions.
Binary file added .github/workflows/.new-release.yml.swp
Binary file not shown.
1 change: 0 additions & 1 deletion .github/workflows/new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


2 changes: 1 addition & 1 deletion aggregate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>custom-components</artifactId>
<groupId>org.assimbly</groupId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
</parent>

<artifactId>aggregate</artifactId>
Expand Down
78 changes: 39 additions & 39 deletions aleris/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,53 +4,53 @@
<parent>
<artifactId>custom-components</artifactId>
<groupId>org.assimbly</groupId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
</parent>

<artifactId>aleris</artifactId>
<artifactId>aleris</artifactId>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.versions.rules>file:///${project.basedir}/../rules.xml</maven.versions.rules>
</properties>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.versions.rules>file:///${project.basedir}/../rules.xml</maven.versions.rules>
</properties>

<distributionManagement>
<distributionManagement>
<repository>
<id>github</id>
<name>Temporary Staging Repository</name>
<id>github</id>
<name>Temporary Staging Repository</name>
<url>https://maven.pkg.github.com/assimbly/custom-components</url>
</repository>
</distributionManagement>
</repository>
</distributionManagement>

<dependencies>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.3.0.1</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>${java-assist.version}</version>
</dependency>
<dependencies>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.3.0.1</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>${java-assist.version}</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
</dependency>

</dependencies>
</dependencies>

<build>
<plugins>
Expand All @@ -75,4 +75,4 @@
</plugins>
</build>

</project>
</project>
2 changes: 1 addition & 1 deletion amazon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>custom-components</artifactId>
<groupId>org.assimbly</groupId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
</parent>

<artifactId>amazon</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>custom-components</artifactId>
<groupId>org.assimbly</groupId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
</parent>

<artifactId>archive</artifactId>
Expand Down
66 changes: 33 additions & 33 deletions auth/pom.xml
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>custom-components</artifactId>
<groupId>org.assimbly</groupId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
</parent>

<artifactId>auth</artifactId>
<artifactId>auth</artifactId>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.versions.rules>file:///${project.basedir}/../rules.xml</maven.versions.rules>
</properties>

<distributionManagement>
<distributionManagement>
<repository>
<id>github</id>
<name>Temporary Staging Repository</name>
<id>github</id>
<name>Temporary Staging Repository</name>
<url>https://maven.pkg.github.com/assimbly/custom-components</url>
</repository>
</distributionManagement>
</repository>
</distributionManagement>

<dependencies>
<dependencies>

<!-- Google Authenticator -->
<dependency>
<groupId>com.warrenstrange</groupId>
<artifactId>googleauth</artifactId>
<version>${google.auth.version}</version>
</dependency>
<!-- Google Authenticator -->
<dependency>
<groupId>com.warrenstrange</groupId>
<artifactId>googleauth</artifactId>
<version>${google.auth.version}</version>
</dependency>

<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
<version>${cxf.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
<version>${cxf.version}</version>
</dependency>

<!-- MongoDB connection -->
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongo-java-driver</artifactId>
<version>${mongo.version}</version>
</dependency>
<dependency>
<groupId>org.mongodb.morphia</groupId>
<artifactId>morphia</artifactId>
<version>${morphia.version}</version>
</dependency>
<!-- MongoDB connection -->
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongo-java-driver</artifactId>
<version>${mongo.version}</version>
</dependency>
<dependency>
<groupId>org.mongodb.morphia</groupId>
<artifactId>morphia</artifactId>
<version>${morphia.version}</version>
</dependency>

</dependencies>
</dependencies>

<build>
<plugins>
Expand All @@ -74,4 +74,4 @@
</plugins>
</build>

</project>
</project>
2 changes: 1 addition & 1 deletion cookies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>custom-components</artifactId>
<groupId>org.assimbly</groupId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
</parent>

<artifactId>cookies</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion csvtoxml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>custom-components</artifactId>
<groupId>org.assimbly</groupId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
</parent>

<artifactId>csvtoxml</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docconverter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>custom-components</artifactId>
<groupId>org.assimbly</groupId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
</parent>

<artifactId>docconverter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>custom-components</artifactId>
<groupId>org.assimbly</groupId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
</parent>


Expand Down
Loading

0 comments on commit 9493523

Please sign in to comment.