Skip to content

Commit

Permalink
fix: final tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvenSpellmaker committed Oct 9, 2024
1 parent 2762f1c commit 304ee5c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

.gradle

gpg_private_key.asc

settings.xml

java/target/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ In the `parent` section of your application's `pom.xml` add:

```xml
<dependency>
<groupId>com.amido.stacks.modules</groupId>
<groupId>com.ensono.stacks.modules</groupId>
<artifactId>stacks-modules-parent</artifactId>
<version>1.0.1</version>
<type>pom</type>
Expand Down
4 changes: 2 additions & 2 deletions build/azDevOps/azure/azure-pipelines-javaspring-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ resources:
# Container for Java Build and Testing
# Container for Sonar Scanner
- container: azul_java
image: ensono/eir-java:1.1.251
image: ensono/eir-java:1.1.257
# Container for Kubernetes Deployment
- container: k8s_deploy
image: ensono/eir-infrastructure:1.1.251
image: ensono/eir-infrastructure:1.1.257

variables:
- template: azuredevops-vars.yml
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>stacks-modules-parent</artifactId>
<!-- NOTE: This will be replaced by the build number in the Pipeline, do NOT use this as the
version number in your projects -->
<version>1.0.0-PR</version>
<version>0.0.0-PR</version>
<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>The parent for all Stacks modules</description>
Expand Down Expand Up @@ -80,7 +80,7 @@
<maven-checkstyle-plugin.version>3.5.0</maven-checkstyle-plugin.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-surefire-phase>test</maven-surefire-phase>
<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version>
<maven-gpg-plugin.version>3.2.7</maven-gpg-plugin.version>
<maven-owasp-dependency-check-plugin.version>10.0.4</maven-owasp-dependency-check-plugin.version>
<maven-javadoc-plugin.version>3.10.0</maven-javadoc-plugin.version>
Expand All @@ -90,7 +90,7 @@
<maven-deploy-plugin.version>3.1.3</maven-deploy-plugin.version>
<maven-release-plugin.version>3.0.1</maven-release-plugin.version>
<maven-scm-provider-gitexe.version>2.1.0</maven-scm-provider-gitexe.version>
<central-publishing-maven-plugin.version>0.6.0</central-publishing-maven-plugin.version>
<maven-central-publishing-plugin.version>0.6.0</maven-central-publishing-plugin.version>
</properties>

<!-- Dependencies shared by ALL modules-->
Expand Down Expand Up @@ -559,7 +559,7 @@
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>${central-publishing-maven-plugin.version}</version>
<version>${maven-central-publishing-plugin.version}</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
Expand Down

0 comments on commit 304ee5c

Please sign in to comment.