Skip to content

Commit

Permalink
Rename modules and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
miensol committed Jun 26, 2023
1 parent c40bea4 commit a360169
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package dev.codified.jackson
package pl.brightinventions.codified.jackson

import com.fasterxml.jackson.core.JsonParser
import com.fasterxml.jackson.databind.BeanProperty
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package dev.codified.jackson
package pl.brightinventions.codified.jackson

import com.fasterxml.jackson.core.JsonParser
import com.fasterxml.jackson.databind.BeanProperty
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package dev.codified.jackson
package pl.brightinventions.codified.jackson

import com.fasterxml.jackson.core.JsonGenerator
import com.fasterxml.jackson.databind.SerializerProvider
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package dev.codified.jackson
package pl.brightinventions.codified.jackson

import com.fasterxml.jackson.core.Version
import com.fasterxml.jackson.databind.Module
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package dev.codified.jackson
package pl.brightinventions.codified.jackson

import com.fasterxml.jackson.core.JsonGenerator
import com.fasterxml.jackson.databind.SerializerProvider
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pl.brightinventions.codified.jackson.CodifiedJacksonModule
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package dev.codified.jackson
package pl.brightinventions.codified.jackson

import com.fasterxml.jackson.core.type.TypeReference
import com.fasterxml.jackson.databind.ObjectMapper
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rootProject.name = "codified"
include("enums")
include("enums-serializer")
include("jackson")
include("enums-jackson")

0 comments on commit a360169

Please sign in to comment.