Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Import `aep-bom` once to keep every AEP module on a compatible version:
<dependency>
<groupId>foundation.aep</groupId>
<artifactId>aep-bom</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -61,7 +61,7 @@ Import `aep-bom` once to keep every AEP module on a compatible version:
Gradle can import the same BOM as a platform:

```kotlin
implementation(platform("foundation.aep:aep-bom:0.1.0"))
implementation(platform("foundation.aep:aep-bom:0.1.1"))
implementation("foundation.aep:aep-agent")
implementation("foundation.aep:aep-json-jackson2")
```
Expand All @@ -73,7 +73,7 @@ on each AEP dependency directly:
<dependency>
<groupId>foundation.aep</groupId>
<artifactId>aep-agent</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion aep-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>foundation.aep</groupId>
<artifactId>aep-java</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>

<artifactId>aep-agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aep-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>foundation.aep</groupId>
<artifactId>aep-java</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>

<artifactId>aep-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aep-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>foundation.aep</groupId>
<artifactId>aep-java</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>

<artifactId>aep-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aep-httpserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>foundation.aep</groupId>
<artifactId>aep-java</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>

<artifactId>aep-httpserver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aep-json-jackson2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>foundation.aep</groupId>
<artifactId>aep-java</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>

<artifactId>aep-json-jackson2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aep-json-jackson3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>foundation.aep</groupId>
<artifactId>aep-java</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>

<artifactId>aep-json-jackson3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aep-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>foundation.aep</groupId>
<artifactId>aep-java</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>

<artifactId>aep-platform</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aep-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>foundation.aep</groupId>
<artifactId>aep-java</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>

<artifactId>aep-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aep-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>foundation.aep</groupId>
<artifactId>aep-java</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>

<artifactId>aep-servlet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aep-spring-webmvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>foundation.aep</groupId>
<artifactId>aep-java</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>

<artifactId>aep-spring-webmvc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>foundation.aep</groupId>
<artifactId>aep-java</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</parent>

<artifactId>aep-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>foundation.aep</groupId>
<artifactId>aep-java</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<packaging>pom</packaging>

<name>Agent Enrollment Protocol for Java</name>
Expand Down
2 changes: 1 addition & 1 deletion testdata/consumer-gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
java
}

val aepVersion = providers.gradleProperty("aepVersion").getOrElse("0.1.0")
val aepVersion = providers.gradleProperty("aepVersion").getOrElse("0.1.1")
val springGeneration = providers.gradleProperty("springGeneration").getOrElse("6")

repositories {
Expand Down
2 changes: 1 addition & 1 deletion testdata/consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>1.0.0</version>

<properties>
<aep.version>0.1.0</aep.version>
<aep.version>0.1.1</aep.version>
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<servlet.version>6.0.0</servlet.version>
Expand Down
2 changes: 1 addition & 1 deletion tools/aep-conformance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>foundation.aep</groupId>
<artifactId>aep-java</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down